{
  "type": "File",
  "start": 0,
  "end": 14478,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 532,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 14478,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 532,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 15,
        "end": 57,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 42
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 21,
            "end": 56,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 41
              }
            },
            "id": {
              "type": "Identifier",
              "start": 21,
              "end": 30,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 15
                },
                "identifierName": "DataTypes"
              },
              "name": "DataTypes"
            },
            "init": {
              "type": "CallExpression",
              "start": 33,
              "end": 56,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 18
                },
                "end": {
                  "line": 3,
                  "column": 41
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 33,
                "end": 40,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 18
                  },
                  "end": {
                    "line": 3,
                    "column": 25
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 41,
                  "end": 55,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 26
                    },
                    "end": {
                      "line": 3,
                      "column": 40
                    }
                  },
                  "extra": {
                    "rawValue": "./data-types",
                    "raw": "'./data-types'"
                  },
                  "value": "./data-types"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 58,
        "end": 100,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 42
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 64,
            "end": 99,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 41
              }
            },
            "id": {
              "type": "Identifier",
              "start": 64,
              "end": 73,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 15
                },
                "identifierName": "SqlString"
              },
              "name": "SqlString"
            },
            "init": {
              "type": "CallExpression",
              "start": 76,
              "end": 99,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 18
                },
                "end": {
                  "line": 4,
                  "column": 41
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 76,
                "end": 83,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 18
                  },
                  "end": {
                    "line": 4,
                    "column": 25
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 84,
                  "end": 98,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 26
                    },
                    "end": {
                      "line": 4,
                      "column": 40
                    }
                  },
                  "extra": {
                    "rawValue": "./sql-string",
                    "raw": "'./sql-string'"
                  },
                  "value": "./sql-string"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 101,
        "end": 144,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 43
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 107,
            "end": 143,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 42
              }
            },
            "id": {
              "type": "Identifier",
              "start": 107,
              "end": 108,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 7
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "init": {
              "type": "CallExpression",
              "start": 111,
              "end": 143,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 10
                },
                "end": {
                  "line": 5,
                  "column": 42
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 111,
                "end": 141,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 10
                  },
                  "end": {
                    "line": 5,
                    "column": 40
                  }
                },
                "object": {
                  "type": "CallExpression",
                  "start": 111,
                  "end": 128,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 10
                    },
                    "end": {
                      "line": 5,
                      "column": 27
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 111,
                    "end": 118,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 10
                      },
                      "end": {
                        "line": 5,
                        "column": 17
                      },
                      "identifierName": "require"
                    },
                    "name": "require"
                  },
                  "arguments": [
                    {
                      "type": "StringLiteral",
                      "start": 119,
                      "end": 127,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 18
                        },
                        "end": {
                          "line": 5,
                          "column": 26
                        }
                      },
                      "extra": {
                        "rawValue": "lodash",
                        "raw": "'lodash'"
                      },
                      "value": "lodash"
                    }
                  ]
                },
                "property": {
                  "type": "Identifier",
                  "start": 129,
                  "end": 141,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 28
                    },
                    "end": {
                      "line": 5,
                      "column": 40
                    },
                    "identifierName": "runInContext"
                  },
                  "name": "runInContext"
                },
                "computed": false
              },
              "arguments": []
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " Prevent anyone messing with template settings by creating a fresh copy",
            "start": 145,
            "end": 218,
            "loc": {
              "start": {
                "line": 5,
                "column": 44
              },
              "end": {
                "line": 5,
                "column": 117
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 219,
        "end": 285,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 66
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 225,
            "end": 284,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 65
              }
            },
            "id": {
              "type": "Identifier",
              "start": 225,
              "end": 243,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 24
                },
                "identifierName": "parameterValidator"
              },
              "name": "parameterValidator",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 246,
              "end": 284,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 27
                },
                "end": {
                  "line": 6,
                  "column": 65
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 246,
                "end": 253,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 27
                  },
                  "end": {
                    "line": 6,
                    "column": 34
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 254,
                  "end": 283,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 35
                    },
                    "end": {
                      "line": 6,
                      "column": 64
                    }
                  },
                  "extra": {
                    "rawValue": "./utils/parameter-validator",
                    "raw": "'./utils/parameter-validator'"
                  },
                  "value": "./utils/parameter-validator"
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " Prevent anyone messing with template settings by creating a fresh copy",
            "start": 145,
            "end": 218,
            "loc": {
              "start": {
                "line": 5,
                "column": 44
              },
              "end": {
                "line": 5,
                "column": 117
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 286,
        "end": 327,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 41
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 292,
            "end": 326,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 40
              }
            },
            "id": {
              "type": "Identifier",
              "start": 292,
              "end": 298,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 12
                },
                "identifierName": "Logger"
              },
              "name": "Logger"
            },
            "init": {
              "type": "CallExpression",
              "start": 301,
              "end": 326,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 15
                },
                "end": {
                  "line": 7,
                  "column": 40
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 301,
                "end": 308,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 15
                  },
                  "end": {
                    "line": 7,
                    "column": 22
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 309,
                  "end": 325,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 23
                    },
                    "end": {
                      "line": 7,
                      "column": 39
                    }
                  },
                  "extra": {
                    "rawValue": "./utils/logger",
                    "raw": "'./utils/logger'"
                  },
                  "value": "./utils/logger"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 328,
        "end": 357,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 29
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 334,
            "end": 356,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 28
              }
            },
            "id": {
              "type": "Identifier",
              "start": 334,
              "end": 338,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 10
                },
                "identifierName": "uuid"
              },
              "name": "uuid"
            },
            "init": {
              "type": "CallExpression",
              "start": 341,
              "end": 356,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 13
                },
                "end": {
                  "line": 8,
                  "column": 28
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 341,
                "end": 348,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 13
                  },
                  "end": {
                    "line": 8,
                    "column": 20
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 349,
                  "end": 355,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 21
                    },
                    "end": {
                      "line": 8,
                      "column": 27
                    }
                  },
                  "extra": {
                    "rawValue": "uuid",
                    "raw": "'uuid'"
                  },
                  "value": "uuid"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 358,
        "end": 395,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 364,
            "end": 394,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 9,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 364,
              "end": 371,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 6
                },
                "end": {
                  "line": 9,
                  "column": 13
                },
                "identifierName": "Promise"
              },
              "name": "Promise"
            },
            "init": {
              "type": "CallExpression",
              "start": 374,
              "end": 394,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 16
                },
                "end": {
                  "line": 9,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 374,
                "end": 381,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 16
                  },
                  "end": {
                    "line": 9,
                    "column": 23
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 382,
                  "end": 393,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 24
                    },
                    "end": {
                      "line": 9,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "./promise",
                    "raw": "'./promise'"
                  },
                  "value": "./promise"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 396,
        "end": 447,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 51
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 402,
            "end": 446,
            "loc": {
              "start": {
                "line": 10,
                "column": 6
              },
              "end": {
                "line": 10,
                "column": 50
              }
            },
            "id": {
              "type": "Identifier",
              "start": 402,
              "end": 412,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 6
                },
                "end": {
                  "line": 10,
                  "column": 16
                },
                "identifierName": "primitives"
              },
              "name": "primitives"
            },
            "init": {
              "type": "ArrayExpression",
              "start": 415,
              "end": 446,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 19
                },
                "end": {
                  "line": 10,
                  "column": 50
                }
              },
              "elements": [
                {
                  "type": "StringLiteral",
                  "start": 416,
                  "end": 424,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 20
                    },
                    "end": {
                      "line": 10,
                      "column": 28
                    }
                  },
                  "extra": {
                    "rawValue": "string",
                    "raw": "'string'"
                  },
                  "value": "string"
                },
                {
                  "type": "StringLiteral",
                  "start": 426,
                  "end": 434,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 30
                    },
                    "end": {
                      "line": 10,
                      "column": 38
                    }
                  },
                  "extra": {
                    "rawValue": "number",
                    "raw": "'number'"
                  },
                  "value": "number"
                },
                {
                  "type": "StringLiteral",
                  "start": 436,
                  "end": 445,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 40
                    },
                    "end": {
                      "line": 10,
                      "column": 49
                    }
                  },
                  "extra": {
                    "rawValue": "boolean",
                    "raw": "'boolean'"
                  },
                  "value": "boolean"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 449,
        "end": 488,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 39
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 453,
            "end": 487,
            "loc": {
              "start": {
                "line": 12,
                "column": 4
              },
              "end": {
                "line": 12,
                "column": 38
              }
            },
            "id": {
              "type": "Identifier",
              "start": 453,
              "end": 463,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4
                },
                "end": {
                  "line": 12,
                  "column": 14
                },
                "identifierName": "inflection"
              },
              "name": "inflection"
            },
            "init": {
              "type": "CallExpression",
              "start": 466,
              "end": 487,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 17
                },
                "end": {
                  "line": 12,
                  "column": 38
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 466,
                "end": 473,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 17
                  },
                  "end": {
                    "line": 12,
                    "column": 24
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 474,
                  "end": 486,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 25
                    },
                    "end": {
                      "line": 12,
                      "column": 37
                    }
                  },
                  "extra": {
                    "rawValue": "inflection",
                    "raw": "'inflection'"
                  },
                  "value": "inflection"
                }
              ]
            }
          }
        ],
        "kind": "let"
      },
      {
        "type": "VariableDeclaration",
        "start": 489,
        "end": 517,
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 13,
            "column": 28
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 495,
            "end": 516,
            "loc": {
              "start": {
                "line": 13,
                "column": 6
              },
              "end": {
                "line": 13,
                "column": 27
              }
            },
            "id": {
              "type": "Identifier",
              "start": 495,
              "end": 501,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 6
                },
                "end": {
                  "line": 13,
                  "column": 12
                },
                "identifierName": "logger"
              },
              "name": "logger"
            },
            "init": {
              "type": "NewExpression",
              "start": 504,
              "end": 516,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 15
                },
                "end": {
                  "line": 13,
                  "column": 27
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 508,
                "end": 514,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 19
                  },
                  "end": {
                    "line": 13,
                    "column": 25
                  },
                  "identifierName": "Logger"
                },
                "name": "Logger"
              },
              "arguments": []
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "ExpressionStatement",
        "start": 519,
        "end": 545,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 26
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 519,
          "end": 544,
          "loc": {
            "start": {
              "line": 15,
              "column": 0
            },
            "end": {
              "line": 15,
              "column": 25
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 519,
            "end": 534,
            "loc": {
              "start": {
                "line": 15,
                "column": 0
              },
              "end": {
                "line": 15,
                "column": 15
              }
            },
            "object": {
              "type": "Identifier",
              "start": 519,
              "end": 526,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 0
                },
                "end": {
                  "line": 15,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 527,
              "end": 534,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 8
                },
                "end": {
                  "line": 15,
                  "column": 15
                },
                "identifierName": "Promise"
              },
              "name": "Promise"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 537,
            "end": 544,
            "loc": {
              "start": {
                "line": 15,
                "column": 18
              },
              "end": {
                "line": 15,
                "column": 25
              },
              "identifierName": "Promise"
            },
            "name": "Promise"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 546,
        "end": 560,
        "loc": {
          "start": {
            "line": 16,
            "column": 0
          },
          "end": {
            "line": 16,
            "column": 14
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 546,
          "end": 559,
          "loc": {
            "start": {
              "line": 16,
              "column": 0
            },
            "end": {
              "line": 16,
              "column": 13
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 546,
            "end": 555,
            "loc": {
              "start": {
                "line": 16,
                "column": 0
              },
              "end": {
                "line": 16,
                "column": 9
              }
            },
            "object": {
              "type": "Identifier",
              "start": 546,
              "end": 553,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 0
                },
                "end": {
                  "line": 16,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 554,
              "end": 555,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 8
                },
                "end": {
                  "line": 16,
                  "column": 9
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 558,
            "end": 559,
            "loc": {
              "start": {
                "line": 16,
                "column": 12
              },
              "end": {
                "line": 16,
                "column": 13
              },
              "identifierName": "_"
            },
            "name": "_"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 561,
        "end": 603,
        "loc": {
          "start": {
            "line": 17,
            "column": 0
          },
          "end": {
            "line": 17,
            "column": 42
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 561,
          "end": 602,
          "loc": {
            "start": {
              "line": 17,
              "column": 0
            },
            "end": {
              "line": 17,
              "column": 41
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 561,
            "end": 574,
            "loc": {
              "start": {
                "line": 17,
                "column": 0
              },
              "end": {
                "line": 17,
                "column": 13
              }
            },
            "object": {
              "type": "Identifier",
              "start": 561,
              "end": 568,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 0
                },
                "end": {
                  "line": 17,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 569,
              "end": 574,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 8
                },
                "end": {
                  "line": 17,
                  "column": 13
                },
                "identifierName": "debug"
              },
              "name": "debug"
            },
            "computed": false
          },
          "right": {
            "type": "CallExpression",
            "start": 577,
            "end": 602,
            "loc": {
              "start": {
                "line": 17,
                "column": 16
              },
              "end": {
                "line": 17,
                "column": 41
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 577,
              "end": 594,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 16
                },
                "end": {
                  "line": 17,
                  "column": 33
                }
              },
              "object": {
                "type": "MemberExpression",
                "start": 577,
                "end": 589,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 16
                  },
                  "end": {
                    "line": 17,
                    "column": 28
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 577,
                  "end": 583,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 16
                    },
                    "end": {
                      "line": 17,
                      "column": 22
                    },
                    "identifierName": "logger"
                  },
                  "name": "logger"
                },
                "property": {
                  "type": "Identifier",
                  "start": 584,
                  "end": 589,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 23
                    },
                    "end": {
                      "line": 17,
                      "column": 28
                    },
                    "identifierName": "debug"
                  },
                  "name": "debug"
                },
                "computed": false
              },
              "property": {
                "type": "Identifier",
                "start": 590,
                "end": 594,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 29
                  },
                  "end": {
                    "line": 17,
                    "column": 33
                  },
                  "identifierName": "bind"
                },
                "name": "bind"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Identifier",
                "start": 595,
                "end": 601,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 34
                  },
                  "end": {
                    "line": 17,
                    "column": 40
                  },
                  "identifierName": "logger"
                },
                "name": "logger"
              }
            ]
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 604,
        "end": 654,
        "loc": {
          "start": {
            "line": 18,
            "column": 0
          },
          "end": {
            "line": 18,
            "column": 50
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 604,
          "end": 653,
          "loc": {
            "start": {
              "line": 18,
              "column": 0
            },
            "end": {
              "line": 18,
              "column": 49
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 604,
            "end": 621,
            "loc": {
              "start": {
                "line": 18,
                "column": 0
              },
              "end": {
                "line": 18,
                "column": 17
              }
            },
            "object": {
              "type": "Identifier",
              "start": 604,
              "end": 611,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 0
                },
                "end": {
                  "line": 18,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 612,
              "end": 621,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 8
                },
                "end": {
                  "line": 18,
                  "column": 17
                },
                "identifierName": "deprecate"
              },
              "name": "deprecate"
            },
            "computed": false
          },
          "right": {
            "type": "CallExpression",
            "start": 624,
            "end": 653,
            "loc": {
              "start": {
                "line": 18,
                "column": 20
              },
              "end": {
                "line": 18,
                "column": 49
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 624,
              "end": 645,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 20
                },
                "end": {
                  "line": 18,
                  "column": 41
                }
              },
              "object": {
                "type": "MemberExpression",
                "start": 624,
                "end": 640,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 20
                  },
                  "end": {
                    "line": 18,
                    "column": 36
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 624,
                  "end": 630,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 20
                    },
                    "end": {
                      "line": 18,
                      "column": 26
                    },
                    "identifierName": "logger"
                  },
                  "name": "logger"
                },
                "property": {
                  "type": "Identifier",
                  "start": 631,
                  "end": 640,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 27
                    },
                    "end": {
                      "line": 18,
                      "column": 36
                    },
                    "identifierName": "deprecate"
                  },
                  "name": "deprecate"
                },
                "computed": false
              },
              "property": {
                "type": "Identifier",
                "start": 641,
                "end": 645,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 37
                  },
                  "end": {
                    "line": 18,
                    "column": 41
                  },
                  "identifierName": "bind"
                },
                "name": "bind"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Identifier",
                "start": 646,
                "end": 652,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 42
                  },
                  "end": {
                    "line": 18,
                    "column": 48
                  },
                  "identifierName": "logger"
                },
                "name": "logger"
              }
            ]
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 655,
        "end": 695,
        "loc": {
          "start": {
            "line": 19,
            "column": 0
          },
          "end": {
            "line": 19,
            "column": 40
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 655,
          "end": 694,
          "loc": {
            "start": {
              "line": 19,
              "column": 0
            },
            "end": {
              "line": 19,
              "column": 39
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 655,
            "end": 667,
            "loc": {
              "start": {
                "line": 19,
                "column": 0
              },
              "end": {
                "line": 19,
                "column": 12
              }
            },
            "object": {
              "type": "Identifier",
              "start": 655,
              "end": 662,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 0
                },
                "end": {
                  "line": 19,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 663,
              "end": 667,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 8
                },
                "end": {
                  "line": 19,
                  "column": 12
                },
                "identifierName": "warn"
              },
              "name": "warn"
            },
            "computed": false
          },
          "right": {
            "type": "CallExpression",
            "start": 670,
            "end": 694,
            "loc": {
              "start": {
                "line": 19,
                "column": 15
              },
              "end": {
                "line": 19,
                "column": 39
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 670,
              "end": 686,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 15
                },
                "end": {
                  "line": 19,
                  "column": 31
                }
              },
              "object": {
                "type": "MemberExpression",
                "start": 670,
                "end": 681,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 15
                  },
                  "end": {
                    "line": 19,
                    "column": 26
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 670,
                  "end": 676,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 15
                    },
                    "end": {
                      "line": 19,
                      "column": 21
                    },
                    "identifierName": "logger"
                  },
                  "name": "logger"
                },
                "property": {
                  "type": "Identifier",
                  "start": 677,
                  "end": 681,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 22
                    },
                    "end": {
                      "line": 19,
                      "column": 26
                    },
                    "identifierName": "warn"
                  },
                  "name": "warn"
                },
                "computed": false
              },
              "property": {
                "type": "Identifier",
                "start": 682,
                "end": 686,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 27
                  },
                  "end": {
                    "line": 19,
                    "column": 31
                  },
                  "identifierName": "bind"
                },
                "name": "bind"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Identifier",
                "start": 687,
                "end": 693,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 32
                  },
                  "end": {
                    "line": 19,
                    "column": 38
                  },
                  "identifierName": "logger"
                },
                "name": "logger"
              }
            ]
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 696,
        "end": 733,
        "loc": {
          "start": {
            "line": 20,
            "column": 0
          },
          "end": {
            "line": 20,
            "column": 37
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 696,
          "end": 732,
          "loc": {
            "start": {
              "line": 20,
              "column": 0
            },
            "end": {
              "line": 20,
              "column": 36
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 696,
            "end": 713,
            "loc": {
              "start": {
                "line": 20,
                "column": 0
              },
              "end": {
                "line": 20,
                "column": 17
              }
            },
            "object": {
              "type": "Identifier",
              "start": 696,
              "end": 703,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 0
                },
                "end": {
                  "line": 20,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 704,
              "end": 713,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 8
                },
                "end": {
                  "line": 20,
                  "column": 17
                },
                "identifierName": "getLogger"
              },
              "name": "getLogger"
            },
            "computed": false
          },
          "right": {
            "type": "ArrowFunctionExpression",
            "start": 716,
            "end": 732,
            "loc": {
              "start": {
                "line": 20,
                "column": 20
              },
              "end": {
                "line": 20,
                "column": 36
              }
            },
            "id": null,
            "generator": false,
            "expression": true,
            "async": false,
            "params": [],
            "body": {
              "type": "Identifier",
              "start": 724,
              "end": 730,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 28
                },
                "end": {
                  "line": 20,
                  "column": 34
                },
                "identifierName": "logger"
              },
              "name": "logger",
              "extra": {
                "parenthesized": true,
                "parenStart": 722
              }
            }
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 735,
        "end": 802,
        "loc": {
          "start": {
            "line": 22,
            "column": 0
          },
          "end": {
            "line": 24,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 744,
          "end": 757,
          "loc": {
            "start": {
              "line": 22,
              "column": 9
            },
            "end": {
              "line": 22,
              "column": 22
            },
            "identifierName": "useInflection"
          },
          "name": "useInflection"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 758,
            "end": 769,
            "loc": {
              "start": {
                "line": 22,
                "column": 23
              },
              "end": {
                "line": 22,
                "column": 34
              },
              "identifierName": "_inflection"
            },
            "name": "_inflection"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 771,
          "end": 802,
          "loc": {
            "start": {
              "line": 22,
              "column": 36
            },
            "end": {
              "line": 24,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 775,
              "end": 800,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 2
                },
                "end": {
                  "line": 23,
                  "column": 27
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 775,
                "end": 799,
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 2
                  },
                  "end": {
                    "line": 23,
                    "column": 26
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 775,
                  "end": 785,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 2
                    },
                    "end": {
                      "line": 23,
                      "column": 12
                    },
                    "identifierName": "inflection"
                  },
                  "name": "inflection"
                },
                "right": {
                  "type": "Identifier",
                  "start": 788,
                  "end": 799,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 15
                    },
                    "end": {
                      "line": 23,
                      "column": 26
                    },
                    "identifierName": "_inflection"
                  },
                  "name": "_inflection"
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 803,
        "end": 841,
        "loc": {
          "start": {
            "line": 25,
            "column": 0
          },
          "end": {
            "line": 25,
            "column": 38
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 803,
          "end": 840,
          "loc": {
            "start": {
              "line": 25,
              "column": 0
            },
            "end": {
              "line": 25,
              "column": 37
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 803,
            "end": 824,
            "loc": {
              "start": {
                "line": 25,
                "column": 0
              },
              "end": {
                "line": 25,
                "column": 21
              }
            },
            "object": {
              "type": "Identifier",
              "start": 803,
              "end": 810,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 0
                },
                "end": {
                  "line": 25,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 811,
              "end": 824,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 8
                },
                "end": {
                  "line": 25,
                  "column": 21
                },
                "identifierName": "useInflection"
              },
              "name": "useInflection"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 827,
            "end": 840,
            "loc": {
              "start": {
                "line": 25,
                "column": 24
              },
              "end": {
                "line": 25,
                "column": 37
              },
              "identifierName": "useInflection"
            },
            "name": "useInflection"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 843,
        "end": 972,
        "loc": {
          "start": {
            "line": 27,
            "column": 0
          },
          "end": {
            "line": 35,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 852,
          "end": 862,
          "loc": {
            "start": {
              "line": 27,
              "column": 9
            },
            "end": {
              "line": 27,
              "column": 19
            },
            "identifierName": "camelizeIf"
          },
          "name": "camelizeIf"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 863,
            "end": 866,
            "loc": {
              "start": {
                "line": 27,
                "column": 20
              },
              "end": {
                "line": 27,
                "column": 23
              },
              "identifierName": "str"
            },
            "name": "str"
          },
          {
            "type": "Identifier",
            "start": 868,
            "end": 877,
            "loc": {
              "start": {
                "line": 27,
                "column": 25
              },
              "end": {
                "line": 27,
                "column": 34
              },
              "identifierName": "condition"
            },
            "name": "condition"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 879,
          "end": 972,
          "loc": {
            "start": {
              "line": 27,
              "column": 36
            },
            "end": {
              "line": 35,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 883,
              "end": 900,
              "loc": {
                "start": {
                  "line": 28,
                  "column": 2
                },
                "end": {
                  "line": 28,
                  "column": 19
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 887,
                  "end": 899,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 6
                    },
                    "end": {
                      "line": 28,
                      "column": 18
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 887,
                    "end": 893,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 6
                      },
                      "end": {
                        "line": 28,
                        "column": 12
                      },
                      "identifierName": "result"
                    },
                    "name": "result"
                  },
                  "init": {
                    "type": "Identifier",
                    "start": 896,
                    "end": 899,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 15
                      },
                      "end": {
                        "line": 28,
                        "column": 18
                      },
                      "identifierName": "str"
                    },
                    "name": "str"
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "IfStatement",
              "start": 904,
              "end": 952,
              "loc": {
                "start": {
                  "line": 30,
                  "column": 2
                },
                "end": {
                  "line": 32,
                  "column": 3
                }
              },
              "test": {
                "type": "Identifier",
                "start": 908,
                "end": 917,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 6
                  },
                  "end": {
                    "line": 30,
                    "column": 15
                  },
                  "identifierName": "condition"
                },
                "name": "condition"
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 919,
                "end": 952,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 17
                  },
                  "end": {
                    "line": 32,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 925,
                    "end": 948,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 31,
                        "column": 27
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 925,
                      "end": 947,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 26
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 925,
                        "end": 931,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 10
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 934,
                        "end": 947,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 13
                          },
                          "end": {
                            "line": 31,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 934,
                          "end": 942,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 13
                            },
                            "end": {
                              "line": 31,
                              "column": 21
                            },
                            "identifierName": "camelize"
                          },
                          "name": "camelize"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 943,
                            "end": 946,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 22
                              },
                              "end": {
                                "line": 31,
                                "column": 25
                              },
                              "identifierName": "str"
                            },
                            "name": "str"
                          }
                        ]
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 956,
              "end": 970,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 2
                },
                "end": {
                  "line": 34,
                  "column": 16
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 963,
                "end": 969,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 9
                  },
                  "end": {
                    "line": 34,
                    "column": 15
                  },
                  "identifierName": "result"
                },
                "name": "result"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 973,
        "end": 1005,
        "loc": {
          "start": {
            "line": 36,
            "column": 0
          },
          "end": {
            "line": 36,
            "column": 32
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 973,
          "end": 1004,
          "loc": {
            "start": {
              "line": 36,
              "column": 0
            },
            "end": {
              "line": 36,
              "column": 31
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 973,
            "end": 991,
            "loc": {
              "start": {
                "line": 36,
                "column": 0
              },
              "end": {
                "line": 36,
                "column": 18
              }
            },
            "object": {
              "type": "Identifier",
              "start": 973,
              "end": 980,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 0
                },
                "end": {
                  "line": 36,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 981,
              "end": 991,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 8
                },
                "end": {
                  "line": 36,
                  "column": 18
                },
                "identifierName": "camelizeIf"
              },
              "name": "camelizeIf"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 994,
            "end": 1004,
            "loc": {
              "start": {
                "line": 36,
                "column": 21
              },
              "end": {
                "line": 36,
                "column": 31
              },
              "identifierName": "camelizeIf"
            },
            "name": "camelizeIf"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 1007,
        "end": 1141,
        "loc": {
          "start": {
            "line": 38,
            "column": 0
          },
          "end": {
            "line": 46,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 1016,
          "end": 1029,
          "loc": {
            "start": {
              "line": 38,
              "column": 9
            },
            "end": {
              "line": 38,
              "column": 22
            },
            "identifierName": "underscoredIf"
          },
          "name": "underscoredIf"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 1030,
            "end": 1033,
            "loc": {
              "start": {
                "line": 38,
                "column": 23
              },
              "end": {
                "line": 38,
                "column": 26
              },
              "identifierName": "str"
            },
            "name": "str"
          },
          {
            "type": "Identifier",
            "start": 1035,
            "end": 1044,
            "loc": {
              "start": {
                "line": 38,
                "column": 28
              },
              "end": {
                "line": 38,
                "column": 37
              },
              "identifierName": "condition"
            },
            "name": "condition"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 1046,
          "end": 1141,
          "loc": {
            "start": {
              "line": 38,
              "column": 39
            },
            "end": {
              "line": 46,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 1050,
              "end": 1067,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 2
                },
                "end": {
                  "line": 39,
                  "column": 19
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 1054,
                  "end": 1066,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 6
                    },
                    "end": {
                      "line": 39,
                      "column": 18
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1054,
                    "end": 1060,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 6
                      },
                      "end": {
                        "line": 39,
                        "column": 12
                      },
                      "identifierName": "result"
                    },
                    "name": "result"
                  },
                  "init": {
                    "type": "Identifier",
                    "start": 1063,
                    "end": 1066,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 15
                      },
                      "end": {
                        "line": 39,
                        "column": 18
                      },
                      "identifierName": "str"
                    },
                    "name": "str"
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "IfStatement",
              "start": 1071,
              "end": 1121,
              "loc": {
                "start": {
                  "line": 41,
                  "column": 2
                },
                "end": {
                  "line": 43,
                  "column": 3
                }
              },
              "test": {
                "type": "Identifier",
                "start": 1075,
                "end": 1084,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 6
                  },
                  "end": {
                    "line": 41,
                    "column": 15
                  },
                  "identifierName": "condition"
                },
                "name": "condition"
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 1086,
                "end": 1121,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 17
                  },
                  "end": {
                    "line": 43,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1092,
                    "end": 1117,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 29
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1092,
                      "end": 1116,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 28
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 1092,
                        "end": 1098,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 4
                          },
                          "end": {
                            "line": 42,
                            "column": 10
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 1101,
                        "end": 1116,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 13
                          },
                          "end": {
                            "line": 42,
                            "column": 28
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1101,
                          "end": 1111,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 13
                            },
                            "end": {
                              "line": 42,
                              "column": 23
                            },
                            "identifierName": "underscore"
                          },
                          "name": "underscore"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1112,
                            "end": 1115,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 24
                              },
                              "end": {
                                "line": 42,
                                "column": 27
                              },
                              "identifierName": "str"
                            },
                            "name": "str"
                          }
                        ]
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 1125,
              "end": 1139,
              "loc": {
                "start": {
                  "line": 45,
                  "column": 2
                },
                "end": {
                  "line": 45,
                  "column": 16
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 1132,
                "end": 1138,
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 9
                  },
                  "end": {
                    "line": 45,
                    "column": 15
                  },
                  "identifierName": "result"
                },
                "name": "result"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 1142,
        "end": 1180,
        "loc": {
          "start": {
            "line": 47,
            "column": 0
          },
          "end": {
            "line": 47,
            "column": 38
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 1142,
          "end": 1179,
          "loc": {
            "start": {
              "line": 47,
              "column": 0
            },
            "end": {
              "line": 47,
              "column": 37
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 1142,
            "end": 1163,
            "loc": {
              "start": {
                "line": 47,
                "column": 0
              },
              "end": {
                "line": 47,
                "column": 21
              }
            },
            "object": {
              "type": "Identifier",
              "start": 1142,
              "end": 1149,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 0
                },
                "end": {
                  "line": 47,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 1150,
              "end": 1163,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 8
                },
                "end": {
                  "line": 47,
                  "column": 21
                },
                "identifierName": "underscoredIf"
              },
              "name": "underscoredIf"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 1166,
            "end": 1179,
            "loc": {
              "start": {
                "line": 47,
                "column": 24
              },
              "end": {
                "line": 47,
                "column": 37
              },
              "identifierName": "underscoredIf"
            },
            "name": "underscoredIf"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 1182,
        "end": 1259,
        "loc": {
          "start": {
            "line": 49,
            "column": 0
          },
          "end": {
            "line": 51,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 1191,
          "end": 1202,
          "loc": {
            "start": {
              "line": 49,
              "column": 9
            },
            "end": {
              "line": 49,
              "column": 20
            },
            "identifierName": "isPrimitive"
          },
          "name": "isPrimitive"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 1203,
            "end": 1206,
            "loc": {
              "start": {
                "line": 49,
                "column": 21
              },
              "end": {
                "line": 49,
                "column": 24
              },
              "identifierName": "val"
            },
            "name": "val"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 1208,
          "end": 1259,
          "loc": {
            "start": {
              "line": 49,
              "column": 26
            },
            "end": {
              "line": 51,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 1212,
              "end": 1257,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 2
                },
                "end": {
                  "line": 50,
                  "column": 47
                }
              },
              "argument": {
                "type": "BinaryExpression",
                "start": 1219,
                "end": 1256,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 9
                  },
                  "end": {
                    "line": 50,
                    "column": 46
                  }
                },
                "left": {
                  "type": "CallExpression",
                  "start": 1219,
                  "end": 1249,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 9
                    },
                    "end": {
                      "line": 50,
                      "column": 39
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 1219,
                    "end": 1237,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 9
                      },
                      "end": {
                        "line": 50,
                        "column": 27
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1219,
                      "end": 1229,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 9
                        },
                        "end": {
                          "line": 50,
                          "column": 19
                        },
                        "identifierName": "primitives"
                      },
                      "name": "primitives"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1230,
                      "end": 1237,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 20
                        },
                        "end": {
                          "line": 50,
                          "column": 27
                        },
                        "identifierName": "indexOf"
                      },
                      "name": "indexOf"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "UnaryExpression",
                      "start": 1238,
                      "end": 1248,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 28
                        },
                        "end": {
                          "line": 50,
                          "column": 38
                        }
                      },
                      "operator": "typeof",
                      "prefix": true,
                      "argument": {
                        "type": "Identifier",
                        "start": 1245,
                        "end": 1248,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 35
                          },
                          "end": {
                            "line": 50,
                            "column": 38
                          },
                          "identifierName": "val"
                        },
                        "name": "val"
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    }
                  ]
                },
                "operator": "!==",
                "right": {
                  "type": "UnaryExpression",
                  "start": 1254,
                  "end": 1256,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 44
                    },
                    "end": {
                      "line": 50,
                      "column": 46
                    }
                  },
                  "operator": "-",
                  "prefix": true,
                  "argument": {
                    "type": "NumericLiteral",
                    "start": 1255,
                    "end": 1256,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 45
                      },
                      "end": {
                        "line": 50,
                        "column": 46
                      }
                    },
                    "extra": {
                      "rawValue": 1,
                      "raw": "1"
                    },
                    "value": 1
                  },
                  "extra": {
                    "parenthesizedArgument": false
                  }
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 1260,
        "end": 1294,
        "loc": {
          "start": {
            "line": 52,
            "column": 0
          },
          "end": {
            "line": 52,
            "column": 34
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 1260,
          "end": 1293,
          "loc": {
            "start": {
              "line": 52,
              "column": 0
            },
            "end": {
              "line": 52,
              "column": 33
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 1260,
            "end": 1279,
            "loc": {
              "start": {
                "line": 52,
                "column": 0
              },
              "end": {
                "line": 52,
                "column": 19
              }
            },
            "object": {
              "type": "Identifier",
              "start": 1260,
              "end": 1267,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 0
                },
                "end": {
                  "line": 52,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 1268,
              "end": 1279,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 8
                },
                "end": {
                  "line": 52,
                  "column": 19
                },
                "identifierName": "isPrimitive"
              },
              "name": "isPrimitive"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 1282,
            "end": 1293,
            "loc": {
              "start": {
                "line": 52,
                "column": 22
              },
              "end": {
                "line": 52,
                "column": 33
              },
              "identifierName": "isPrimitive"
            },
            "name": "isPrimitive"
          }
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " Same concept as _.merge, but don't overwrite properties that have already been assigned",
            "start": 1296,
            "end": 1386,
            "loc": {
              "start": {
                "line": 54,
                "column": 0
              },
              "end": {
                "line": 54,
                "column": 90
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 1387,
        "end": 1686,
        "loc": {
          "start": {
            "line": 55,
            "column": 0
          },
          "end": {
            "line": 62,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 1396,
          "end": 1409,
          "loc": {
            "start": {
              "line": 55,
              "column": 9
            },
            "end": {
              "line": 55,
              "column": 22
            },
            "identifierName": "mergeDefaults"
          },
          "name": "mergeDefaults",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 1410,
            "end": 1411,
            "loc": {
              "start": {
                "line": 55,
                "column": 23
              },
              "end": {
                "line": 55,
                "column": 24
              },
              "identifierName": "a"
            },
            "name": "a"
          },
          {
            "type": "Identifier",
            "start": 1413,
            "end": 1414,
            "loc": {
              "start": {
                "line": 55,
                "column": 26
              },
              "end": {
                "line": 55,
                "column": 27
              },
              "identifierName": "b"
            },
            "name": "b"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 1416,
          "end": 1686,
          "loc": {
            "start": {
              "line": 55,
              "column": 29
            },
            "end": {
              "line": 62,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 1420,
              "end": 1684,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 2
                },
                "end": {
                  "line": 61,
                  "column": 5
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 1427,
                "end": 1683,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 9
                  },
                  "end": {
                    "line": 61,
                    "column": 4
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 1427,
                  "end": 1438,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 9
                    },
                    "end": {
                      "line": 56,
                      "column": 20
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 1427,
                    "end": 1428,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 9
                      },
                      "end": {
                        "line": 56,
                        "column": 10
                      },
                      "identifierName": "_"
                    },
                    "name": "_"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1429,
                    "end": 1438,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 11
                      },
                      "end": {
                        "line": 56,
                        "column": 20
                      },
                      "identifierName": "mergeWith"
                    },
                    "name": "mergeWith"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 1439,
                    "end": 1440,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 21
                      },
                      "end": {
                        "line": 56,
                        "column": 22
                      },
                      "identifierName": "a"
                    },
                    "name": "a"
                  },
                  {
                    "type": "Identifier",
                    "start": 1442,
                    "end": 1443,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 24
                      },
                      "end": {
                        "line": 56,
                        "column": 25
                      },
                      "identifierName": "b"
                    },
                    "name": "b"
                  },
                  {
                    "type": "ArrowFunctionExpression",
                    "start": 1445,
                    "end": 1682,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 27
                      },
                      "end": {
                        "line": 61,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 1446,
                        "end": 1457,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 28
                          },
                          "end": {
                            "line": 56,
                            "column": 39
                          },
                          "identifierName": "objectValue"
                        },
                        "name": "objectValue"
                      },
                      {
                        "type": "Identifier",
                        "start": 1459,
                        "end": 1470,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 41
                          },
                          "end": {
                            "line": 56,
                            "column": 52
                          },
                          "identifierName": "sourceValue"
                        },
                        "name": "sourceValue"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 1475,
                      "end": 1682,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 57
                        },
                        "end": {
                          "line": 61,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 1576,
                          "end": 1678,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 4
                            },
                            "end": {
                              "line": 60,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 1580,
                            "end": 1643,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 8
                              },
                              "end": {
                                "line": 58,
                                "column": 71
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 1580,
                              "end": 1614,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 8
                                },
                                "end": {
                                  "line": 58,
                                  "column": 42
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 1581,
                                "end": 1614,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1581,
                                  "end": 1601,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1581,
                                    "end": 1587,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 15
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1581,
                                      "end": 1585,
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 13
                                        }
                                      },
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1586,
                                      "end": 1587,
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 15
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1588,
                                    "end": 1601,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 29
                                      },
                                      "identifierName": "isPlainObject"
                                    },
                                    "name": "isPlainObject"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1602,
                                    "end": 1613,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 41
                                      },
                                      "identifierName": "objectValue"
                                    },
                                    "name": "objectValue"
                                  }
                                ],
                                "leadingComments": null
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              },
                              "leadingComments": null
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 1618,
                              "end": 1643,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 46
                                },
                                "end": {
                                  "line": 58,
                                  "column": 71
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1618,
                                "end": 1629,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 57
                                  },
                                  "identifierName": "objectValue"
                                },
                                "name": "objectValue"
                              },
                              "operator": "!==",
                              "right": {
                                "type": "Identifier",
                                "start": 1634,
                                "end": 1643,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 71
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "leadingComments": null
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 1645,
                            "end": 1678,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 73
                              },
                              "end": {
                                "line": 60,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 1653,
                                "end": 1672,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 25
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 1660,
                                  "end": 1671,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 24
                                    },
                                    "identifierName": "objectValue"
                                  },
                                  "name": "objectValue"
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null,
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " If it's an object, let _ handle it this time, we will be called again for each property",
                              "start": 1481,
                              "end": 1571,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 4
                                },
                                "end": {
                                  "line": 57,
                                  "column": 94
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    }
                  }
                ]
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " Same concept as _.merge, but don't overwrite properties that have already been assigned",
            "start": 1296,
            "end": 1386,
            "loc": {
              "start": {
                "line": 54,
                "column": 0
              },
              "end": {
                "line": 54,
                "column": 90
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 1687,
        "end": 1725,
        "loc": {
          "start": {
            "line": 63,
            "column": 0
          },
          "end": {
            "line": 63,
            "column": 38
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 1687,
          "end": 1724,
          "loc": {
            "start": {
              "line": 63,
              "column": 0
            },
            "end": {
              "line": 63,
              "column": 37
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 1687,
            "end": 1708,
            "loc": {
              "start": {
                "line": 63,
                "column": 0
              },
              "end": {
                "line": 63,
                "column": 21
              }
            },
            "object": {
              "type": "Identifier",
              "start": 1687,
              "end": 1694,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 0
                },
                "end": {
                  "line": 63,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 1695,
              "end": 1708,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 8
                },
                "end": {
                  "line": 63,
                  "column": 21
                },
                "identifierName": "mergeDefaults"
              },
              "name": "mergeDefaults"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 1711,
            "end": 1724,
            "loc": {
              "start": {
                "line": 63,
                "column": 24
              },
              "end": {
                "line": 63,
                "column": 37
              },
              "identifierName": "mergeDefaults"
            },
            "name": "mergeDefaults"
          }
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " An alternative to _.merge, which doesn't clone its arguments",
            "start": 1727,
            "end": 1790,
            "loc": {
              "start": {
                "line": 65,
                "column": 0
              },
              "end": {
                "line": 65,
                "column": 63
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " Cloning is a bad idea because options arguments may contain references to sequelize",
            "start": 1791,
            "end": 1877,
            "loc": {
              "start": {
                "line": 66,
                "column": 0
              },
              "end": {
                "line": 66,
                "column": 86
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " models - which again reference database libs which don't like to be cloned (in particular pg-native)",
            "start": 1878,
            "end": 1981,
            "loc": {
              "start": {
                "line": 67,
                "column": 0
              },
              "end": {
                "line": 67,
                "column": 103
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 1982,
        "end": 2542,
        "loc": {
          "start": {
            "line": 68,
            "column": 0
          },
          "end": {
            "line": 88,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 1991,
          "end": 1996,
          "loc": {
            "start": {
              "line": 68,
              "column": 9
            },
            "end": {
              "line": 68,
              "column": 14
            },
            "identifierName": "merge"
          },
          "name": "merge",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "start": 1999,
          "end": 2542,
          "loc": {
            "start": {
              "line": 68,
              "column": 17
            },
            "end": {
              "line": 88,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 2003,
              "end": 2021,
              "loc": {
                "start": {
                  "line": 69,
                  "column": 2
                },
                "end": {
                  "line": 69,
                  "column": 20
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 2009,
                  "end": 2020,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 8
                    },
                    "end": {
                      "line": 69,
                      "column": 19
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2009,
                    "end": 2015,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 8
                      },
                      "end": {
                        "line": 69,
                        "column": 14
                      },
                      "identifierName": "result"
                    },
                    "name": "result"
                  },
                  "init": {
                    "type": "ObjectExpression",
                    "start": 2018,
                    "end": 2020,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 17
                      },
                      "end": {
                        "line": 69,
                        "column": 19
                      }
                    },
                    "properties": []
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ForOfStatement",
              "start": 2025,
              "end": 2522,
              "loc": {
                "start": {
                  "line": 71,
                  "column": 2
                },
                "end": {
                  "line": 85,
                  "column": 3
                }
              },
              "left": {
                "type": "VariableDeclaration",
                "start": 2030,
                "end": 2039,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 7
                  },
                  "end": {
                    "line": 71,
                    "column": 16
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 2036,
                    "end": 2039,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 13
                      },
                      "end": {
                        "line": 71,
                        "column": 16
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 2036,
                      "end": 2039,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 13
                        },
                        "end": {
                          "line": 71,
                          "column": 16
                        },
                        "identifierName": "obj"
                      },
                      "name": "obj"
                    },
                    "init": null
                  }
                ],
                "kind": "const"
              },
              "right": {
                "type": "Identifier",
                "start": 2043,
                "end": 2052,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 20
                  },
                  "end": {
                    "line": 71,
                    "column": 29
                  },
                  "identifierName": "arguments"
                },
                "name": "arguments"
              },
              "body": {
                "type": "BlockStatement",
                "start": 2054,
                "end": 2522,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 31
                  },
                  "end": {
                    "line": 85,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2060,
                    "end": 2518,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 4
                      },
                      "end": {
                        "line": 84,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2060,
                      "end": 2517,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 4
                        },
                        "end": {
                          "line": 84,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2060,
                        "end": 2068,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 72,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2060,
                          "end": 2061,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 4
                            },
                            "end": {
                              "line": 72,
                              "column": 5
                            },
                            "identifierName": "_"
                          },
                          "name": "_"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2062,
                          "end": 2068,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 6
                            },
                            "end": {
                              "line": 72,
                              "column": 12
                            },
                            "identifierName": "forOwn"
                          },
                          "name": "forOwn"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2069,
                          "end": 2072,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 13
                            },
                            "end": {
                              "line": 72,
                              "column": 16
                            },
                            "identifierName": "obj"
                          },
                          "name": "obj"
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 2074,
                          "end": 2516,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 18
                            },
                            "end": {
                              "line": 84,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 2075,
                              "end": 2080,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 19
                                },
                                "end": {
                                  "line": 72,
                                  "column": 24
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            {
                              "type": "Identifier",
                              "start": 2082,
                              "end": 2085,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 26
                                },
                                "end": {
                                  "line": 72,
                                  "column": 29
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 2090,
                            "end": 2516,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 34
                              },
                              "end": {
                                "line": 84,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 2098,
                                "end": 2510,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 2102,
                                  "end": 2130,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 38
                                    }
                                  },
                                  "left": {
                                    "type": "UnaryExpression",
                                    "start": 2102,
                                    "end": 2114,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 22
                                      }
                                    },
                                    "operator": "typeof",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 2109,
                                      "end": 2114,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 22
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 2119,
                                    "end": 2130,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 38
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "undefined",
                                      "raw": "'undefined'"
                                    },
                                    "value": "undefined"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 2132,
                                  "end": 2510,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 2142,
                                      "end": 2502,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "UnaryExpression",
                                        "start": 2146,
                                        "end": 2158,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 24
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 2147,
                                          "end": 2158,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 24
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2147,
                                            "end": 2153,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 19
                                              },
                                              "identifierName": "result"
                                            },
                                            "name": "result"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2154,
                                            "end": 2157,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 23
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 2160,
                                        "end": 2202,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2172,
                                            "end": 2192,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 30
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2172,
                                              "end": 2191,
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 29
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2172,
                                                "end": 2183,
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2172,
                                                  "end": 2178,
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 16
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2179,
                                                  "end": 2182,
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 20
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "Identifier",
                                                "start": 2186,
                                                "end": 2191,
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 29
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "IfStatement",
                                        "start": 2208,
                                        "end": 2502,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 2212,
                                          "end": 2266,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 73
                                            }
                                          },
                                          "left": {
                                            "type": "CallExpression",
                                            "start": 2212,
                                            "end": 2234,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2212,
                                              "end": 2227,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2212,
                                                "end": 2213,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 20
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2214,
                                                "end": 2227,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 34
                                                  },
                                                  "identifierName": "isPlainObject"
                                                },
                                                "name": "isPlainObject"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2228,
                                                "end": 2233,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 40
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              }
                                            ]
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 2238,
                                            "end": 2266,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 73
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2238,
                                              "end": 2253,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 60
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2238,
                                                "end": 2239,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 46
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2240,
                                                "end": 2253,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 60
                                                  },
                                                  "identifierName": "isPlainObject"
                                                },
                                                "name": "isPlainObject"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 2254,
                                                "end": 2265,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 72
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2254,
                                                  "end": 2260,
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 67
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2261,
                                                  "end": 2264,
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 71
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                },
                                                "computed": true
                                              }
                                            ]
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2268,
                                          "end": 2330,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2280,
                                              "end": 2320,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 50
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2280,
                                                "end": 2319,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 49
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2280,
                                                  "end": 2291,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 21
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2280,
                                                    "end": 2286,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 16
                                                      },
                                                      "identifierName": "result"
                                                    },
                                                    "name": "result"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2287,
                                                    "end": 2290,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 20
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "computed": true
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 2294,
                                                  "end": 2319,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 49
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 2294,
                                                    "end": 2299,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 29
                                                      },
                                                      "identifierName": "merge"
                                                    },
                                                    "name": "merge"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 2300,
                                                      "end": 2311,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 41
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2300,
                                                        "end": 2306,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 36
                                                          },
                                                          "identifierName": "result"
                                                        },
                                                        "name": "result"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2307,
                                                        "end": 2310,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 40
                                                          },
                                                          "identifierName": "key"
                                                        },
                                                        "name": "key"
                                                      },
                                                      "computed": true
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 2313,
                                                      "end": 2318,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 48
                                                        },
                                                        "identifierName": "value"
                                                      },
                                                      "name": "value"
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": {
                                          "type": "IfStatement",
                                          "start": 2336,
                                          "end": 2502,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 9
                                            }
                                          },
                                          "test": {
                                            "type": "LogicalExpression",
                                            "start": 2340,
                                            "end": 2390,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 69
                                              }
                                            },
                                            "left": {
                                              "type": "CallExpression",
                                              "start": 2340,
                                              "end": 2360,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 39
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2340,
                                                "end": 2353,
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2340,
                                                  "end": 2345,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 24
                                                    },
                                                    "identifierName": "Array"
                                                  },
                                                  "name": "Array"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2346,
                                                  "end": 2353,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 32
                                                    },
                                                    "identifierName": "isArray"
                                                  },
                                                  "name": "isArray"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2354,
                                                  "end": 2359,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 38
                                                    },
                                                    "identifierName": "value"
                                                  },
                                                  "name": "value"
                                                }
                                              ]
                                            },
                                            "operator": "&&",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 2364,
                                              "end": 2390,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 69
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2364,
                                                "end": 2377,
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2364,
                                                  "end": 2369,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 48
                                                    },
                                                    "identifierName": "Array"
                                                  },
                                                  "name": "Array"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2370,
                                                  "end": 2377,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 56
                                                    },
                                                    "identifierName": "isArray"
                                                  },
                                                  "name": "isArray"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2378,
                                                  "end": 2389,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 68
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2378,
                                                    "end": 2384,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 63
                                                      },
                                                      "identifierName": "result"
                                                    },
                                                    "name": "result"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2385,
                                                    "end": 2388,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 67
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 2392,
                                            "end": 2454,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2404,
                                                "end": 2444,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 50
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 2404,
                                                  "end": 2443,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 49
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2404,
                                                    "end": 2415,
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 21
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2404,
                                                      "end": 2410,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 16
                                                        },
                                                        "identifierName": "result"
                                                      },
                                                      "name": "result"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2411,
                                                      "end": 2414,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 20
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    "computed": true
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 2418,
                                                    "end": 2443,
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 49
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2418,
                                                      "end": 2430,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 36
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2418,
                                                        "end": 2423,
                                                        "loc": {
                                                          "start": {
                                                            "line": 79,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 79,
                                                            "column": 29
                                                          },
                                                          "identifierName": "value"
                                                        },
                                                        "name": "value"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2424,
                                                        "end": 2430,
                                                        "loc": {
                                                          "start": {
                                                            "line": 79,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 79,
                                                            "column": 36
                                                          },
                                                          "identifierName": "concat"
                                                        },
                                                        "name": "concat"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 2431,
                                                        "end": 2442,
                                                        "loc": {
                                                          "start": {
                                                            "line": 79,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 79,
                                                            "column": 48
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2431,
                                                          "end": 2437,
                                                          "loc": {
                                                            "start": {
                                                              "line": 79,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 79,
                                                              "column": 43
                                                            },
                                                            "identifierName": "result"
                                                          },
                                                          "name": "result"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2438,
                                                          "end": 2441,
                                                          "loc": {
                                                            "start": {
                                                              "line": 79,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 79,
                                                              "column": 47
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      }
                                                    ]
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": {
                                            "type": "BlockStatement",
                                            "start": 2460,
                                            "end": 2502,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2472,
                                                "end": 2492,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 30
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 2472,
                                                  "end": 2491,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 29
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2472,
                                                    "end": 2483,
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 21
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2472,
                                                      "end": 2478,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 16
                                                        },
                                                        "identifierName": "result"
                                                      },
                                                      "name": "result"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2479,
                                                      "end": 2482,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 20
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    "computed": true
                                                  },
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 2486,
                                                    "end": 2491,
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 29
                                                      },
                                                      "identifierName": "value"
                                                    },
                                                    "name": "value"
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ReturnStatement",
              "start": 2526,
              "end": 2540,
              "loc": {
                "start": {
                  "line": 87,
                  "column": 2
                },
                "end": {
                  "line": 87,
                  "column": 16
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 2533,
                "end": 2539,
                "loc": {
                  "start": {
                    "line": 87,
                    "column": 9
                  },
                  "end": {
                    "line": 87,
                    "column": 15
                  },
                  "identifierName": "result"
                },
                "name": "result"
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " An alternative to _.merge, which doesn't clone its arguments",
            "start": 1727,
            "end": 1790,
            "loc": {
              "start": {
                "line": 65,
                "column": 0
              },
              "end": {
                "line": 65,
                "column": 63
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " Cloning is a bad idea because options arguments may contain references to sequelize",
            "start": 1791,
            "end": 1877,
            "loc": {
              "start": {
                "line": 66,
                "column": 0
              },
              "end": {
                "line": 66,
                "column": 86
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " models - which again reference database libs which don't like to be cloned (in particular pg-native)",
            "start": 1878,
            "end": 1981,
            "loc": {
              "start": {
                "line": 67,
                "column": 0
              },
              "end": {
                "line": 67,
                "column": 103
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 2543,
        "end": 2565,
        "loc": {
          "start": {
            "line": 89,
            "column": 0
          },
          "end": {
            "line": 89,
            "column": 22
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 2543,
          "end": 2564,
          "loc": {
            "start": {
              "line": 89,
              "column": 0
            },
            "end": {
              "line": 89,
              "column": 21
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 2543,
            "end": 2556,
            "loc": {
              "start": {
                "line": 89,
                "column": 0
              },
              "end": {
                "line": 89,
                "column": 13
              }
            },
            "object": {
              "type": "Identifier",
              "start": 2543,
              "end": 2550,
              "loc": {
                "start": {
                  "line": 89,
                  "column": 0
                },
                "end": {
                  "line": 89,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 2551,
              "end": 2556,
              "loc": {
                "start": {
                  "line": 89,
                  "column": 8
                },
                "end": {
                  "line": 89,
                  "column": 13
                },
                "identifierName": "merge"
              },
              "name": "merge"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 2559,
            "end": 2564,
            "loc": {
              "start": {
                "line": 89,
                "column": 16
              },
              "end": {
                "line": 89,
                "column": 21
              },
              "identifierName": "merge"
            },
            "name": "merge"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 2567,
        "end": 2639,
        "loc": {
          "start": {
            "line": 91,
            "column": 0
          },
          "end": {
            "line": 93,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2576,
          "end": 2590,
          "loc": {
            "start": {
              "line": 91,
              "column": 9
            },
            "end": {
              "line": 91,
              "column": 23
            },
            "identifierName": "lowercaseFirst"
          },
          "name": "lowercaseFirst"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2591,
            "end": 2592,
            "loc": {
              "start": {
                "line": 91,
                "column": 24
              },
              "end": {
                "line": 91,
                "column": 25
              },
              "identifierName": "s"
            },
            "name": "s"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2594,
          "end": 2639,
          "loc": {
            "start": {
              "line": 91,
              "column": 27
            },
            "end": {
              "line": 93,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 2598,
              "end": 2637,
              "loc": {
                "start": {
                  "line": 92,
                  "column": 2
                },
                "end": {
                  "line": 92,
                  "column": 41
                }
              },
              "argument": {
                "type": "BinaryExpression",
                "start": 2605,
                "end": 2636,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 9
                  },
                  "end": {
                    "line": 92,
                    "column": 40
                  }
                },
                "left": {
                  "type": "CallExpression",
                  "start": 2605,
                  "end": 2623,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 9
                    },
                    "end": {
                      "line": 92,
                      "column": 27
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2605,
                    "end": 2621,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 9
                      },
                      "end": {
                        "line": 92,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2605,
                      "end": 2609,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 9
                        },
                        "end": {
                          "line": 92,
                          "column": 13
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2605,
                        "end": 2606,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 9
                          },
                          "end": {
                            "line": 92,
                            "column": 10
                          },
                          "identifierName": "s"
                        },
                        "name": "s"
                      },
                      "property": {
                        "type": "NumericLiteral",
                        "start": 2607,
                        "end": 2608,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 11
                          },
                          "end": {
                            "line": 92,
                            "column": 12
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      },
                      "computed": true
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2610,
                      "end": 2621,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 14
                        },
                        "end": {
                          "line": 92,
                          "column": 25
                        },
                        "identifierName": "toLowerCase"
                      },
                      "name": "toLowerCase"
                    },
                    "computed": false
                  },
                  "arguments": []
                },
                "operator": "+",
                "right": {
                  "type": "CallExpression",
                  "start": 2626,
                  "end": 2636,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 30
                    },
                    "end": {
                      "line": 92,
                      "column": 40
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2626,
                    "end": 2633,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 30
                      },
                      "end": {
                        "line": 92,
                        "column": 37
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2626,
                      "end": 2627,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 30
                        },
                        "end": {
                          "line": 92,
                          "column": 31
                        },
                        "identifierName": "s"
                      },
                      "name": "s"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2628,
                      "end": 2633,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 32
                        },
                        "end": {
                          "line": 92,
                          "column": 37
                        },
                        "identifierName": "slice"
                      },
                      "name": "slice"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "NumericLiteral",
                      "start": 2634,
                      "end": 2635,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 38
                        },
                        "end": {
                          "line": 92,
                          "column": 39
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  ]
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 2640,
        "end": 2680,
        "loc": {
          "start": {
            "line": 94,
            "column": 0
          },
          "end": {
            "line": 94,
            "column": 40
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 2640,
          "end": 2679,
          "loc": {
            "start": {
              "line": 94,
              "column": 0
            },
            "end": {
              "line": 94,
              "column": 39
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 2640,
            "end": 2662,
            "loc": {
              "start": {
                "line": 94,
                "column": 0
              },
              "end": {
                "line": 94,
                "column": 22
              }
            },
            "object": {
              "type": "Identifier",
              "start": 2640,
              "end": 2647,
              "loc": {
                "start": {
                  "line": 94,
                  "column": 0
                },
                "end": {
                  "line": 94,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 2648,
              "end": 2662,
              "loc": {
                "start": {
                  "line": 94,
                  "column": 8
                },
                "end": {
                  "line": 94,
                  "column": 22
                },
                "identifierName": "lowercaseFirst"
              },
              "name": "lowercaseFirst"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 2665,
            "end": 2679,
            "loc": {
              "start": {
                "line": 94,
                "column": 25
              },
              "end": {
                "line": 94,
                "column": 39
              },
              "identifierName": "lowercaseFirst"
            },
            "name": "lowercaseFirst"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 2682,
        "end": 2754,
        "loc": {
          "start": {
            "line": 96,
            "column": 0
          },
          "end": {
            "line": 98,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2691,
          "end": 2705,
          "loc": {
            "start": {
              "line": 96,
              "column": 9
            },
            "end": {
              "line": 96,
              "column": 23
            },
            "identifierName": "uppercaseFirst"
          },
          "name": "uppercaseFirst"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2706,
            "end": 2707,
            "loc": {
              "start": {
                "line": 96,
                "column": 24
              },
              "end": {
                "line": 96,
                "column": 25
              },
              "identifierName": "s"
            },
            "name": "s"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2709,
          "end": 2754,
          "loc": {
            "start": {
              "line": 96,
              "column": 27
            },
            "end": {
              "line": 98,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 2713,
              "end": 2752,
              "loc": {
                "start": {
                  "line": 97,
                  "column": 2
                },
                "end": {
                  "line": 97,
                  "column": 41
                }
              },
              "argument": {
                "type": "BinaryExpression",
                "start": 2720,
                "end": 2751,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 9
                  },
                  "end": {
                    "line": 97,
                    "column": 40
                  }
                },
                "left": {
                  "type": "CallExpression",
                  "start": 2720,
                  "end": 2738,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 9
                    },
                    "end": {
                      "line": 97,
                      "column": 27
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2720,
                    "end": 2736,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 9
                      },
                      "end": {
                        "line": 97,
                        "column": 25
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2720,
                      "end": 2724,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 9
                        },
                        "end": {
                          "line": 97,
                          "column": 13
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2720,
                        "end": 2721,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 9
                          },
                          "end": {
                            "line": 97,
                            "column": 10
                          },
                          "identifierName": "s"
                        },
                        "name": "s"
                      },
                      "property": {
                        "type": "NumericLiteral",
                        "start": 2722,
                        "end": 2723,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 11
                          },
                          "end": {
                            "line": 97,
                            "column": 12
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      },
                      "computed": true
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2725,
                      "end": 2736,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 14
                        },
                        "end": {
                          "line": 97,
                          "column": 25
                        },
                        "identifierName": "toUpperCase"
                      },
                      "name": "toUpperCase"
                    },
                    "computed": false
                  },
                  "arguments": []
                },
                "operator": "+",
                "right": {
                  "type": "CallExpression",
                  "start": 2741,
                  "end": 2751,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 30
                    },
                    "end": {
                      "line": 97,
                      "column": 40
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2741,
                    "end": 2748,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 30
                      },
                      "end": {
                        "line": 97,
                        "column": 37
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2741,
                      "end": 2742,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 30
                        },
                        "end": {
                          "line": 97,
                          "column": 31
                        },
                        "identifierName": "s"
                      },
                      "name": "s"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2743,
                      "end": 2748,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 32
                        },
                        "end": {
                          "line": 97,
                          "column": 37
                        },
                        "identifierName": "slice"
                      },
                      "name": "slice"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "NumericLiteral",
                      "start": 2749,
                      "end": 2750,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 38
                        },
                        "end": {
                          "line": 97,
                          "column": 39
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  ]
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 2755,
        "end": 2795,
        "loc": {
          "start": {
            "line": 99,
            "column": 0
          },
          "end": {
            "line": 99,
            "column": 40
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 2755,
          "end": 2794,
          "loc": {
            "start": {
              "line": 99,
              "column": 0
            },
            "end": {
              "line": 99,
              "column": 39
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 2755,
            "end": 2777,
            "loc": {
              "start": {
                "line": 99,
                "column": 0
              },
              "end": {
                "line": 99,
                "column": 22
              }
            },
            "object": {
              "type": "Identifier",
              "start": 2755,
              "end": 2762,
              "loc": {
                "start": {
                  "line": 99,
                  "column": 0
                },
                "end": {
                  "line": 99,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 2763,
              "end": 2777,
              "loc": {
                "start": {
                  "line": 99,
                  "column": 8
                },
                "end": {
                  "line": 99,
                  "column": 22
                },
                "identifierName": "uppercaseFirst"
              },
              "name": "uppercaseFirst"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 2780,
            "end": 2794,
            "loc": {
              "start": {
                "line": 99,
                "column": 25
              },
              "end": {
                "line": 99,
                "column": 39
              },
              "identifierName": "uppercaseFirst"
            },
            "name": "uppercaseFirst"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 2797,
        "end": 2906,
        "loc": {
          "start": {
            "line": 101,
            "column": 0
          },
          "end": {
            "line": 103,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2806,
          "end": 2815,
          "loc": {
            "start": {
              "line": 101,
              "column": 9
            },
            "end": {
              "line": 101,
              "column": 18
            },
            "identifierName": "spliceStr"
          },
          "name": "spliceStr"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2816,
            "end": 2819,
            "loc": {
              "start": {
                "line": 101,
                "column": 19
              },
              "end": {
                "line": 101,
                "column": 22
              },
              "identifierName": "str"
            },
            "name": "str"
          },
          {
            "type": "Identifier",
            "start": 2821,
            "end": 2826,
            "loc": {
              "start": {
                "line": 101,
                "column": 24
              },
              "end": {
                "line": 101,
                "column": 29
              },
              "identifierName": "index"
            },
            "name": "index"
          },
          {
            "type": "Identifier",
            "start": 2828,
            "end": 2833,
            "loc": {
              "start": {
                "line": 101,
                "column": 31
              },
              "end": {
                "line": 101,
                "column": 36
              },
              "identifierName": "count"
            },
            "name": "count"
          },
          {
            "type": "Identifier",
            "start": 2835,
            "end": 2838,
            "loc": {
              "start": {
                "line": 101,
                "column": 38
              },
              "end": {
                "line": 101,
                "column": 41
              },
              "identifierName": "add"
            },
            "name": "add"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2840,
          "end": 2906,
          "loc": {
            "start": {
              "line": 101,
              "column": 43
            },
            "end": {
              "line": 103,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 2844,
              "end": 2904,
              "loc": {
                "start": {
                  "line": 102,
                  "column": 2
                },
                "end": {
                  "line": 102,
                  "column": 62
                }
              },
              "argument": {
                "type": "BinaryExpression",
                "start": 2851,
                "end": 2903,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 9
                  },
                  "end": {
                    "line": 102,
                    "column": 61
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 2851,
                  "end": 2876,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 9
                    },
                    "end": {
                      "line": 102,
                      "column": 34
                    }
                  },
                  "left": {
                    "type": "CallExpression",
                    "start": 2851,
                    "end": 2870,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 9
                      },
                      "end": {
                        "line": 102,
                        "column": 28
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 2851,
                      "end": 2860,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 9
                        },
                        "end": {
                          "line": 102,
                          "column": 18
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2851,
                        "end": 2854,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 9
                          },
                          "end": {
                            "line": 102,
                            "column": 12
                          },
                          "identifierName": "str"
                        },
                        "name": "str"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2855,
                        "end": 2860,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 13
                          },
                          "end": {
                            "line": 102,
                            "column": 18
                          },
                          "identifierName": "slice"
                        },
                        "name": "slice"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "NumericLiteral",
                        "start": 2861,
                        "end": 2862,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 19
                          },
                          "end": {
                            "line": 102,
                            "column": 20
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      },
                      {
                        "type": "Identifier",
                        "start": 2864,
                        "end": 2869,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 22
                          },
                          "end": {
                            "line": 102,
                            "column": 27
                          },
                          "identifierName": "index"
                        },
                        "name": "index"
                      }
                    ]
                  },
                  "operator": "+",
                  "right": {
                    "type": "Identifier",
                    "start": 2873,
                    "end": 2876,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 31
                      },
                      "end": {
                        "line": 102,
                        "column": 34
                      },
                      "identifierName": "add"
                    },
                    "name": "add"
                  }
                },
                "operator": "+",
                "right": {
                  "type": "CallExpression",
                  "start": 2879,
                  "end": 2903,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 37
                    },
                    "end": {
                      "line": 102,
                      "column": 61
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2879,
                    "end": 2888,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 37
                      },
                      "end": {
                        "line": 102,
                        "column": 46
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2879,
                      "end": 2882,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 37
                        },
                        "end": {
                          "line": 102,
                          "column": 40
                        },
                        "identifierName": "str"
                      },
                      "name": "str"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2883,
                      "end": 2888,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 41
                        },
                        "end": {
                          "line": 102,
                          "column": 46
                        },
                        "identifierName": "slice"
                      },
                      "name": "slice"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "BinaryExpression",
                      "start": 2889,
                      "end": 2902,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 47
                        },
                        "end": {
                          "line": 102,
                          "column": 60
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 2889,
                        "end": 2894,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 47
                          },
                          "end": {
                            "line": 102,
                            "column": 52
                          },
                          "identifierName": "index"
                        },
                        "name": "index"
                      },
                      "operator": "+",
                      "right": {
                        "type": "Identifier",
                        "start": 2897,
                        "end": 2902,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 55
                          },
                          "end": {
                            "line": 102,
                            "column": 60
                          },
                          "identifierName": "count"
                        },
                        "name": "count"
                      }
                    }
                  ]
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 2907,
        "end": 2937,
        "loc": {
          "start": {
            "line": 104,
            "column": 0
          },
          "end": {
            "line": 104,
            "column": 30
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 2907,
          "end": 2936,
          "loc": {
            "start": {
              "line": 104,
              "column": 0
            },
            "end": {
              "line": 104,
              "column": 29
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 2907,
            "end": 2924,
            "loc": {
              "start": {
                "line": 104,
                "column": 0
              },
              "end": {
                "line": 104,
                "column": 17
              }
            },
            "object": {
              "type": "Identifier",
              "start": 2907,
              "end": 2914,
              "loc": {
                "start": {
                  "line": 104,
                  "column": 0
                },
                "end": {
                  "line": 104,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 2915,
              "end": 2924,
              "loc": {
                "start": {
                  "line": 104,
                  "column": 8
                },
                "end": {
                  "line": 104,
                  "column": 17
                },
                "identifierName": "spliceStr"
              },
              "name": "spliceStr"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 2927,
            "end": 2936,
            "loc": {
              "start": {
                "line": 104,
                "column": 20
              },
              "end": {
                "line": 104,
                "column": 29
              },
              "identifierName": "spliceStr"
            },
            "name": "spliceStr"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 2939,
        "end": 3041,
        "loc": {
          "start": {
            "line": 106,
            "column": 0
          },
          "end": {
            "line": 108,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2948,
          "end": 2956,
          "loc": {
            "start": {
              "line": 106,
              "column": 9
            },
            "end": {
              "line": 106,
              "column": 17
            },
            "identifierName": "camelize"
          },
          "name": "camelize"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2957,
            "end": 2960,
            "loc": {
              "start": {
                "line": 106,
                "column": 18
              },
              "end": {
                "line": 106,
                "column": 21
              },
              "identifierName": "str"
            },
            "name": "str"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2962,
          "end": 3041,
          "loc": {
            "start": {
              "line": 106,
              "column": 23
            },
            "end": {
              "line": 108,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 2966,
              "end": 3039,
              "loc": {
                "start": {
                  "line": 107,
                  "column": 2
                },
                "end": {
                  "line": 107,
                  "column": 75
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 2973,
                "end": 3038,
                "loc": {
                  "start": {
                    "line": 107,
                    "column": 9
                  },
                  "end": {
                    "line": 107,
                    "column": 74
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 2973,
                  "end": 2991,
                  "loc": {
                    "start": {
                      "line": 107,
                      "column": 9
                    },
                    "end": {
                      "line": 107,
                      "column": 27
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 2973,
                    "end": 2983,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 9
                      },
                      "end": {
                        "line": 107,
                        "column": 19
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 2973,
                      "end": 2981,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 9
                        },
                        "end": {
                          "line": 107,
                          "column": 17
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2973,
                        "end": 2976,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 9
                          },
                          "end": {
                            "line": 107,
                            "column": 12
                          },
                          "identifierName": "str"
                        },
                        "name": "str"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2977,
                        "end": 2981,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 13
                          },
                          "end": {
                            "line": 107,
                            "column": 17
                          },
                          "identifierName": "trim"
                        },
                        "name": "trim"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2984,
                    "end": 2991,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 20
                      },
                      "end": {
                        "line": 107,
                        "column": 27
                      },
                      "identifierName": "replace"
                    },
                    "name": "replace"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "RegExpLiteral",
                    "start": 2992,
                    "end": 3006,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 28
                      },
                      "end": {
                        "line": 107,
                        "column": 42
                      }
                    },
                    "extra": {
                      "raw": "/[-_\\s]+(.)?/g"
                    },
                    "pattern": "[-_\\s]+(.)?",
                    "flags": "g"
                  },
                  {
                    "type": "ArrowFunctionExpression",
                    "start": 3008,
                    "end": 3037,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 44
                      },
                      "end": {
                        "line": 107,
                        "column": 73
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": true,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 3009,
                        "end": 3014,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 45
                          },
                          "end": {
                            "line": 107,
                            "column": 50
                          },
                          "identifierName": "match"
                        },
                        "name": "match"
                      },
                      {
                        "type": "Identifier",
                        "start": 3016,
                        "end": 3017,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 52
                          },
                          "end": {
                            "line": 107,
                            "column": 53
                          },
                          "identifierName": "c"
                        },
                        "name": "c"
                      }
                    ],
                    "body": {
                      "type": "CallExpression",
                      "start": 3022,
                      "end": 3037,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 58
                        },
                        "end": {
                          "line": 107,
                          "column": 73
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3022,
                        "end": 3035,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 58
                          },
                          "end": {
                            "line": 107,
                            "column": 71
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3022,
                          "end": 3023,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 58
                            },
                            "end": {
                              "line": 107,
                              "column": 59
                            },
                            "identifierName": "c"
                          },
                          "name": "c"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3024,
                          "end": 3035,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 60
                            },
                            "end": {
                              "line": 107,
                              "column": 71
                            },
                            "identifierName": "toUpperCase"
                          },
                          "name": "toUpperCase"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 3042,
        "end": 3070,
        "loc": {
          "start": {
            "line": 109,
            "column": 0
          },
          "end": {
            "line": 109,
            "column": 28
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 3042,
          "end": 3069,
          "loc": {
            "start": {
              "line": 109,
              "column": 0
            },
            "end": {
              "line": 109,
              "column": 27
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 3042,
            "end": 3058,
            "loc": {
              "start": {
                "line": 109,
                "column": 0
              },
              "end": {
                "line": 109,
                "column": 16
              }
            },
            "object": {
              "type": "Identifier",
              "start": 3042,
              "end": 3049,
              "loc": {
                "start": {
                  "line": 109,
                  "column": 0
                },
                "end": {
                  "line": 109,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 3050,
              "end": 3058,
              "loc": {
                "start": {
                  "line": 109,
                  "column": 8
                },
                "end": {
                  "line": 109,
                  "column": 16
                },
                "identifierName": "camelize"
              },
              "name": "camelize"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 3061,
            "end": 3069,
            "loc": {
              "start": {
                "line": 109,
                "column": 19
              },
              "end": {
                "line": 109,
                "column": 27
              },
              "identifierName": "camelize"
            },
            "name": "camelize"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 3072,
        "end": 3137,
        "loc": {
          "start": {
            "line": 111,
            "column": 0
          },
          "end": {
            "line": 113,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 3081,
          "end": 3091,
          "loc": {
            "start": {
              "line": 111,
              "column": 9
            },
            "end": {
              "line": 111,
              "column": 19
            },
            "identifierName": "underscore"
          },
          "name": "underscore"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 3092,
            "end": 3095,
            "loc": {
              "start": {
                "line": 111,
                "column": 20
              },
              "end": {
                "line": 111,
                "column": 23
              },
              "identifierName": "str"
            },
            "name": "str"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 3097,
          "end": 3137,
          "loc": {
            "start": {
              "line": 111,
              "column": 25
            },
            "end": {
              "line": 113,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 3101,
              "end": 3135,
              "loc": {
                "start": {
                  "line": 112,
                  "column": 2
                },
                "end": {
                  "line": 112,
                  "column": 36
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 3108,
                "end": 3134,
                "loc": {
                  "start": {
                    "line": 112,
                    "column": 9
                  },
                  "end": {
                    "line": 112,
                    "column": 35
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 3108,
                  "end": 3129,
                  "loc": {
                    "start": {
                      "line": 112,
                      "column": 9
                    },
                    "end": {
                      "line": 112,
                      "column": 30
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 3108,
                    "end": 3118,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 9
                      },
                      "end": {
                        "line": 112,
                        "column": 19
                      },
                      "identifierName": "inflection"
                    },
                    "name": "inflection"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 3119,
                    "end": 3129,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 20
                      },
                      "end": {
                        "line": 112,
                        "column": 30
                      },
                      "identifierName": "underscore"
                    },
                    "name": "underscore"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 3130,
                    "end": 3133,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 31
                      },
                      "end": {
                        "line": 112,
                        "column": 34
                      },
                      "identifierName": "str"
                    },
                    "name": "str"
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 3138,
        "end": 3170,
        "loc": {
          "start": {
            "line": 114,
            "column": 0
          },
          "end": {
            "line": 114,
            "column": 32
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 3138,
          "end": 3169,
          "loc": {
            "start": {
              "line": 114,
              "column": 0
            },
            "end": {
              "line": 114,
              "column": 31
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 3138,
            "end": 3156,
            "loc": {
              "start": {
                "line": 114,
                "column": 0
              },
              "end": {
                "line": 114,
                "column": 18
              }
            },
            "object": {
              "type": "Identifier",
              "start": 3138,
              "end": 3145,
              "loc": {
                "start": {
                  "line": 114,
                  "column": 0
                },
                "end": {
                  "line": 114,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 3146,
              "end": 3156,
              "loc": {
                "start": {
                  "line": 114,
                  "column": 8
                },
                "end": {
                  "line": 114,
                  "column": 18
                },
                "identifierName": "underscore"
              },
              "name": "underscore"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 3159,
            "end": 3169,
            "loc": {
              "start": {
                "line": 114,
                "column": 21
              },
              "end": {
                "line": 114,
                "column": 31
              },
              "identifierName": "underscore"
            },
            "name": "underscore"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 3172,
        "end": 3369,
        "loc": {
          "start": {
            "line": 116,
            "column": 0
          },
          "end": {
            "line": 120,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 3181,
          "end": 3187,
          "loc": {
            "start": {
              "line": 116,
              "column": 9
            },
            "end": {
              "line": 116,
              "column": 15
            },
            "identifierName": "format"
          },
          "name": "format"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 3188,
            "end": 3191,
            "loc": {
              "start": {
                "line": 116,
                "column": 16
              },
              "end": {
                "line": 116,
                "column": 19
              },
              "identifierName": "arr"
            },
            "name": "arr"
          },
          {
            "type": "Identifier",
            "start": 3193,
            "end": 3200,
            "loc": {
              "start": {
                "line": 116,
                "column": 21
              },
              "end": {
                "line": 116,
                "column": 28
              },
              "identifierName": "dialect"
            },
            "name": "dialect"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 3202,
          "end": 3369,
          "loc": {
            "start": {
              "line": 116,
              "column": 30
            },
            "end": {
              "line": 120,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 3206,
              "end": 3228,
              "loc": {
                "start": {
                  "line": 117,
                  "column": 2
                },
                "end": {
                  "line": 117,
                  "column": 24
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 3212,
                  "end": 3227,
                  "loc": {
                    "start": {
                      "line": 117,
                      "column": 8
                    },
                    "end": {
                      "line": 117,
                      "column": 23
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 3212,
                    "end": 3220,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 8
                      },
                      "end": {
                        "line": 117,
                        "column": 16
                      },
                      "identifierName": "timeZone"
                    },
                    "name": "timeZone"
                  },
                  "init": {
                    "type": "NullLiteral",
                    "start": 3223,
                    "end": 3227,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 19
                      },
                      "end": {
                        "line": 117,
                        "column": 23
                      }
                    }
                  }
                }
              ],
              "kind": "const",
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Make a clone of the array beacuse format modifies the passed args",
                  "start": 3231,
                  "end": 3299,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 2
                    },
                    "end": {
                      "line": 118,
                      "column": 70
                    }
                  }
                }
              ]
            },
            {
              "type": "ReturnStatement",
              "start": 3302,
              "end": 3367,
              "loc": {
                "start": {
                  "line": 119,
                  "column": 2
                },
                "end": {
                  "line": 119,
                  "column": 67
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 3309,
                "end": 3366,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 9
                  },
                  "end": {
                    "line": 119,
                    "column": 66
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 3309,
                  "end": 3325,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 9
                    },
                    "end": {
                      "line": 119,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 3309,
                    "end": 3318,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 9
                      },
                      "end": {
                        "line": 119,
                        "column": 18
                      },
                      "identifierName": "SqlString"
                    },
                    "name": "SqlString",
                    "leadingComments": null
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 3319,
                    "end": 3325,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 19
                      },
                      "end": {
                        "line": 119,
                        "column": 25
                      },
                      "identifierName": "format"
                    },
                    "name": "format"
                  },
                  "computed": false,
                  "leadingComments": null
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 3326,
                    "end": 3332,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 26
                      },
                      "end": {
                        "line": 119,
                        "column": 32
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 3326,
                      "end": 3329,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 26
                        },
                        "end": {
                          "line": 119,
                          "column": 29
                        },
                        "identifierName": "arr"
                      },
                      "name": "arr"
                    },
                    "property": {
                      "type": "NumericLiteral",
                      "start": 3330,
                      "end": 3331,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 30
                        },
                        "end": {
                          "line": 119,
                          "column": 31
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    },
                    "computed": true
                  },
                  {
                    "type": "CallExpression",
                    "start": 3334,
                    "end": 3346,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 34
                      },
                      "end": {
                        "line": 119,
                        "column": 46
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 3334,
                      "end": 3343,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 34
                        },
                        "end": {
                          "line": 119,
                          "column": 43
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 3334,
                        "end": 3337,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 34
                          },
                          "end": {
                            "line": 119,
                            "column": 37
                          },
                          "identifierName": "arr"
                        },
                        "name": "arr"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3338,
                        "end": 3343,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 38
                          },
                          "end": {
                            "line": 119,
                            "column": 43
                          },
                          "identifierName": "slice"
                        },
                        "name": "slice"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "NumericLiteral",
                        "start": 3344,
                        "end": 3345,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 44
                          },
                          "end": {
                            "line": 119,
                            "column": 45
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      }
                    ]
                  },
                  {
                    "type": "Identifier",
                    "start": 3348,
                    "end": 3356,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 48
                      },
                      "end": {
                        "line": 119,
                        "column": 56
                      },
                      "identifierName": "timeZone"
                    },
                    "name": "timeZone"
                  },
                  {
                    "type": "Identifier",
                    "start": 3358,
                    "end": 3365,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 58
                      },
                      "end": {
                        "line": 119,
                        "column": 65
                      },
                      "identifierName": "dialect"
                    },
                    "name": "dialect"
                  }
                ],
                "leadingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Make a clone of the array beacuse format modifies the passed args",
                  "start": 3231,
                  "end": 3299,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 2
                    },
                    "end": {
                      "line": 118,
                      "column": 70
                    }
                  }
                }
              ]
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 3370,
        "end": 3394,
        "loc": {
          "start": {
            "line": 121,
            "column": 0
          },
          "end": {
            "line": 121,
            "column": 24
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 3370,
          "end": 3393,
          "loc": {
            "start": {
              "line": 121,
              "column": 0
            },
            "end": {
              "line": 121,
              "column": 23
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 3370,
            "end": 3384,
            "loc": {
              "start": {
                "line": 121,
                "column": 0
              },
              "end": {
                "line": 121,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 3370,
              "end": 3377,
              "loc": {
                "start": {
                  "line": 121,
                  "column": 0
                },
                "end": {
                  "line": 121,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 3378,
              "end": 3384,
              "loc": {
                "start": {
                  "line": 121,
                  "column": 8
                },
                "end": {
                  "line": 121,
                  "column": 14
                },
                "identifierName": "format"
              },
              "name": "format"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 3387,
            "end": 3393,
            "loc": {
              "start": {
                "line": 121,
                "column": 17
              },
              "end": {
                "line": 121,
                "column": 23
              },
              "identifierName": "format"
            },
            "name": "format"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 3396,
        "end": 3559,
        "loc": {
          "start": {
            "line": 123,
            "column": 0
          },
          "end": {
            "line": 126,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 3405,
          "end": 3426,
          "loc": {
            "start": {
              "line": 123,
              "column": 9
            },
            "end": {
              "line": 123,
              "column": 30
            },
            "identifierName": "formatNamedParameters"
          },
          "name": "formatNamedParameters"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 3427,
            "end": 3430,
            "loc": {
              "start": {
                "line": 123,
                "column": 31
              },
              "end": {
                "line": 123,
                "column": 34
              },
              "identifierName": "sql"
            },
            "name": "sql"
          },
          {
            "type": "Identifier",
            "start": 3432,
            "end": 3442,
            "loc": {
              "start": {
                "line": 123,
                "column": 36
              },
              "end": {
                "line": 123,
                "column": 46
              },
              "identifierName": "parameters"
            },
            "name": "parameters"
          },
          {
            "type": "Identifier",
            "start": 3444,
            "end": 3451,
            "loc": {
              "start": {
                "line": 123,
                "column": 48
              },
              "end": {
                "line": 123,
                "column": 55
              },
              "identifierName": "dialect"
            },
            "name": "dialect"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 3453,
          "end": 3559,
          "loc": {
            "start": {
              "line": 123,
              "column": 57
            },
            "end": {
              "line": 126,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 3457,
              "end": 3479,
              "loc": {
                "start": {
                  "line": 124,
                  "column": 2
                },
                "end": {
                  "line": 124,
                  "column": 24
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 3463,
                  "end": 3478,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 8
                    },
                    "end": {
                      "line": 124,
                      "column": 23
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 3463,
                    "end": 3471,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 8
                      },
                      "end": {
                        "line": 124,
                        "column": 16
                      },
                      "identifierName": "timeZone"
                    },
                    "name": "timeZone"
                  },
                  "init": {
                    "type": "NullLiteral",
                    "start": 3474,
                    "end": 3478,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 19
                      },
                      "end": {
                        "line": 124,
                        "column": 23
                      }
                    }
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ReturnStatement",
              "start": 3482,
              "end": 3557,
              "loc": {
                "start": {
                  "line": 125,
                  "column": 2
                },
                "end": {
                  "line": 125,
                  "column": 77
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 3489,
                "end": 3556,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 9
                  },
                  "end": {
                    "line": 125,
                    "column": 76
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 3489,
                  "end": 3520,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 9
                    },
                    "end": {
                      "line": 125,
                      "column": 40
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 3489,
                    "end": 3498,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 9
                      },
                      "end": {
                        "line": 125,
                        "column": 18
                      },
                      "identifierName": "SqlString"
                    },
                    "name": "SqlString"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 3499,
                    "end": 3520,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 19
                      },
                      "end": {
                        "line": 125,
                        "column": 40
                      },
                      "identifierName": "formatNamedParameters"
                    },
                    "name": "formatNamedParameters"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 3521,
                    "end": 3524,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 41
                      },
                      "end": {
                        "line": 125,
                        "column": 44
                      },
                      "identifierName": "sql"
                    },
                    "name": "sql"
                  },
                  {
                    "type": "Identifier",
                    "start": 3526,
                    "end": 3536,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 46
                      },
                      "end": {
                        "line": 125,
                        "column": 56
                      },
                      "identifierName": "parameters"
                    },
                    "name": "parameters"
                  },
                  {
                    "type": "Identifier",
                    "start": 3538,
                    "end": 3546,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 58
                      },
                      "end": {
                        "line": 125,
                        "column": 66
                      },
                      "identifierName": "timeZone"
                    },
                    "name": "timeZone"
                  },
                  {
                    "type": "Identifier",
                    "start": 3548,
                    "end": 3555,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 68
                      },
                      "end": {
                        "line": 125,
                        "column": 75
                      },
                      "identifierName": "dialect"
                    },
                    "name": "dialect"
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 3560,
        "end": 3614,
        "loc": {
          "start": {
            "line": 127,
            "column": 0
          },
          "end": {
            "line": 127,
            "column": 54
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 3560,
          "end": 3613,
          "loc": {
            "start": {
              "line": 127,
              "column": 0
            },
            "end": {
              "line": 127,
              "column": 53
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 3560,
            "end": 3589,
            "loc": {
              "start": {
                "line": 127,
                "column": 0
              },
              "end": {
                "line": 127,
                "column": 29
              }
            },
            "object": {
              "type": "Identifier",
              "start": 3560,
              "end": 3567,
              "loc": {
                "start": {
                  "line": 127,
                  "column": 0
                },
                "end": {
                  "line": 127,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 3568,
              "end": 3589,
              "loc": {
                "start": {
                  "line": 127,
                  "column": 8
                },
                "end": {
                  "line": 127,
                  "column": 29
                },
                "identifierName": "formatNamedParameters"
              },
              "name": "formatNamedParameters"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 3592,
            "end": 3613,
            "loc": {
              "start": {
                "line": 127,
                "column": 32
              },
              "end": {
                "line": 127,
                "column": 53
              },
              "identifierName": "formatNamedParameters"
            },
            "name": "formatNamedParameters"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 3616,
        "end": 4219,
        "loc": {
          "start": {
            "line": 129,
            "column": 0
          },
          "end": {
            "line": 147,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 3625,
          "end": 3634,
          "loc": {
            "start": {
              "line": 129,
              "column": 9
            },
            "end": {
              "line": 129,
              "column": 18
            },
            "identifierName": "cloneDeep"
          },
          "name": "cloneDeep"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 3635,
            "end": 3638,
            "loc": {
              "start": {
                "line": 129,
                "column": 19
              },
              "end": {
                "line": 129,
                "column": 22
              },
              "identifierName": "obj"
            },
            "name": "obj"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 3640,
          "end": 4219,
          "loc": {
            "start": {
              "line": 129,
              "column": 24
            },
            "end": {
              "line": 147,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 3644,
              "end": 3660,
              "loc": {
                "start": {
                  "line": 130,
                  "column": 2
                },
                "end": {
                  "line": 130,
                  "column": 18
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 3644,
                "end": 3659,
                "loc": {
                  "start": {
                    "line": 130,
                    "column": 2
                  },
                  "end": {
                    "line": 130,
                    "column": 17
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 3644,
                  "end": 3647,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 2
                    },
                    "end": {
                      "line": 130,
                      "column": 5
                    },
                    "identifierName": "obj"
                  },
                  "name": "obj"
                },
                "right": {
                  "type": "LogicalExpression",
                  "start": 3650,
                  "end": 3659,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 8
                    },
                    "end": {
                      "line": 130,
                      "column": 17
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 3650,
                    "end": 3653,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 8
                      },
                      "end": {
                        "line": 130,
                        "column": 11
                      },
                      "identifierName": "obj"
                    },
                    "name": "obj"
                  },
                  "operator": "||",
                  "right": {
                    "type": "ObjectExpression",
                    "start": 3657,
                    "end": 3659,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 15
                      },
                      "end": {
                        "line": 130,
                        "column": 17
                      }
                    },
                    "properties": []
                  }
                }
              }
            },
            {
              "type": "ReturnStatement",
              "start": 3663,
              "end": 4217,
              "loc": {
                "start": {
                  "line": 131,
                  "column": 2
                },
                "end": {
                  "line": 146,
                  "column": 5
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 3670,
                "end": 4216,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 9
                  },
                  "end": {
                    "line": 146,
                    "column": 4
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 3670,
                  "end": 3685,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 9
                    },
                    "end": {
                      "line": 131,
                      "column": 24
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 3670,
                    "end": 3671,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 9
                      },
                      "end": {
                        "line": 131,
                        "column": 10
                      },
                      "identifierName": "_"
                    },
                    "name": "_"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 3672,
                    "end": 3685,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 11
                      },
                      "end": {
                        "line": 131,
                        "column": 24
                      },
                      "identifierName": "cloneDeepWith"
                    },
                    "name": "cloneDeepWith"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 3686,
                    "end": 3689,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 25
                      },
                      "end": {
                        "line": 131,
                        "column": 28
                      },
                      "identifierName": "obj"
                    },
                    "name": "obj"
                  },
                  {
                    "type": "ArrowFunctionExpression",
                    "start": 3691,
                    "end": 4215,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 30
                      },
                      "end": {
                        "line": 146,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 3691,
                        "end": 3695,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 30
                          },
                          "end": {
                            "line": 131,
                            "column": 34
                          },
                          "identifierName": "elem"
                        },
                        "name": "elem"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 3699,
                      "end": 4215,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 38
                        },
                        "end": {
                          "line": 146,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 3763,
                          "end": 3844,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 4
                            },
                            "end": {
                              "line": 135,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 3767,
                            "end": 3811,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 8
                              },
                              "end": {
                                "line": 133,
                                "column": 52
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 3767,
                              "end": 3786,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 8
                                },
                                "end": {
                                  "line": 133,
                                  "column": 27
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3767,
                                "end": 3780,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3767,
                                  "end": 3772,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 13
                                    },
                                    "identifierName": "Array"
                                  },
                                  "name": "Array",
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3773,
                                  "end": 3780,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 21
                                    },
                                    "identifierName": "isArray"
                                  },
                                  "name": "isArray"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3781,
                                  "end": 3785,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 26
                                    },
                                    "identifierName": "elem"
                                  },
                                  "name": "elem"
                                }
                              ],
                              "leadingComments": null
                            },
                            "operator": "||",
                            "right": {
                              "type": "CallExpression",
                              "start": 3790,
                              "end": 3811,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 31
                                },
                                "end": {
                                  "line": 133,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3790,
                                "end": 3805,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3790,
                                  "end": 3791,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 32
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3792,
                                  "end": 3805,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 46
                                    },
                                    "identifierName": "isPlainObject"
                                  },
                                  "name": "isPlainObject"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3806,
                                  "end": 3810,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 51
                                    },
                                    "identifierName": "elem"
                                  },
                                  "name": "elem"
                                }
                              ]
                            },
                            "leadingComments": null
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3813,
                            "end": 3844,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 54
                              },
                              "end": {
                                "line": 135,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3821,
                                "end": 3838,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 23
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 3828,
                                  "end": 3837,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 22
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              }
                            ],
                            "directives": [],
                            "trailingComments": null
                          },
                          "alternate": null,
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Do not try to customize cloning of arrays or POJOs",
                              "start": 3705,
                              "end": 3758,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 4
                                },
                                "end": {
                                  "line": 132,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "trailingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Don't clone stuff that's an object, but not a plain one - fx example sequelize models and instances",
                              "start": 3850,
                              "end": 3952,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 4
                                },
                                "end": {
                                  "line": 137,
                                  "column": 106
                                }
                              }
                            }
                          ]
                        },
                        {
                          "type": "IfStatement",
                          "start": 3957,
                          "end": 4013,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 4
                            },
                            "end": {
                              "line": 140,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 3961,
                            "end": 3985,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 8
                              },
                              "end": {
                                "line": 138,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 3961,
                              "end": 3972,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 8
                                },
                                "end": {
                                  "line": 138,
                                  "column": 19
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 3968,
                                "end": 3972,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 19
                                  },
                                  "identifierName": "elem"
                                },
                                "name": "elem",
                                "leadingComments": null
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              },
                              "leadingComments": null
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 3977,
                              "end": 3985,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 24
                                },
                                "end": {
                                  "line": 138,
                                  "column": 32
                                }
                              },
                              "extra": {
                                "rawValue": "object",
                                "raw": "'object'"
                              },
                              "value": "object"
                            },
                            "leadingComments": null
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 3987,
                            "end": 4013,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 34
                              },
                              "end": {
                                "line": 140,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 3995,
                                "end": 4007,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 18
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 4002,
                                  "end": 4006,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 17
                                    },
                                    "identifierName": "elem"
                                  },
                                  "name": "elem"
                                }
                              }
                            ],
                            "directives": [],
                            "trailingComments": null
                          },
                          "alternate": null,
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Don't clone stuff that's an object, but not a plain one - fx example sequelize models and instances",
                              "start": 3850,
                              "end": 3952,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 4
                                },
                                "end": {
                                  "line": 137,
                                  "column": 106
                                }
                              }
                            }
                          ],
                          "trailingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Preserve special data-types like `fn` across clones. _.get() is used for checking up the prototype chain",
                              "start": 4019,
                              "end": 4126,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 4
                                },
                                "end": {
                                  "line": 142,
                                  "column": 111
                                }
                              }
                            }
                          ]
                        },
                        {
                          "type": "IfStatement",
                          "start": 4131,
                          "end": 4211,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 4
                            },
                            "end": {
                              "line": 145,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 4135,
                            "end": 4175,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 8
                              },
                              "end": {
                                "line": 143,
                                "column": 48
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4135,
                              "end": 4139,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 8
                                },
                                "end": {
                                  "line": 143,
                                  "column": 12
                                },
                                "identifierName": "elem"
                              },
                              "name": "elem",
                              "leadingComments": null
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 4143,
                              "end": 4175,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 16
                                },
                                "end": {
                                  "line": 143,
                                  "column": 48
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 4143,
                                "end": 4160,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 33
                                  }
                                },
                                "operator": "typeof",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 4150,
                                  "end": 4160,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4150,
                                    "end": 4154,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 27
                                      },
                                      "identifierName": "elem"
                                    },
                                    "name": "elem"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4155,
                                    "end": 4160,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 33
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 4165,
                                "end": 4175,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 48
                                  }
                                },
                                "extra": {
                                  "rawValue": "function",
                                  "raw": "'function'"
                                },
                                "value": "function"
                              }
                            },
                            "leadingComments": null
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 4177,
                            "end": 4211,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 50
                              },
                              "end": {
                                "line": 145,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 4185,
                                "end": 4205,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 26
                                  }
                                },
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 4192,
                                  "end": 4204,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 25
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4192,
                                    "end": 4202,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4192,
                                      "end": 4196,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 17
                                        },
                                        "identifierName": "elem"
                                      },
                                      "name": "elem"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4197,
                                      "end": 4202,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 23
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null,
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Preserve special data-types like `fn` across clones. _.get() is used for checking up the prototype chain",
                              "start": 4019,
                              "end": 4126,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 4
                                },
                                "end": {
                                  "line": 142,
                                  "column": 111
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    }
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 4220,
        "end": 4250,
        "loc": {
          "start": {
            "line": 148,
            "column": 0
          },
          "end": {
            "line": 148,
            "column": 30
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 4220,
          "end": 4249,
          "loc": {
            "start": {
              "line": 148,
              "column": 0
            },
            "end": {
              "line": 148,
              "column": 29
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 4220,
            "end": 4237,
            "loc": {
              "start": {
                "line": 148,
                "column": 0
              },
              "end": {
                "line": 148,
                "column": 17
              }
            },
            "object": {
              "type": "Identifier",
              "start": 4220,
              "end": 4227,
              "loc": {
                "start": {
                  "line": 148,
                  "column": 0
                },
                "end": {
                  "line": 148,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 4228,
              "end": 4237,
              "loc": {
                "start": {
                  "line": 148,
                  "column": 8
                },
                "end": {
                  "line": 148,
                  "column": 17
                },
                "identifierName": "cloneDeep"
              },
              "name": "cloneDeep"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 4240,
            "end": 4249,
            "loc": {
              "start": {
                "line": 148,
                "column": 20
              },
              "end": {
                "line": 148,
                "column": 29
              },
              "identifierName": "cloneDeep"
            },
            "name": "cloneDeep"
          }
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": " Expand and normalize finder options ",
            "start": 4252,
            "end": 4293,
            "loc": {
              "start": {
                "line": 150,
                "column": 0
              },
              "end": {
                "line": 150,
                "column": 41
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 4294,
        "end": 4889,
        "loc": {
          "start": {
            "line": 151,
            "column": 0
          },
          "end": {
            "line": 165,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 4303,
          "end": 4319,
          "loc": {
            "start": {
              "line": 151,
              "column": 9
            },
            "end": {
              "line": 151,
              "column": 25
            },
            "identifierName": "mapFinderOptions"
          },
          "name": "mapFinderOptions",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 4320,
            "end": 4327,
            "loc": {
              "start": {
                "line": 151,
                "column": 26
              },
              "end": {
                "line": 151,
                "column": 33
              },
              "identifierName": "options"
            },
            "name": "options"
          },
          {
            "type": "Identifier",
            "start": 4329,
            "end": 4334,
            "loc": {
              "start": {
                "line": 151,
                "column": 35
              },
              "end": {
                "line": 151,
                "column": 40
              },
              "identifierName": "Model"
            },
            "name": "Model"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 4336,
          "end": 4889,
          "loc": {
            "start": {
              "line": 151,
              "column": 42
            },
            "end": {
              "line": 165,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 4340,
              "end": 4828,
              "loc": {
                "start": {
                  "line": 152,
                  "column": 2
                },
                "end": {
                  "line": 160,
                  "column": 3
                }
              },
              "test": {
                "type": "LogicalExpression",
                "start": 4344,
                "end": 4408,
                "loc": {
                  "start": {
                    "line": 152,
                    "column": 6
                  },
                  "end": {
                    "line": 152,
                    "column": 70
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 4344,
                  "end": 4371,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 6
                    },
                    "end": {
                      "line": 152,
                      "column": 33
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 4344,
                    "end": 4349,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 6
                      },
                      "end": {
                        "line": 152,
                        "column": 11
                      },
                      "identifierName": "Model"
                    },
                    "name": "Model"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4350,
                    "end": 4371,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 12
                      },
                      "end": {
                        "line": 152,
                        "column": 33
                      },
                      "identifierName": "_hasVirtualAttributes"
                    },
                    "name": "_hasVirtualAttributes"
                  },
                  "computed": false
                },
                "operator": "&&",
                "right": {
                  "type": "CallExpression",
                  "start": 4375,
                  "end": 4408,
                  "loc": {
                    "start": {
                      "line": 152,
                      "column": 37
                    },
                    "end": {
                      "line": 152,
                      "column": 70
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 4375,
                    "end": 4388,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 37
                      },
                      "end": {
                        "line": 152,
                        "column": 50
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 4375,
                      "end": 4380,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 37
                        },
                        "end": {
                          "line": 152,
                          "column": 42
                        },
                        "identifierName": "Array"
                      },
                      "name": "Array"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4381,
                      "end": 4388,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 43
                        },
                        "end": {
                          "line": 152,
                          "column": 50
                        },
                        "identifierName": "isArray"
                      },
                      "name": "isArray"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "MemberExpression",
                      "start": 4389,
                      "end": 4407,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 51
                        },
                        "end": {
                          "line": 152,
                          "column": 69
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4389,
                        "end": 4396,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 51
                          },
                          "end": {
                            "line": 152,
                            "column": 58
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4397,
                        "end": 4407,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 59
                          },
                          "end": {
                            "line": 152,
                            "column": 69
                          },
                          "identifierName": "attributes"
                        },
                        "name": "attributes"
                      },
                      "computed": false
                    }
                  ]
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 4410,
                "end": 4828,
                "loc": {
                  "start": {
                    "line": 152,
                    "column": 72
                  },
                  "end": {
                    "line": 160,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ForOfStatement",
                    "start": 4416,
                    "end": 4671,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 4
                      },
                      "end": {
                        "line": 157,
                        "column": 5
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 4421,
                      "end": 4436,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 9
                        },
                        "end": {
                          "line": 153,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4427,
                          "end": 4436,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 15
                            },
                            "end": {
                              "line": 153,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4427,
                            "end": 4436,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 15
                              },
                              "end": {
                                "line": 153,
                                "column": 24
                              },
                              "identifierName": "attribute"
                            },
                            "name": "attribute"
                          },
                          "init": null
                        }
                      ],
                      "kind": "const"
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 4440,
                      "end": 4458,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 28
                        },
                        "end": {
                          "line": 153,
                          "column": 46
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4440,
                        "end": 4447,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 28
                          },
                          "end": {
                            "line": 153,
                            "column": 35
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4448,
                        "end": 4458,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 36
                          },
                          "end": {
                            "line": 153,
                            "column": 46
                          },
                          "identifierName": "attributes"
                        },
                        "name": "attributes"
                      },
                      "computed": false
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 4460,
                      "end": 4671,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 48
                        },
                        "end": {
                          "line": 157,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 4468,
                          "end": 4665,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 6
                            },
                            "end": {
                              "line": 156,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 4472,
                            "end": 4554,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 10
                              },
                              "end": {
                                "line": 154,
                                "column": 92
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 4472,
                              "end": 4508,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 10
                                },
                                "end": {
                                  "line": 154,
                                  "column": 46
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4472,
                                "end": 4497,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4472,
                                  "end": 4477,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 15
                                    },
                                    "identifierName": "Model"
                                  },
                                  "name": "Model"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4478,
                                  "end": 4497,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 35
                                    },
                                    "identifierName": "_isVirtualAttribute"
                                  },
                                  "name": "_isVirtualAttribute"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4498,
                                  "end": 4507,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 45
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                }
                              ]
                            },
                            "operator": "&&",
                            "right": {
                              "type": "MemberExpression",
                              "start": 4512,
                              "end": 4554,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 50
                                },
                                "end": {
                                  "line": 154,
                                  "column": 92
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4512,
                                "end": 4547,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 85
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4512,
                                  "end": 4542,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 80
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4512,
                                    "end": 4531,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 69
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4512,
                                      "end": 4517,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 55
                                        },
                                        "identifierName": "Model"
                                      },
                                      "name": "Model"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4518,
                                      "end": 4531,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 69
                                        },
                                        "identifierName": "rawAttributes"
                                      },
                                      "name": "rawAttributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4532,
                                    "end": 4541,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 79
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4543,
                                  "end": 4547,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 85
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4548,
                                "end": 4554,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 92
                                  },
                                  "identifierName": "fields"
                                },
                                "name": "fields"
                              },
                              "computed": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 4556,
                            "end": 4665,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 94
                              },
                              "end": {
                                "line": 156,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 4566,
                                "end": 4657,
                                "loc": {
                                  "start": {
                                    "line": 155,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 99
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 4566,
                                  "end": 4656,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 98
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 4566,
                                    "end": 4584,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4566,
                                      "end": 4573,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 15
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4574,
                                      "end": 4584,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 26
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 4587,
                                    "end": 4656,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 98
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4587,
                                      "end": 4612,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 54
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4587,
                                        "end": 4605,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4587,
                                          "end": 4594,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 36
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4595,
                                          "end": 4605,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 47
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4606,
                                        "end": 4612,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 54
                                          },
                                          "identifierName": "concat"
                                        },
                                        "name": "concat"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 4613,
                                        "end": 4655,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 97
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4613,
                                          "end": 4648,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 90
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4613,
                                            "end": 4643,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 85
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4613,
                                              "end": 4632,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 74
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4613,
                                                "end": 4618,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 60
                                                  },
                                                  "identifierName": "Model"
                                                },
                                                "name": "Model"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4619,
                                                "end": 4632,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 74
                                                  },
                                                  "identifierName": "rawAttributes"
                                                },
                                                "name": "rawAttributes"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4633,
                                              "end": 4642,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 84
                                                },
                                                "identifierName": "attribute"
                                              },
                                              "name": "attribute"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4644,
                                            "end": 4648,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 90
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4649,
                                          "end": 4655,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 91
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 97
                                            },
                                            "identifierName": "fields"
                                          },
                                          "name": "fields"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4676,
                    "end": 4771,
                    "loc": {
                      "start": {
                        "line": 158,
                        "column": 4
                      },
                      "end": {
                        "line": 158,
                        "column": 99
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4676,
                      "end": 4770,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 4
                        },
                        "end": {
                          "line": 158,
                          "column": 98
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4676,
                        "end": 4694,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 4
                          },
                          "end": {
                            "line": 158,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4676,
                          "end": 4683,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 4
                            },
                            "end": {
                              "line": 158,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4684,
                          "end": 4694,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 12
                            },
                            "end": {
                              "line": 158,
                              "column": 22
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 4697,
                        "end": 4770,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 25
                          },
                          "end": {
                            "line": 158,
                            "column": 98
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4697,
                          "end": 4712,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 25
                            },
                            "end": {
                              "line": 158,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4697,
                            "end": 4706,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 25
                              },
                              "end": {
                                "line": 158,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4697,
                              "end": 4698,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 25
                                },
                                "end": {
                                  "line": 158,
                                  "column": 26
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4699,
                              "end": 4706,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 27
                                },
                                "end": {
                                  "line": 158,
                                  "column": 34
                                },
                                "identifierName": "without"
                              },
                              "name": "without"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4707,
                            "end": 4712,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 35
                              },
                              "end": {
                                "line": 158,
                                "column": 40
                              },
                              "identifierName": "apply"
                            },
                            "name": "apply"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4713,
                            "end": 4714,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 41
                              },
                              "end": {
                                "line": 158,
                                "column": 42
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          {
                            "type": "CallExpression",
                            "start": 4716,
                            "end": 4769,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 44
                              },
                              "end": {
                                "line": 158,
                                "column": 97
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4716,
                              "end": 4743,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 44
                                },
                                "end": {
                                  "line": 158,
                                  "column": 71
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 4716,
                                "end": 4736,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 64
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 4717,
                                    "end": 4735,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 63
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4717,
                                      "end": 4724,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 52
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4725,
                                      "end": 4735,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 63
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "computed": false
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4737,
                                "end": 4743,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 71
                                  },
                                  "identifierName": "concat"
                                },
                                "name": "concat"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 4744,
                                "end": 4768,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 96
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4744,
                                  "end": 4749,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 77
                                    },
                                    "identifierName": "Model"
                                  },
                                  "name": "Model"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4750,
                                  "end": 4768,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 96
                                    },
                                    "identifierName": "_virtualAttributes"
                                  },
                                  "name": "_virtualAttributes"
                                },
                                "computed": false
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4776,
                    "end": 4824,
                    "loc": {
                      "start": {
                        "line": 159,
                        "column": 4
                      },
                      "end": {
                        "line": 159,
                        "column": 52
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4776,
                      "end": 4823,
                      "loc": {
                        "start": {
                          "line": 159,
                          "column": 4
                        },
                        "end": {
                          "line": 159,
                          "column": 51
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4776,
                        "end": 4794,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 4
                          },
                          "end": {
                            "line": 159,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4776,
                          "end": 4783,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 4
                            },
                            "end": {
                              "line": 159,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4784,
                          "end": 4794,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 12
                            },
                            "end": {
                              "line": 159,
                              "column": 22
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 4797,
                        "end": 4823,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 25
                          },
                          "end": {
                            "line": 159,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4797,
                          "end": 4803,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 25
                            },
                            "end": {
                              "line": 159,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4797,
                            "end": 4798,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 25
                              },
                              "end": {
                                "line": 159,
                                "column": 26
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4799,
                            "end": 4803,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 27
                              },
                              "end": {
                                "line": 159,
                                "column": 31
                              },
                              "identifierName": "uniq"
                            },
                            "name": "uniq"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 4804,
                            "end": 4822,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 32
                              },
                              "end": {
                                "line": 159,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4804,
                              "end": 4811,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 32
                                },
                                "end": {
                                  "line": 159,
                                  "column": 39
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4812,
                              "end": 4822,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 40
                                },
                                "end": {
                                  "line": 159,
                                  "column": 50
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ExpressionStatement",
              "start": 4832,
              "end": 4868,
              "loc": {
                "start": {
                  "line": 162,
                  "column": 2
                },
                "end": {
                  "line": 162,
                  "column": 38
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 4832,
                "end": 4867,
                "loc": {
                  "start": {
                    "line": 162,
                    "column": 2
                  },
                  "end": {
                    "line": 162,
                    "column": 37
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 4832,
                  "end": 4851,
                  "loc": {
                    "start": {
                      "line": 162,
                      "column": 2
                    },
                    "end": {
                      "line": 162,
                      "column": 21
                    },
                    "identifierName": "mapOptionFieldNames"
                  },
                  "name": "mapOptionFieldNames"
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 4852,
                    "end": 4859,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 22
                      },
                      "end": {
                        "line": 162,
                        "column": 29
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  },
                  {
                    "type": "Identifier",
                    "start": 4861,
                    "end": 4866,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 31
                      },
                      "end": {
                        "line": 162,
                        "column": 36
                      },
                      "identifierName": "Model"
                    },
                    "name": "Model"
                  }
                ]
              }
            },
            {
              "type": "ReturnStatement",
              "start": 4872,
              "end": 4887,
              "loc": {
                "start": {
                  "line": 164,
                  "column": 2
                },
                "end": {
                  "line": 164,
                  "column": 17
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 4879,
                "end": 4886,
                "loc": {
                  "start": {
                    "line": 164,
                    "column": 9
                  },
                  "end": {
                    "line": 164,
                    "column": 16
                  },
                  "identifierName": "options"
                },
                "name": "options"
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " Expand and normalize finder options ",
            "start": 4252,
            "end": 4293,
            "loc": {
              "start": {
                "line": 150,
                "column": 0
              },
              "end": {
                "line": 150,
                "column": 41
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 4890,
        "end": 4934,
        "loc": {
          "start": {
            "line": 166,
            "column": 0
          },
          "end": {
            "line": 166,
            "column": 44
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 4890,
          "end": 4933,
          "loc": {
            "start": {
              "line": 166,
              "column": 0
            },
            "end": {
              "line": 166,
              "column": 43
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 4890,
            "end": 4914,
            "loc": {
              "start": {
                "line": 166,
                "column": 0
              },
              "end": {
                "line": 166,
                "column": 24
              }
            },
            "object": {
              "type": "Identifier",
              "start": 4890,
              "end": 4897,
              "loc": {
                "start": {
                  "line": 166,
                  "column": 0
                },
                "end": {
                  "line": 166,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 4898,
              "end": 4914,
              "loc": {
                "start": {
                  "line": 166,
                  "column": 8
                },
                "end": {
                  "line": 166,
                  "column": 24
                },
                "identifierName": "mapFinderOptions"
              },
              "name": "mapFinderOptions"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 4917,
            "end": 4933,
            "loc": {
              "start": {
                "line": 166,
                "column": 27
              },
              "end": {
                "line": 166,
                "column": 43
              },
              "identifierName": "mapFinderOptions"
            },
            "name": "mapFinderOptions"
          }
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": " Used to map field names in attributes and where conditions ",
            "start": 4936,
            "end": 5000,
            "loc": {
              "start": {
                "line": 168,
                "column": 0
              },
              "end": {
                "line": 168,
                "column": 64
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 5001,
        "end": 6667,
        "loc": {
          "start": {
            "line": 169,
            "column": 0
          },
          "end": {
            "line": 220,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 5010,
          "end": 5029,
          "loc": {
            "start": {
              "line": 169,
              "column": 9
            },
            "end": {
              "line": 169,
              "column": 28
            },
            "identifierName": "mapOptionFieldNames"
          },
          "name": "mapOptionFieldNames",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 5030,
            "end": 5037,
            "loc": {
              "start": {
                "line": 169,
                "column": 29
              },
              "end": {
                "line": 169,
                "column": 36
              },
              "identifierName": "options"
            },
            "name": "options"
          },
          {
            "type": "Identifier",
            "start": 5039,
            "end": 5044,
            "loc": {
              "start": {
                "line": 169,
                "column": 38
              },
              "end": {
                "line": 169,
                "column": 43
              },
              "identifierName": "Model"
            },
            "name": "Model"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 5046,
          "end": 6667,
          "loc": {
            "start": {
              "line": 169,
              "column": 45
            },
            "end": {
              "line": 220,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 5050,
              "end": 5531,
              "loc": {
                "start": {
                  "line": 170,
                  "column": 2
                },
                "end": {
                  "line": 180,
                  "column": 3
                }
              },
              "test": {
                "type": "CallExpression",
                "start": 5054,
                "end": 5087,
                "loc": {
                  "start": {
                    "line": 170,
                    "column": 6
                  },
                  "end": {
                    "line": 170,
                    "column": 39
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5054,
                  "end": 5067,
                  "loc": {
                    "start": {
                      "line": 170,
                      "column": 6
                    },
                    "end": {
                      "line": 170,
                      "column": 19
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5054,
                    "end": 5059,
                    "loc": {
                      "start": {
                        "line": 170,
                        "column": 6
                      },
                      "end": {
                        "line": 170,
                        "column": 11
                      },
                      "identifierName": "Array"
                    },
                    "name": "Array"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5060,
                    "end": 5067,
                    "loc": {
                      "start": {
                        "line": 170,
                        "column": 12
                      },
                      "end": {
                        "line": 170,
                        "column": 19
                      },
                      "identifierName": "isArray"
                    },
                    "name": "isArray"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 5068,
                    "end": 5086,
                    "loc": {
                      "start": {
                        "line": 170,
                        "column": 20
                      },
                      "end": {
                        "line": 170,
                        "column": 38
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5068,
                      "end": 5075,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 20
                        },
                        "end": {
                          "line": 170,
                          "column": 27
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5076,
                      "end": 5086,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 28
                        },
                        "end": {
                          "line": 170,
                          "column": 38
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    "computed": false
                  }
                ]
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 5089,
                "end": 5531,
                "loc": {
                  "start": {
                    "line": 170,
                    "column": 41
                  },
                  "end": {
                    "line": 180,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 5095,
                    "end": 5527,
                    "loc": {
                      "start": {
                        "line": 171,
                        "column": 4
                      },
                      "end": {
                        "line": 179,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5095,
                      "end": 5526,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 4
                        },
                        "end": {
                          "line": 179,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 5095,
                        "end": 5113,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 4
                          },
                          "end": {
                            "line": 171,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5095,
                          "end": 5102,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 4
                            },
                            "end": {
                              "line": 171,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5103,
                          "end": 5113,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 12
                            },
                            "end": {
                              "line": 171,
                              "column": 22
                            },
                            "identifierName": "attributes"
                          },
                          "name": "attributes"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 5116,
                        "end": 5526,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 25
                          },
                          "end": {
                            "line": 179,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5116,
                          "end": 5138,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 25
                            },
                            "end": {
                              "line": 171,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5116,
                            "end": 5134,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 25
                              },
                              "end": {
                                "line": 171,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5116,
                              "end": 5123,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 25
                                },
                                "end": {
                                  "line": 171,
                                  "column": 32
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5124,
                              "end": 5134,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 33
                                },
                                "end": {
                                  "line": 171,
                                  "column": 43
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5135,
                            "end": 5138,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 44
                              },
                              "end": {
                                "line": 171,
                                "column": 47
                              },
                              "identifierName": "map"
                            },
                            "name": "map"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 5139,
                            "end": 5525,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 48
                              },
                              "end": {
                                "line": 179,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 5139,
                                "end": 5143,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 52
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 5147,
                              "end": 5525,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 56
                                },
                                "end": {
                                  "line": 179,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 5258,
                                  "end": 5300,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 48
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 5262,
                                    "end": 5286,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 34
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 5262,
                                      "end": 5273,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 21
                                        }
                                      },
                                      "operator": "typeof",
                                      "prefix": true,
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 5269,
                                        "end": 5273,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 21
                                          },
                                          "identifierName": "attr"
                                        },
                                        "name": "attr",
                                        "leadingComments": null
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      },
                                      "leadingComments": null
                                    },
                                    "operator": "!==",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 5278,
                                      "end": 5286,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 34
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "string",
                                        "raw": "'string'"
                                      },
                                      "value": "string"
                                    },
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "ReturnStatement",
                                    "start": 5288,
                                    "end": 5300,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 48
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 5295,
                                      "end": 5299,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 47
                                        },
                                        "identifierName": "attr"
                                      },
                                      "name": "attr"
                                    },
                                    "trailingComments": null
                                  },
                                  "alternate": null,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Object lookups will force any variable to strings, we don't want that for special objects etc",
                                      "start": 5155,
                                      "end": 5251,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 102
                                        }
                                      }
                                    }
                                  ],
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Map attributes to aliased syntax attributes",
                                      "start": 5307,
                                      "end": 5353,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 52
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 5360,
                                  "end": 5500,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 5364,
                                    "end": 5433,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 79
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5364,
                                      "end": 5389,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5364,
                                        "end": 5383,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5364,
                                          "end": 5369,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 15
                                            },
                                            "identifierName": "Model"
                                          },
                                          "name": "Model",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5370,
                                          "end": 5383,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 29
                                            },
                                            "identifierName": "rawAttributes"
                                          },
                                          "name": "rawAttributes"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5384,
                                        "end": 5388,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 34
                                          },
                                          "identifierName": "attr"
                                        },
                                        "name": "attr"
                                      },
                                      "computed": true,
                                      "leadingComments": null
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 5393,
                                      "end": 5433,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 79
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 5393,
                                        "end": 5397,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 43
                                          },
                                          "identifierName": "attr"
                                        },
                                        "name": "attr"
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 5402,
                                        "end": 5433,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 79
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5402,
                                          "end": 5427,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 73
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5402,
                                            "end": 5421,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 67
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5402,
                                              "end": 5407,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 53
                                                },
                                                "identifierName": "Model"
                                              },
                                              "name": "Model"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5408,
                                              "end": 5421,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 67
                                                },
                                                "identifierName": "rawAttributes"
                                              },
                                              "name": "rawAttributes"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5422,
                                            "end": 5426,
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 175,
                                                "column": 72
                                              },
                                              "identifierName": "attr"
                                            },
                                            "name": "attr"
                                          },
                                          "computed": true
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5428,
                                          "end": 5433,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 79
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5435,
                                    "end": 5500,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 5445,
                                        "end": 5492,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 55
                                          }
                                        },
                                        "argument": {
                                          "type": "ArrayExpression",
                                          "start": 5452,
                                          "end": 5491,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 54
                                            }
                                          },
                                          "elements": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 5453,
                                              "end": 5484,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5453,
                                                "end": 5478,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 5453,
                                                  "end": 5472,
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 35
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 5453,
                                                    "end": 5458,
                                                    "loc": {
                                                      "start": {
                                                        "line": 176,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 176,
                                                        "column": 21
                                                      },
                                                      "identifierName": "Model"
                                                    },
                                                    "name": "Model"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5459,
                                                    "end": 5472,
                                                    "loc": {
                                                      "start": {
                                                        "line": 176,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 176,
                                                        "column": 35
                                                      },
                                                      "identifierName": "rawAttributes"
                                                    },
                                                    "name": "rawAttributes"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5473,
                                                  "end": 5477,
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 40
                                                    },
                                                    "identifierName": "attr"
                                                  },
                                                  "name": "attr"
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5479,
                                                "end": 5484,
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 47
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 5486,
                                              "end": 5490,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 53
                                                },
                                                "identifierName": "attr"
                                              },
                                              "name": "attr"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Map attributes to aliased syntax attributes",
                                      "start": 5307,
                                      "end": 5353,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 52
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 5507,
                                  "end": 5519,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 18
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 5514,
                                    "end": 5518,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 17
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "IfStatement",
              "start": 5535,
              "end": 5655,
              "loc": {
                "start": {
                  "line": 182,
                  "column": 2
                },
                "end": {
                  "line": 184,
                  "column": 3
                }
              },
              "test": {
                "type": "LogicalExpression",
                "start": 5539,
                "end": 5586,
                "loc": {
                  "start": {
                    "line": 182,
                    "column": 6
                  },
                  "end": {
                    "line": 182,
                    "column": 53
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 5539,
                  "end": 5552,
                  "loc": {
                    "start": {
                      "line": 182,
                      "column": 6
                    },
                    "end": {
                      "line": 182,
                      "column": 19
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5539,
                    "end": 5546,
                    "loc": {
                      "start": {
                        "line": 182,
                        "column": 6
                      },
                      "end": {
                        "line": 182,
                        "column": 13
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5547,
                    "end": 5552,
                    "loc": {
                      "start": {
                        "line": 182,
                        "column": 14
                      },
                      "end": {
                        "line": 182,
                        "column": 19
                      },
                      "identifierName": "where"
                    },
                    "name": "where"
                  },
                  "computed": false
                },
                "operator": "&&",
                "right": {
                  "type": "CallExpression",
                  "start": 5556,
                  "end": 5586,
                  "loc": {
                    "start": {
                      "line": 182,
                      "column": 23
                    },
                    "end": {
                      "line": 182,
                      "column": 53
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 5556,
                    "end": 5571,
                    "loc": {
                      "start": {
                        "line": 182,
                        "column": 23
                      },
                      "end": {
                        "line": 182,
                        "column": 38
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5556,
                      "end": 5557,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 23
                        },
                        "end": {
                          "line": 182,
                          "column": 24
                        },
                        "identifierName": "_"
                      },
                      "name": "_"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5558,
                      "end": 5571,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 25
                        },
                        "end": {
                          "line": 182,
                          "column": 38
                        },
                        "identifierName": "isPlainObject"
                      },
                      "name": "isPlainObject"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "MemberExpression",
                      "start": 5572,
                      "end": 5585,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 39
                        },
                        "end": {
                          "line": 182,
                          "column": 52
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5572,
                        "end": 5579,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 39
                          },
                          "end": {
                            "line": 182,
                            "column": 46
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5580,
                        "end": 5585,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 47
                          },
                          "end": {
                            "line": 182,
                            "column": 52
                          },
                          "identifierName": "where"
                        },
                        "name": "where"
                      },
                      "computed": false
                    }
                  ]
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 5588,
                "end": 5655,
                "loc": {
                  "start": {
                    "line": 182,
                    "column": 55
                  },
                  "end": {
                    "line": 184,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 5594,
                    "end": 5651,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 4
                      },
                      "end": {
                        "line": 183,
                        "column": 61
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5594,
                      "end": 5650,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 4
                        },
                        "end": {
                          "line": 183,
                          "column": 60
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 5594,
                        "end": 5607,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 4
                          },
                          "end": {
                            "line": 183,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5594,
                          "end": 5601,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 4
                            },
                            "end": {
                              "line": 183,
                              "column": 11
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5602,
                          "end": 5607,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 12
                            },
                            "end": {
                              "line": 183,
                              "column": 17
                            },
                            "identifierName": "where"
                          },
                          "name": "where"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 5610,
                        "end": 5650,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 20
                          },
                          "end": {
                            "line": 183,
                            "column": 60
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 5610,
                          "end": 5628,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 20
                            },
                            "end": {
                              "line": 183,
                              "column": 38
                            },
                            "identifierName": "mapWhereFieldNames"
                          },
                          "name": "mapWhereFieldNames"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 5629,
                            "end": 5642,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 39
                              },
                              "end": {
                                "line": 183,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5629,
                              "end": 5636,
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 39
                                },
                                "end": {
                                  "line": 183,
                                  "column": 46
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5637,
                              "end": 5642,
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 47
                                },
                                "end": {
                                  "line": 183,
                                  "column": 52
                                },
                                "identifierName": "where"
                              },
                              "name": "where"
                            },
                            "computed": false
                          },
                          {
                            "type": "Identifier",
                            "start": 5644,
                            "end": 5649,
                            "loc": {
                              "start": {
                                "line": 183,
                                "column": 54
                              },
                              "end": {
                                "line": 183,
                                "column": 59
                              },
                              "identifierName": "Model"
                            },
                            "name": "Model"
                          }
                        ]
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "IfStatement",
              "start": 5659,
              "end": 6646,
              "loc": {
                "start": {
                  "line": 186,
                  "column": 2
                },
                "end": {
                  "line": 217,
                  "column": 3
                }
              },
              "test": {
                "type": "CallExpression",
                "start": 5663,
                "end": 5691,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 6
                  },
                  "end": {
                    "line": 186,
                    "column": 34
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5663,
                  "end": 5676,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 6
                    },
                    "end": {
                      "line": 186,
                      "column": 19
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5663,
                    "end": 5668,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 6
                      },
                      "end": {
                        "line": 186,
                        "column": 11
                      },
                      "identifierName": "Array"
                    },
                    "name": "Array"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5669,
                    "end": 5676,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 12
                      },
                      "end": {
                        "line": 186,
                        "column": 19
                      },
                      "identifierName": "isArray"
                    },
                    "name": "isArray"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 5677,
                    "end": 5690,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 20
                      },
                      "end": {
                        "line": 186,
                        "column": 33
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5677,
                      "end": 5684,
                      "loc": {
                        "start": {
                          "line": 186,
                          "column": 20
                        },
                        "end": {
                          "line": 186,
                          "column": 27
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5685,
                      "end": 5690,
                      "loc": {
                        "start": {
                          "line": 186,
                          "column": 28
                        },
                        "end": {
                          "line": 186,
                          "column": 33
                        },
                        "identifierName": "order"
                      },
                      "name": "order"
                    },
                    "computed": false
                  }
                ]
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 5693,
                "end": 6646,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 36
                  },
                  "end": {
                    "line": 217,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ForOfStatement",
                    "start": 5699,
                    "end": 6642,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 4
                      },
                      "end": {
                        "line": 216,
                        "column": 5
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 5704,
                      "end": 5716,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 9
                        },
                        "end": {
                          "line": 187,
                          "column": 21
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5710,
                          "end": 5716,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 15
                            },
                            "end": {
                              "line": 187,
                              "column": 21
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5710,
                            "end": 5716,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 15
                              },
                              "end": {
                                "line": 187,
                                "column": 21
                              },
                              "identifierName": "oGroup"
                            },
                            "name": "oGroup"
                          },
                          "init": null
                        }
                      ],
                      "kind": "const"
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 5720,
                      "end": 5733,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 25
                        },
                        "end": {
                          "line": 187,
                          "column": 38
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5720,
                        "end": 5727,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 25
                          },
                          "end": {
                            "line": 187,
                            "column": 32
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5728,
                        "end": 5733,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 33
                          },
                          "end": {
                            "line": 187,
                            "column": 38
                          },
                          "identifierName": "order"
                        },
                        "name": "order"
                      },
                      "computed": false
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 5735,
                      "end": 6642,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 40
                        },
                        "end": {
                          "line": 216,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 5743,
                          "end": 5758,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 6
                            },
                            "end": {
                              "line": 188,
                              "column": 21
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 5747,
                              "end": 5757,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 10
                                },
                                "end": {
                                  "line": 188,
                                  "column": 20
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 5747,
                                "end": 5757,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 20
                                  },
                                  "identifierName": "OrderModel"
                                },
                                "name": "OrderModel"
                              },
                              "init": null
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 5765,
                          "end": 5774,
                          "loc": {
                            "start": {
                              "line": 189,
                              "column": 6
                            },
                            "end": {
                              "line": 189,
                              "column": 15
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 5769,
                              "end": 5773,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 10
                                },
                                "end": {
                                  "line": 189,
                                  "column": 14
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 5769,
                                "end": 5773,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 14
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              },
                              "init": null
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 5781,
                          "end": 5796,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 6
                            },
                            "end": {
                              "line": 190,
                              "column": 21
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 5785,
                              "end": 5795,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 10
                                },
                                "end": {
                                  "line": 190,
                                  "column": 20
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 5785,
                                "end": 5795,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 20
                                  },
                                  "identifierName": "attrOffset"
                                },
                                "name": "attrOffset"
                              },
                              "init": null
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "IfStatement",
                          "start": 5804,
                          "end": 6636,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 6
                            },
                            "end": {
                              "line": 215,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 5808,
                            "end": 5829,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 10
                              },
                              "end": {
                                "line": 192,
                                "column": 31
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5808,
                              "end": 5821,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 10
                                },
                                "end": {
                                  "line": 192,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5808,
                                "end": 5813,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 15
                                  },
                                  "identifierName": "Array"
                                },
                                "name": "Array"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5814,
                                "end": 5821,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 23
                                  },
                                  "identifierName": "isArray"
                                },
                                "name": "isArray"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5822,
                                "end": 5828,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 30
                                  },
                                  "identifierName": "oGroup"
                                },
                                "name": "oGroup"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 5831,
                            "end": 6636,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 33
                              },
                              "end": {
                                "line": 215,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 5841,
                                "end": 5860,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 27
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 5841,
                                  "end": 5859,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 26
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 5841,
                                    "end": 5851,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 18
                                      },
                                      "identifierName": "OrderModel"
                                    },
                                    "name": "OrderModel"
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 5854,
                                    "end": 5859,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 26
                                      },
                                      "identifierName": "Model"
                                    },
                                    "name": "Model"
                                  }
                                },
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Check if we have ['attr', 'DESC'] or [Model, 'attr', 'DESC']",
                                    "start": 5870,
                                    "end": 5933,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 71
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 5942,
                                "end": 6151,
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 5946,
                                  "end": 5991,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 57
                                    }
                                  },
                                  "left": {
                                    "type": "UnaryExpression",
                                    "start": 5946,
                                    "end": 5978,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 44
                                      }
                                    },
                                    "operator": "typeof",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 5953,
                                      "end": 5978,
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 196,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5953,
                                        "end": 5959,
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 25
                                          },
                                          "identifierName": "oGroup"
                                        },
                                        "name": "oGroup",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "BinaryExpression",
                                        "start": 5960,
                                        "end": 5977,
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 43
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 5960,
                                          "end": 5973,
                                          "loc": {
                                            "start": {
                                              "line": 196,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 196,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5960,
                                            "end": 5966,
                                            "loc": {
                                              "start": {
                                                "line": 196,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 196,
                                                "column": 32
                                              },
                                              "identifierName": "oGroup"
                                            },
                                            "name": "oGroup"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5967,
                                            "end": 5973,
                                            "loc": {
                                              "start": {
                                                "line": 196,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 196,
                                                "column": 39
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 5976,
                                          "end": 5977,
                                          "loc": {
                                            "start": {
                                              "line": 196,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 196,
                                              "column": 43
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 2,
                                            "raw": "2"
                                          },
                                          "value": 2
                                        }
                                      },
                                      "computed": true,
                                      "leadingComments": null
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    },
                                    "leadingComments": null
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 5983,
                                    "end": 5991,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 57
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "string",
                                      "raw": "'string'"
                                    },
                                    "value": "string"
                                  },
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 5993,
                                  "end": 6108,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 6005,
                                      "end": 6020,
                                      "loc": {
                                        "start": {
                                          "line": 197,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 197,
                                          "column": 25
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 6005,
                                        "end": 6019,
                                        "loc": {
                                          "start": {
                                            "line": 197,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 197,
                                            "column": 24
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 6005,
                                          "end": 6015,
                                          "loc": {
                                            "start": {
                                              "line": 197,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 197,
                                              "column": 20
                                            },
                                            "identifierName": "attrOffset"
                                          },
                                          "name": "attrOffset"
                                        },
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 6018,
                                          "end": 6019,
                                          "loc": {
                                            "start": {
                                              "line": 197,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 197,
                                              "column": 24
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 2,
                                            "raw": "2"
                                          },
                                          "value": 2
                                        }
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Assume ['attr'], [Model, 'attr'] or [seq.fn('somefn', 1), 'DESC']",
                                          "start": 6030,
                                          "end": 6098,
                                          "loc": {
                                            "start": {
                                              "line": 199,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 199,
                                              "column": 76
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 6114,
                                  "end": 6151,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 6126,
                                      "end": 6141,
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 25
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 6126,
                                        "end": 6140,
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 24
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 6126,
                                          "end": 6136,
                                          "loc": {
                                            "start": {
                                              "line": 201,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 201,
                                              "column": 20
                                            },
                                            "identifierName": "attrOffset"
                                          },
                                          "name": "attrOffset"
                                        },
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 6139,
                                          "end": 6140,
                                          "loc": {
                                            "start": {
                                              "line": 201,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 201,
                                              "column": 24
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Check if we have ['attr', 'DESC'] or [Model, 'attr', 'DESC']",
                                    "start": 5870,
                                    "end": 5933,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 71
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 6161,
                                "end": 6203,
                                "loc": {
                                  "start": {
                                    "line": 204,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 204,
                                    "column": 50
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 6161,
                                  "end": 6202,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 49
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 6161,
                                    "end": 6165,
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 12
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 6168,
                                    "end": 6202,
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6168,
                                      "end": 6174,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 21
                                        },
                                        "identifierName": "oGroup"
                                      },
                                      "name": "oGroup"
                                    },
                                    "property": {
                                      "type": "BinaryExpression",
                                      "start": 6175,
                                      "end": 6201,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 48
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 6175,
                                        "end": 6188,
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6175,
                                          "end": 6181,
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 28
                                            },
                                            "identifierName": "oGroup"
                                          },
                                          "name": "oGroup"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6182,
                                          "end": 6188,
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 35
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      },
                                      "operator": "-",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 6191,
                                        "end": 6201,
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 48
                                          },
                                          "identifierName": "attrOffset"
                                        },
                                        "name": "attrOffset"
                                      }
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 6212,
                                "end": 6409,
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 6216,
                                  "end": 6242,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 38
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 6216,
                                    "end": 6229,
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6216,
                                      "end": 6222,
                                      "loc": {
                                        "start": {
                                          "line": 205,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 205,
                                          "column": 18
                                        },
                                        "identifierName": "oGroup"
                                      },
                                      "name": "oGroup"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6223,
                                      "end": 6229,
                                      "loc": {
                                        "start": {
                                          "line": 205,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 205,
                                          "column": 25
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  },
                                  "operator": ">",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 6232,
                                    "end": 6242,
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 38
                                      },
                                      "identifierName": "attrOffset"
                                    },
                                    "name": "attrOffset"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 6244,
                                  "end": 6409,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 6256,
                                      "end": 6310,
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 64
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 6256,
                                        "end": 6309,
                                        "loc": {
                                          "start": {
                                            "line": 206,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 206,
                                            "column": 63
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 6256,
                                          "end": 6266,
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 20
                                            },
                                            "identifierName": "OrderModel"
                                          },
                                          "name": "OrderModel"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6269,
                                          "end": 6309,
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 206,
                                              "column": 63
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6269,
                                            "end": 6275,
                                            "loc": {
                                              "start": {
                                                "line": 206,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 206,
                                                "column": 29
                                              },
                                              "identifierName": "oGroup"
                                            },
                                            "name": "oGroup"
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 6276,
                                            "end": 6308,
                                            "loc": {
                                              "start": {
                                                "line": 206,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 206,
                                                "column": 62
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 6276,
                                              "end": 6289,
                                              "loc": {
                                                "start": {
                                                  "line": 206,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 206,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6276,
                                                "end": 6282,
                                                "loc": {
                                                  "start": {
                                                    "line": 206,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 206,
                                                    "column": 36
                                                  },
                                                  "identifierName": "oGroup"
                                                },
                                                "name": "oGroup"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6283,
                                                "end": 6289,
                                                "loc": {
                                                  "start": {
                                                    "line": 206,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 206,
                                                    "column": 43
                                                  },
                                                  "identifierName": "length"
                                                },
                                                "name": "length"
                                              },
                                              "computed": false
                                            },
                                            "operator": "-",
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 6293,
                                              "end": 6307,
                                              "loc": {
                                                "start": {
                                                  "line": 206,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 206,
                                                  "column": 61
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 6293,
                                                "end": 6303,
                                                "loc": {
                                                  "start": {
                                                    "line": 206,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 206,
                                                    "column": 57
                                                  },
                                                  "identifierName": "attrOffset"
                                                },
                                                "name": "attrOffset"
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 6306,
                                                "end": 6307,
                                                "loc": {
                                                  "start": {
                                                    "line": 206,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 206,
                                                    "column": 61
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 1,
                                                  "raw": "1"
                                                },
                                                "value": 1
                                              },
                                              "extra": {
                                                "parenthesized": true,
                                                "parenStart": 6292
                                              }
                                            }
                                          },
                                          "computed": true
                                        }
                                      }
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 6321,
                                      "end": 6399,
                                      "loc": {
                                        "start": {
                                          "line": 207,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 11
                                        }
                                      },
                                      "test": {
                                        "type": "MemberExpression",
                                        "start": 6325,
                                        "end": 6341,
                                        "loc": {
                                          "start": {
                                            "line": 207,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 207,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6325,
                                          "end": 6335,
                                          "loc": {
                                            "start": {
                                              "line": 207,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 207,
                                              "column": 24
                                            },
                                            "identifierName": "OrderModel"
                                          },
                                          "name": "OrderModel"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6336,
                                          "end": 6341,
                                          "loc": {
                                            "start": {
                                              "line": 207,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 207,
                                              "column": 30
                                            },
                                            "identifierName": "model"
                                          },
                                          "name": "model"
                                        },
                                        "computed": false
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 6343,
                                        "end": 6399,
                                        "loc": {
                                          "start": {
                                            "line": 207,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 11
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 6357,
                                            "end": 6387,
                                            "loc": {
                                              "start": {
                                                "line": 208,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 208,
                                                "column": 42
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 6357,
                                              "end": 6386,
                                              "loc": {
                                                "start": {
                                                  "line": 208,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 208,
                                                  "column": 41
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 6357,
                                                "end": 6367,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 22
                                                  },
                                                  "identifierName": "OrderModel"
                                                },
                                                "name": "OrderModel"
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 6370,
                                                "end": 6386,
                                                "loc": {
                                                  "start": {
                                                    "line": 208,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 208,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6370,
                                                  "end": 6380,
                                                  "loc": {
                                                    "start": {
                                                      "line": 208,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 208,
                                                      "column": 35
                                                    },
                                                    "identifierName": "OrderModel"
                                                  },
                                                  "name": "OrderModel"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6381,
                                                  "end": 6386,
                                                  "loc": {
                                                    "start": {
                                                      "line": 208,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 208,
                                                      "column": 41
                                                    },
                                                    "identifierName": "model"
                                                  },
                                                  "name": "model"
                                                },
                                                "computed": false
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 6419,
                                "end": 6628,
                                "loc": {
                                  "start": {
                                    "line": 212,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 214,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 6423,
                                  "end": 6530,
                                  "loc": {
                                    "start": {
                                      "line": 212,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 212,
                                      "column": 119
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 6423,
                                    "end": 6481,
                                    "loc": {
                                      "start": {
                                        "line": 212,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 212,
                                        "column": 70
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6423,
                                      "end": 6447,
                                      "loc": {
                                        "start": {
                                          "line": 212,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 212,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6423,
                                        "end": 6433,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 22
                                          },
                                          "identifierName": "OrderModel"
                                        },
                                        "name": "OrderModel"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6434,
                                        "end": 6447,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 36
                                          },
                                          "identifierName": "rawAttributes"
                                        },
                                        "name": "rawAttributes"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6451,
                                      "end": 6481,
                                      "loc": {
                                        "start": {
                                          "line": 212,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 212,
                                          "column": 70
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6451,
                                        "end": 6475,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 64
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6451,
                                          "end": 6461,
                                          "loc": {
                                            "start": {
                                              "line": 212,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 212,
                                              "column": 50
                                            },
                                            "identifierName": "OrderModel"
                                          },
                                          "name": "OrderModel"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6462,
                                          "end": 6475,
                                          "loc": {
                                            "start": {
                                              "line": 212,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 212,
                                              "column": 64
                                            },
                                            "identifierName": "rawAttributes"
                                          },
                                          "name": "rawAttributes"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6476,
                                        "end": 6480,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 69
                                          },
                                          "identifierName": "attr"
                                        },
                                        "name": "attr"
                                      },
                                      "computed": true
                                    }
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 6485,
                                    "end": 6530,
                                    "loc": {
                                      "start": {
                                        "line": 212,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 212,
                                        "column": 119
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 6485,
                                      "end": 6489,
                                      "loc": {
                                        "start": {
                                          "line": 212,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 212,
                                          "column": 78
                                        },
                                        "identifierName": "attr"
                                      },
                                      "name": "attr"
                                    },
                                    "operator": "!==",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6494,
                                      "end": 6530,
                                      "loc": {
                                        "start": {
                                          "line": 212,
                                          "column": 83
                                        },
                                        "end": {
                                          "line": 212,
                                          "column": 119
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6494,
                                        "end": 6524,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 113
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6494,
                                          "end": 6518,
                                          "loc": {
                                            "start": {
                                              "line": 212,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 212,
                                              "column": 107
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6494,
                                            "end": 6504,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 83
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 93
                                              },
                                              "identifierName": "OrderModel"
                                            },
                                            "name": "OrderModel"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6505,
                                            "end": 6518,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 94
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 107
                                              },
                                              "identifierName": "rawAttributes"
                                            },
                                            "name": "rawAttributes"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6519,
                                          "end": 6523,
                                          "loc": {
                                            "start": {
                                              "line": 212,
                                              "column": 108
                                            },
                                            "end": {
                                              "line": 212,
                                              "column": 112
                                            },
                                            "identifierName": "attr"
                                          },
                                          "name": "attr"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6525,
                                        "end": 6530,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 114
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 119
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 6532,
                                  "end": 6628,
                                  "loc": {
                                    "start": {
                                      "line": 212,
                                      "column": 121
                                    },
                                    "end": {
                                      "line": 214,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 6544,
                                      "end": 6618,
                                      "loc": {
                                        "start": {
                                          "line": 213,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 213,
                                          "column": 84
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 6544,
                                        "end": 6617,
                                        "loc": {
                                          "start": {
                                            "line": 213,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 213,
                                            "column": 83
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6544,
                                          "end": 6578,
                                          "loc": {
                                            "start": {
                                              "line": 213,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 213,
                                              "column": 44
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6544,
                                            "end": 6550,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 213,
                                                "column": 16
                                              },
                                              "identifierName": "oGroup"
                                            },
                                            "name": "oGroup"
                                          },
                                          "property": {
                                            "type": "BinaryExpression",
                                            "start": 6551,
                                            "end": 6577,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 213,
                                                "column": 43
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 6551,
                                              "end": 6564,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6551,
                                                "end": 6557,
                                                "loc": {
                                                  "start": {
                                                    "line": 213,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 213,
                                                    "column": 23
                                                  },
                                                  "identifierName": "oGroup"
                                                },
                                                "name": "oGroup"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6558,
                                                "end": 6564,
                                                "loc": {
                                                  "start": {
                                                    "line": 213,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 213,
                                                    "column": 30
                                                  },
                                                  "identifierName": "length"
                                                },
                                                "name": "length"
                                              },
                                              "computed": false
                                            },
                                            "operator": "-",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 6567,
                                              "end": 6577,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 43
                                                },
                                                "identifierName": "attrOffset"
                                              },
                                              "name": "attrOffset"
                                            }
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6581,
                                          "end": 6617,
                                          "loc": {
                                            "start": {
                                              "line": 213,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 213,
                                              "column": 83
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6581,
                                            "end": 6611,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 213,
                                                "column": 77
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 6581,
                                              "end": 6605,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6581,
                                                "end": 6591,
                                                "loc": {
                                                  "start": {
                                                    "line": 213,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 213,
                                                    "column": 57
                                                  },
                                                  "identifierName": "OrderModel"
                                                },
                                                "name": "OrderModel"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6592,
                                                "end": 6605,
                                                "loc": {
                                                  "start": {
                                                    "line": 213,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 213,
                                                    "column": 71
                                                  },
                                                  "identifierName": "rawAttributes"
                                                },
                                                "name": "rawAttributes"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6606,
                                              "end": 6610,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 76
                                                },
                                                "identifierName": "attr"
                                              },
                                              "name": "attr"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6612,
                                            "end": 6617,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 213,
                                                "column": 83
                                              },
                                              "identifierName": "field"
                                            },
                                            "name": "field"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 6650,
              "end": 6665,
              "loc": {
                "start": {
                  "line": 219,
                  "column": 2
                },
                "end": {
                  "line": 219,
                  "column": 17
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 6657,
                "end": 6664,
                "loc": {
                  "start": {
                    "line": 219,
                    "column": 9
                  },
                  "end": {
                    "line": 219,
                    "column": 16
                  },
                  "identifierName": "options"
                },
                "name": "options"
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " Used to map field names in attributes and where conditions ",
            "start": 4936,
            "end": 5000,
            "loc": {
              "start": {
                "line": 168,
                "column": 0
              },
              "end": {
                "line": 168,
                "column": 64
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 6668,
        "end": 6718,
        "loc": {
          "start": {
            "line": 221,
            "column": 0
          },
          "end": {
            "line": 221,
            "column": 50
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 6668,
          "end": 6717,
          "loc": {
            "start": {
              "line": 221,
              "column": 0
            },
            "end": {
              "line": 221,
              "column": 49
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 6668,
            "end": 6695,
            "loc": {
              "start": {
                "line": 221,
                "column": 0
              },
              "end": {
                "line": 221,
                "column": 27
              }
            },
            "object": {
              "type": "Identifier",
              "start": 6668,
              "end": 6675,
              "loc": {
                "start": {
                  "line": 221,
                  "column": 0
                },
                "end": {
                  "line": 221,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 6676,
              "end": 6695,
              "loc": {
                "start": {
                  "line": 221,
                  "column": 8
                },
                "end": {
                  "line": 221,
                  "column": 27
                },
                "identifierName": "mapOptionFieldNames"
              },
              "name": "mapOptionFieldNames"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 6698,
            "end": 6717,
            "loc": {
              "start": {
                "line": 221,
                "column": 30
              },
              "end": {
                "line": 221,
                "column": 49
              },
              "identifierName": "mapOptionFieldNames"
            },
            "name": "mapOptionFieldNames"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 6720,
        "end": 7774,
        "loc": {
          "start": {
            "line": 223,
            "column": 0
          },
          "end": {
            "line": 258,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 6729,
          "end": 6747,
          "loc": {
            "start": {
              "line": 223,
              "column": 9
            },
            "end": {
              "line": 223,
              "column": 27
            },
            "identifierName": "mapWhereFieldNames"
          },
          "name": "mapWhereFieldNames"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 6748,
            "end": 6758,
            "loc": {
              "start": {
                "line": 223,
                "column": 28
              },
              "end": {
                "line": 223,
                "column": 38
              },
              "identifierName": "attributes"
            },
            "name": "attributes"
          },
          {
            "type": "Identifier",
            "start": 6760,
            "end": 6765,
            "loc": {
              "start": {
                "line": 223,
                "column": 40
              },
              "end": {
                "line": 223,
                "column": 45
              },
              "identifierName": "Model"
            },
            "name": "Model"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 6767,
          "end": 7774,
          "loc": {
            "start": {
              "line": 223,
              "column": 47
            },
            "end": {
              "line": 258,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 6771,
              "end": 6785,
              "loc": {
                "start": {
                  "line": 224,
                  "column": 2
                },
                "end": {
                  "line": 224,
                  "column": 16
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 6775,
                  "end": 6784,
                  "loc": {
                    "start": {
                      "line": 224,
                      "column": 6
                    },
                    "end": {
                      "line": 224,
                      "column": 15
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 6775,
                    "end": 6784,
                    "loc": {
                      "start": {
                        "line": 224,
                        "column": 6
                      },
                      "end": {
                        "line": 224,
                        "column": 15
                      },
                      "identifierName": "attribute"
                    },
                    "name": "attribute"
                  },
                  "init": null
                }
              ],
              "kind": "let"
            },
            {
              "type": "VariableDeclaration",
              "start": 6788,
              "end": 6805,
              "loc": {
                "start": {
                  "line": 225,
                  "column": 2
                },
                "end": {
                  "line": 225,
                  "column": 19
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 6792,
                  "end": 6804,
                  "loc": {
                    "start": {
                      "line": 225,
                      "column": 6
                    },
                    "end": {
                      "line": 225,
                      "column": 18
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 6792,
                    "end": 6804,
                    "loc": {
                      "start": {
                        "line": 225,
                        "column": 6
                      },
                      "end": {
                        "line": 225,
                        "column": 18
                      },
                      "identifierName": "rawAttribute"
                    },
                    "name": "rawAttribute"
                  },
                  "init": null
                }
              ],
              "kind": "let"
            },
            {
              "type": "IfStatement",
              "start": 6809,
              "end": 7750,
              "loc": {
                "start": {
                  "line": 227,
                  "column": 2
                },
                "end": {
                  "line": 255,
                  "column": 3
                }
              },
              "test": {
                "type": "Identifier",
                "start": 6813,
                "end": 6823,
                "loc": {
                  "start": {
                    "line": 227,
                    "column": 6
                  },
                  "end": {
                    "line": 227,
                    "column": 16
                  },
                  "identifierName": "attributes"
                },
                "name": "attributes"
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 6825,
                "end": 7750,
                "loc": {
                  "start": {
                    "line": 227,
                    "column": 18
                  },
                  "end": {
                    "line": 255,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ForInStatement",
                    "start": 6831,
                    "end": 7746,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 4
                      },
                      "end": {
                        "line": 254,
                        "column": 5
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 6836,
                      "end": 6845,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 9
                        },
                        "end": {
                          "line": 228,
                          "column": 18
                        },
                        "identifierName": "attribute"
                      },
                      "name": "attribute"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 6849,
                      "end": 6859,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 22
                        },
                        "end": {
                          "line": 228,
                          "column": 32
                        },
                        "identifierName": "attributes"
                      },
                      "name": "attributes"
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 6861,
                      "end": 7746,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 34
                        },
                        "end": {
                          "line": 254,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 6869,
                          "end": 6915,
                          "loc": {
                            "start": {
                              "line": 229,
                              "column": 6
                            },
                            "end": {
                              "line": 229,
                              "column": 52
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6869,
                            "end": 6914,
                            "loc": {
                              "start": {
                                "line": 229,
                                "column": 6
                              },
                              "end": {
                                "line": 229,
                                "column": 51
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 6869,
                              "end": 6881,
                              "loc": {
                                "start": {
                                  "line": 229,
                                  "column": 6
                                },
                                "end": {
                                  "line": 229,
                                  "column": 18
                                },
                                "identifierName": "rawAttribute"
                              },
                              "name": "rawAttribute"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 6884,
                              "end": 6914,
                              "loc": {
                                "start": {
                                  "line": 229,
                                  "column": 21
                                },
                                "end": {
                                  "line": 229,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6884,
                                "end": 6903,
                                "loc": {
                                  "start": {
                                    "line": 229,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 229,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6884,
                                  "end": 6889,
                                  "loc": {
                                    "start": {
                                      "line": 229,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 229,
                                      "column": 26
                                    },
                                    "identifierName": "Model"
                                  },
                                  "name": "Model"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6890,
                                  "end": 6903,
                                  "loc": {
                                    "start": {
                                      "line": 229,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 229,
                                      "column": 40
                                    },
                                    "identifierName": "rawAttributes"
                                  },
                                  "name": "rawAttributes"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6904,
                                "end": 6913,
                                "loc": {
                                  "start": {
                                    "line": 229,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 229,
                                    "column": 50
                                  },
                                  "identifierName": "attribute"
                                },
                                "name": "attribute"
                              },
                              "computed": true
                            }
                          }
                        },
                        {
                          "type": "IfStatement",
                          "start": 6923,
                          "end": 7101,
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 6
                            },
                            "end": {
                              "line": 234,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 6927,
                            "end": 6988,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 10
                              },
                              "end": {
                                "line": 231,
                                "column": 71
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 6927,
                              "end": 6939,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 10
                                },
                                "end": {
                                  "line": 231,
                                  "column": 22
                                },
                                "identifierName": "rawAttribute"
                              },
                              "name": "rawAttribute"
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 6943,
                              "end": 6988,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 26
                                },
                                "end": {
                                  "line": 231,
                                  "column": 71
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6943,
                                "end": 6961,
                                "loc": {
                                  "start": {
                                    "line": 231,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 231,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6943,
                                  "end": 6955,
                                  "loc": {
                                    "start": {
                                      "line": 231,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 231,
                                      "column": 38
                                    },
                                    "identifierName": "rawAttribute"
                                  },
                                  "name": "rawAttribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6956,
                                  "end": 6961,
                                  "loc": {
                                    "start": {
                                      "line": 231,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 231,
                                      "column": 44
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "MemberExpression",
                                "start": 6966,
                                "end": 6988,
                                "loc": {
                                  "start": {
                                    "line": 231,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 231,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6966,
                                  "end": 6978,
                                  "loc": {
                                    "start": {
                                      "line": 231,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 231,
                                      "column": 61
                                    },
                                    "identifierName": "rawAttribute"
                                  },
                                  "name": "rawAttribute"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6979,
                                  "end": 6988,
                                  "loc": {
                                    "start": {
                                      "line": 231,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 231,
                                      "column": 71
                                    },
                                    "identifierName": "fieldName"
                                  },
                                  "name": "fieldName"
                                },
                                "computed": false
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 6990,
                            "end": 7101,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 73
                              },
                              "end": {
                                "line": 234,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 7000,
                                "end": 7055,
                                "loc": {
                                  "start": {
                                    "line": 232,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 63
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7000,
                                  "end": 7054,
                                  "loc": {
                                    "start": {
                                      "line": 232,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 232,
                                      "column": 62
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 7000,
                                    "end": 7030,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7000,
                                      "end": 7010,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 18
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "MemberExpression",
                                      "start": 7011,
                                      "end": 7029,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7011,
                                        "end": 7023,
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 31
                                          },
                                          "identifierName": "rawAttribute"
                                        },
                                        "name": "rawAttribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7024,
                                        "end": 7029,
                                        "loc": {
                                          "start": {
                                            "line": 232,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 232,
                                            "column": 37
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": false
                                    },
                                    "computed": true
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 7033,
                                    "end": 7054,
                                    "loc": {
                                      "start": {
                                        "line": 232,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 232,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7033,
                                      "end": 7043,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 51
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7044,
                                      "end": 7053,
                                      "loc": {
                                        "start": {
                                          "line": 232,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 232,
                                          "column": 61
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 7064,
                                "end": 7093,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 37
                                  }
                                },
                                "expression": {
                                  "type": "UnaryExpression",
                                  "start": 7064,
                                  "end": 7092,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 36
                                    }
                                  },
                                  "operator": "delete",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 7071,
                                    "end": 7092,
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7071,
                                      "end": 7081,
                                      "loc": {
                                        "start": {
                                          "line": 233,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 233,
                                          "column": 25
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7082,
                                      "end": 7091,
                                      "loc": {
                                        "start": {
                                          "line": 233,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 233,
                                          "column": 35
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "computed": true
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 7109,
                          "end": 7470,
                          "loc": {
                            "start": {
                              "line": 236,
                              "column": 6
                            },
                            "end": {
                              "line": 243,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 7113,
                            "end": 7297,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 10
                              },
                              "end": {
                                "line": 239,
                                "column": 58
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 7113,
                              "end": 7151,
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 10
                                },
                                "end": {
                                  "line": 236,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7113,
                                "end": 7128,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7113,
                                  "end": 7114,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 11
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7115,
                                  "end": 7128,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 25
                                    },
                                    "identifierName": "isPlainObject"
                                  },
                                  "name": "isPlainObject"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 7129,
                                  "end": 7150,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7129,
                                    "end": 7139,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 36
                                      },
                                      "identifierName": "attributes"
                                    },
                                    "name": "attributes"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7140,
                                    "end": 7149,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 46
                                      },
                                      "identifierName": "attribute"
                                    },
                                    "name": "attribute"
                                  },
                                  "computed": true
                                }
                              ]
                            },
                            "operator": "&&",
                            "right": {
                              "type": "UnaryExpression",
                              "start": 7163,
                              "end": 7297,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 11
                                },
                                "end": {
                                  "line": 239,
                                  "column": 58
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "LogicalExpression",
                                "start": 7165,
                                "end": 7296,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 57
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 7165,
                                  "end": 7177,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 25
                                    },
                                    "identifierName": "rawAttribute"
                                  },
                                  "name": "rawAttribute"
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "LogicalExpression",
                                  "start": 7193,
                                  "end": 7295,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 56
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 7193,
                                    "end": 7238,
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 55
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 7193,
                                      "end": 7210,
                                      "loc": {
                                        "start": {
                                          "line": 238,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 238,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7193,
                                        "end": 7205,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 22
                                          },
                                          "identifierName": "rawAttribute"
                                        },
                                        "name": "rawAttribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7206,
                                        "end": 7210,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 27
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "instanceof",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 7222,
                                      "end": 7238,
                                      "loc": {
                                        "start": {
                                          "line": 238,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 238,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7222,
                                        "end": 7231,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 48
                                          },
                                          "identifierName": "DataTypes"
                                        },
                                        "name": "DataTypes"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7232,
                                        "end": 7238,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 55
                                          },
                                          "identifierName": "HSTORE"
                                        },
                                        "name": "HSTORE"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 7252,
                                    "end": 7295,
                                    "loc": {
                                      "start": {
                                        "line": 239,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 239,
                                        "column": 56
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 7252,
                                      "end": 7269,
                                      "loc": {
                                        "start": {
                                          "line": 239,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 239,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7252,
                                        "end": 7264,
                                        "loc": {
                                          "start": {
                                            "line": 239,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 239,
                                            "column": 25
                                          },
                                          "identifierName": "rawAttribute"
                                        },
                                        "name": "rawAttribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7265,
                                        "end": 7269,
                                        "loc": {
                                          "start": {
                                            "line": 239,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 239,
                                            "column": 30
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "instanceof",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 7281,
                                      "end": 7295,
                                      "loc": {
                                        "start": {
                                          "line": 239,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 239,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7281,
                                        "end": 7290,
                                        "loc": {
                                          "start": {
                                            "line": 239,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 239,
                                            "column": 51
                                          },
                                          "identifierName": "DataTypes"
                                        },
                                        "name": "DataTypes"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7291,
                                        "end": 7295,
                                        "loc": {
                                          "start": {
                                            "line": 239,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 239,
                                            "column": 56
                                          },
                                          "identifierName": "JSON"
                                        },
                                        "name": "JSON"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "extra": {
                                    "parenthesized": true,
                                    "parenStart": 7181
                                  }
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 7164
                                }
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 7299,
                            "end": 7470,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 60
                              },
                              "end": {
                                "line": 243,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 7353,
                                "end": 7462,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 242,
                                    "column": 24
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7353,
                                  "end": 7461,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 23
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 7353,
                                    "end": 7374,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7353,
                                      "end": 7363,
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 18
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7364,
                                      "end": 7373,
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 28
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "computed": true,
                                    "leadingComments": null
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 7377,
                                    "end": 7461,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 242,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 7377,
                                      "end": 7455,
                                      "loc": {
                                        "start": {
                                          "line": 240,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 242,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 7377,
                                        "end": 7396,
                                        "loc": {
                                          "start": {
                                            "line": 240,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 240,
                                            "column": 51
                                          },
                                          "identifierName": "mapOptionFieldNames"
                                        },
                                        "name": "mapOptionFieldNames"
                                      },
                                      "arguments": [
                                        {
                                          "type": "ObjectExpression",
                                          "start": 7397,
                                          "end": 7447,
                                          "loc": {
                                            "start": {
                                              "line": 240,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 242,
                                              "column": 9
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 7409,
                                              "end": 7437,
                                              "loc": {
                                                "start": {
                                                  "line": 241,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 241,
                                                  "column": 38
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 7409,
                                                "end": 7414,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 15
                                                  },
                                                  "identifierName": "where"
                                                },
                                                "name": "where"
                                              },
                                              "value": {
                                                "type": "MemberExpression",
                                                "start": 7416,
                                                "end": 7437,
                                                "loc": {
                                                  "start": {
                                                    "line": 241,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 241,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7416,
                                                  "end": 7426,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 27
                                                    },
                                                    "identifierName": "attributes"
                                                  },
                                                  "name": "attributes"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7427,
                                                  "end": 7436,
                                                  "loc": {
                                                    "start": {
                                                      "line": 241,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 241,
                                                      "column": 37
                                                    },
                                                    "identifierName": "attribute"
                                                  },
                                                  "name": "attribute"
                                                },
                                                "computed": true
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 7449,
                                          "end": 7454,
                                          "loc": {
                                            "start": {
                                              "line": 242,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 242,
                                              "column": 16
                                            },
                                            "identifierName": "Model"
                                          },
                                          "name": "Model"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7456,
                                      "end": 7461,
                                      "loc": {
                                        "start": {
                                          "line": 242,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 242,
                                          "column": 23
                                        },
                                        "identifierName": "where"
                                      },
                                      "name": "where"
                                    },
                                    "computed": false
                                  },
                                  "leadingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Prevent renaming of HSTORE & JSON fields",
                                    "start": 7301,
                                    "end": 7344,
                                    "loc": {
                                      "start": {
                                        "line": 239,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 239,
                                        "column": 105
                                      }
                                    }
                                  }
                                ]
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 7478,
                          "end": 7740,
                          "loc": {
                            "start": {
                              "line": 245,
                              "column": 6
                            },
                            "end": {
                              "line": 253,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 7482,
                            "end": 7518,
                            "loc": {
                              "start": {
                                "line": 245,
                                "column": 10
                              },
                              "end": {
                                "line": 245,
                                "column": 46
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7482,
                              "end": 7495,
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 10
                                },
                                "end": {
                                  "line": 245,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7482,
                                "end": 7487,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 15
                                  },
                                  "identifierName": "Array"
                                },
                                "name": "Array"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7488,
                                "end": 7495,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 23
                                  },
                                  "identifierName": "isArray"
                                },
                                "name": "isArray"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7496,
                                "end": 7517,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7496,
                                  "end": 7506,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 34
                                    },
                                    "identifierName": "attributes"
                                  },
                                  "name": "attributes"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7507,
                                  "end": 7516,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 44
                                    },
                                    "identifierName": "attribute"
                                  },
                                  "name": "attribute"
                                },
                                "computed": true
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 7520,
                            "end": 7740,
                            "loc": {
                              "start": {
                                "line": 245,
                                "column": 48
                              },
                              "end": {
                                "line": 253,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 7530,
                                "end": 7732,
                                "loc": {
                                  "start": {
                                    "line": 246,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 252,
                                    "column": 11
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7530,
                                  "end": 7731,
                                  "loc": {
                                    "start": {
                                      "line": 246,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 252,
                                      "column": 10
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 7530,
                                    "end": 7551,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7530,
                                      "end": 7540,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 18
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7541,
                                      "end": 7550,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 28
                                        },
                                        "identifierName": "attribute"
                                      },
                                      "name": "attribute"
                                    },
                                    "computed": true
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7554,
                                    "end": 7731,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 252,
                                        "column": 10
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7554,
                                      "end": 7579,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7554,
                                        "end": 7575,
                                        "loc": {
                                          "start": {
                                            "line": 246,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 246,
                                            "column": 53
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7554,
                                          "end": 7564,
                                          "loc": {
                                            "start": {
                                              "line": 246,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 246,
                                              "column": 42
                                            },
                                            "identifierName": "attributes"
                                          },
                                          "name": "attributes"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7565,
                                          "end": 7574,
                                          "loc": {
                                            "start": {
                                              "line": 246,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 246,
                                              "column": 52
                                            },
                                            "identifierName": "attribute"
                                          },
                                          "name": "attribute"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7576,
                                        "end": 7579,
                                        "loc": {
                                          "start": {
                                            "line": 246,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 246,
                                            "column": 57
                                          },
                                          "identifierName": "map"
                                        },
                                        "name": "map"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 7580,
                                        "end": 7730,
                                        "loc": {
                                          "start": {
                                            "line": 246,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 252,
                                            "column": 9
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 7580,
                                            "end": 7585,
                                            "loc": {
                                              "start": {
                                                "line": 246,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 246,
                                                "column": 63
                                              },
                                              "identifierName": "where"
                                            },
                                            "name": "where"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 7589,
                                          "end": 7730,
                                          "loc": {
                                            "start": {
                                              "line": 246,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 252,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 7601,
                                              "end": 7695,
                                              "loc": {
                                                "start": {
                                                  "line": 247,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 249,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "CallExpression",
                                                "start": 7605,
                                                "end": 7627,
                                                "loc": {
                                                  "start": {
                                                    "line": 247,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 247,
                                                    "column": 36
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 7605,
                                                  "end": 7620,
                                                  "loc": {
                                                    "start": {
                                                      "line": 247,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 247,
                                                      "column": 29
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 7605,
                                                    "end": 7606,
                                                    "loc": {
                                                      "start": {
                                                        "line": 247,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 247,
                                                        "column": 15
                                                      },
                                                      "identifierName": "_"
                                                    },
                                                    "name": "_"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7607,
                                                    "end": 7620,
                                                    "loc": {
                                                      "start": {
                                                        "line": 247,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 247,
                                                        "column": 29
                                                      },
                                                      "identifierName": "isPlainObject"
                                                    },
                                                    "name": "isPlainObject"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 7621,
                                                    "end": 7626,
                                                    "loc": {
                                                      "start": {
                                                        "line": 247,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 247,
                                                        "column": 35
                                                      },
                                                      "identifierName": "where"
                                                    },
                                                    "name": "where"
                                                  }
                                                ]
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 7629,
                                                "end": 7695,
                                                "loc": {
                                                  "start": {
                                                    "line": 247,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 249,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ReturnStatement",
                                                    "start": 7643,
                                                    "end": 7683,
                                                    "loc": {
                                                      "start": {
                                                        "line": 248,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 248,
                                                        "column": 52
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "CallExpression",
                                                      "start": 7650,
                                                      "end": 7682,
                                                      "loc": {
                                                        "start": {
                                                          "line": 248,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 248,
                                                          "column": 51
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 7650,
                                                        "end": 7668,
                                                        "loc": {
                                                          "start": {
                                                            "line": 248,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 248,
                                                            "column": 37
                                                          },
                                                          "identifierName": "mapWhereFieldNames"
                                                        },
                                                        "name": "mapWhereFieldNames"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 7669,
                                                          "end": 7674,
                                                          "loc": {
                                                            "start": {
                                                              "line": 248,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 248,
                                                              "column": 43
                                                            },
                                                            "identifierName": "where"
                                                          },
                                                          "name": "where"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 7676,
                                                          "end": 7681,
                                                          "loc": {
                                                            "start": {
                                                              "line": 248,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 248,
                                                              "column": 50
                                                            },
                                                            "identifierName": "Model"
                                                          },
                                                          "name": "Model"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ReturnStatement",
                                              "start": 7707,
                                              "end": 7720,
                                              "loc": {
                                                "start": {
                                                  "line": 251,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 251,
                                                  "column": 23
                                                }
                                              },
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 7714,
                                                "end": 7719,
                                                "loc": {
                                                  "start": {
                                                    "line": 251,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 251,
                                                    "column": 22
                                                  },
                                                  "identifierName": "where"
                                                },
                                                "name": "where"
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 7754,
              "end": 7772,
              "loc": {
                "start": {
                  "line": 257,
                  "column": 2
                },
                "end": {
                  "line": 257,
                  "column": 20
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 7761,
                "end": 7771,
                "loc": {
                  "start": {
                    "line": 257,
                    "column": 9
                  },
                  "end": {
                    "line": 257,
                    "column": 19
                  },
                  "identifierName": "attributes"
                },
                "name": "attributes"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 7775,
        "end": 7823,
        "loc": {
          "start": {
            "line": 259,
            "column": 0
          },
          "end": {
            "line": 259,
            "column": 48
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 7775,
          "end": 7822,
          "loc": {
            "start": {
              "line": 259,
              "column": 0
            },
            "end": {
              "line": 259,
              "column": 47
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 7775,
            "end": 7801,
            "loc": {
              "start": {
                "line": 259,
                "column": 0
              },
              "end": {
                "line": 259,
                "column": 26
              }
            },
            "object": {
              "type": "Identifier",
              "start": 7775,
              "end": 7782,
              "loc": {
                "start": {
                  "line": 259,
                  "column": 0
                },
                "end": {
                  "line": 259,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 7783,
              "end": 7801,
              "loc": {
                "start": {
                  "line": 259,
                  "column": 8
                },
                "end": {
                  "line": 259,
                  "column": 26
                },
                "identifierName": "mapWhereFieldNames"
              },
              "name": "mapWhereFieldNames"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 7804,
            "end": 7822,
            "loc": {
              "start": {
                "line": 259,
                "column": 29
              },
              "end": {
                "line": 259,
                "column": 47
              },
              "identifierName": "mapWhereFieldNames"
            },
            "name": "mapWhereFieldNames"
          }
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": " Used to map field names in values ",
            "start": 7825,
            "end": 7864,
            "loc": {
              "start": {
                "line": 261,
                "column": 0
              },
              "end": {
                "line": 261,
                "column": 39
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 7865,
        "end": 8360,
        "loc": {
          "start": {
            "line": 262,
            "column": 0
          },
          "end": {
            "line": 277,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 7874,
          "end": 7892,
          "loc": {
            "start": {
              "line": 262,
              "column": 9
            },
            "end": {
              "line": 262,
              "column": 27
            },
            "identifierName": "mapValueFieldNames"
          },
          "name": "mapValueFieldNames",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 7893,
            "end": 7903,
            "loc": {
              "start": {
                "line": 262,
                "column": 28
              },
              "end": {
                "line": 262,
                "column": 38
              },
              "identifierName": "dataValues"
            },
            "name": "dataValues"
          },
          {
            "type": "Identifier",
            "start": 7905,
            "end": 7911,
            "loc": {
              "start": {
                "line": 262,
                "column": 40
              },
              "end": {
                "line": 262,
                "column": 46
              },
              "identifierName": "fields"
            },
            "name": "fields"
          },
          {
            "type": "Identifier",
            "start": 7913,
            "end": 7918,
            "loc": {
              "start": {
                "line": 262,
                "column": 48
              },
              "end": {
                "line": 262,
                "column": 53
              },
              "identifierName": "Model"
            },
            "name": "Model"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 7920,
          "end": 8360,
          "loc": {
            "start": {
              "line": 262,
              "column": 55
            },
            "end": {
              "line": 277,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 7924,
              "end": 7942,
              "loc": {
                "start": {
                  "line": 263,
                  "column": 2
                },
                "end": {
                  "line": 263,
                  "column": 20
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 7930,
                  "end": 7941,
                  "loc": {
                    "start": {
                      "line": 263,
                      "column": 8
                    },
                    "end": {
                      "line": 263,
                      "column": 19
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 7930,
                    "end": 7936,
                    "loc": {
                      "start": {
                        "line": 263,
                        "column": 8
                      },
                      "end": {
                        "line": 263,
                        "column": 14
                      },
                      "identifierName": "values"
                    },
                    "name": "values"
                  },
                  "init": {
                    "type": "ObjectExpression",
                    "start": 7939,
                    "end": 7941,
                    "loc": {
                      "start": {
                        "line": 263,
                        "column": 17
                      },
                      "end": {
                        "line": 263,
                        "column": 19
                      }
                    },
                    "properties": []
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ForOfStatement",
              "start": 7946,
              "end": 8340,
              "loc": {
                "start": {
                  "line": 265,
                  "column": 2
                },
                "end": {
                  "line": 274,
                  "column": 3
                }
              },
              "left": {
                "type": "VariableDeclaration",
                "start": 7951,
                "end": 7961,
                "loc": {
                  "start": {
                    "line": 265,
                    "column": 7
                  },
                  "end": {
                    "line": 265,
                    "column": 17
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7957,
                    "end": 7961,
                    "loc": {
                      "start": {
                        "line": 265,
                        "column": 13
                      },
                      "end": {
                        "line": 265,
                        "column": 17
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7957,
                      "end": 7961,
                      "loc": {
                        "start": {
                          "line": 265,
                          "column": 13
                        },
                        "end": {
                          "line": 265,
                          "column": 17
                        },
                        "identifierName": "attr"
                      },
                      "name": "attr"
                    },
                    "init": null
                  }
                ],
                "kind": "const"
              },
              "right": {
                "type": "Identifier",
                "start": 7965,
                "end": 7971,
                "loc": {
                  "start": {
                    "line": 265,
                    "column": 21
                  },
                  "end": {
                    "line": 265,
                    "column": 27
                  },
                  "identifierName": "fields"
                },
                "name": "fields"
              },
              "body": {
                "type": "BlockStatement",
                "start": 7973,
                "end": 8340,
                "loc": {
                  "start": {
                    "line": 265,
                    "column": 29
                  },
                  "end": {
                    "line": 274,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 7979,
                    "end": 8336,
                    "loc": {
                      "start": {
                        "line": 266,
                        "column": 4
                      },
                      "end": {
                        "line": 273,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 7983,
                      "end": 8049,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 8
                        },
                        "end": {
                          "line": 266,
                          "column": 74
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 7983,
                        "end": 8013,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 8
                          },
                          "end": {
                            "line": 266,
                            "column": 38
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 7983,
                          "end": 7999,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 8
                            },
                            "end": {
                              "line": 266,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7983,
                            "end": 7993,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 8
                              },
                              "end": {
                                "line": 266,
                                "column": 18
                              },
                              "identifierName": "dataValues"
                            },
                            "name": "dataValues"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7994,
                            "end": 7998,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 19
                              },
                              "end": {
                                "line": 266,
                                "column": 23
                              },
                              "identifierName": "attr"
                            },
                            "name": "attr"
                          },
                          "computed": true
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 8004,
                          "end": 8013,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 29
                            },
                            "end": {
                              "line": 266,
                              "column": 38
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 8017,
                        "end": 8049,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 42
                          },
                          "end": {
                            "line": 266,
                            "column": 74
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 8018,
                          "end": 8049,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 43
                            },
                            "end": {
                              "line": 266,
                              "column": 74
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8018,
                            "end": 8043,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 43
                              },
                              "end": {
                                "line": 266,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 8018,
                              "end": 8023,
                              "loc": {
                                "start": {
                                  "line": 266,
                                  "column": 43
                                },
                                "end": {
                                  "line": 266,
                                  "column": 48
                                },
                                "identifierName": "Model"
                              },
                              "name": "Model"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8024,
                              "end": 8043,
                              "loc": {
                                "start": {
                                  "line": 266,
                                  "column": 49
                                },
                                "end": {
                                  "line": 266,
                                  "column": 68
                                },
                                "identifierName": "_isVirtualAttribute"
                              },
                              "name": "_isVirtualAttribute"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 8044,
                              "end": 8048,
                              "loc": {
                                "start": {
                                  "line": 266,
                                  "column": 69
                                },
                                "end": {
                                  "line": 266,
                                  "column": 73
                                },
                                "identifierName": "attr"
                              },
                              "name": "attr"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 8051,
                      "end": 8336,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 76
                        },
                        "end": {
                          "line": 273,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 8087,
                          "end": 8330,
                          "loc": {
                            "start": {
                              "line": 268,
                              "column": 6
                            },
                            "end": {
                              "line": 272,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 8091,
                            "end": 8195,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 10
                              },
                              "end": {
                                "line": 268,
                                "column": 114
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 8091,
                              "end": 8151,
                              "loc": {
                                "start": {
                                  "line": 268,
                                  "column": 10
                                },
                                "end": {
                                  "line": 268,
                                  "column": 70
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 8091,
                                "end": 8116,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 268,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8091,
                                  "end": 8110,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8091,
                                    "end": 8096,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 15
                                      },
                                      "identifierName": "Model"
                                    },
                                    "name": "Model",
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8097,
                                    "end": 8110,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 29
                                      },
                                      "identifierName": "rawAttributes"
                                    },
                                    "name": "rawAttributes"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8111,
                                  "end": 8115,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 34
                                    },
                                    "identifierName": "attr"
                                  },
                                  "name": "attr"
                                },
                                "computed": true,
                                "leadingComments": null
                              },
                              "operator": "&&",
                              "right": {
                                "type": "MemberExpression",
                                "start": 8120,
                                "end": 8151,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 268,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8120,
                                  "end": 8145,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 64
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8120,
                                    "end": 8139,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 58
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8120,
                                      "end": 8125,
                                      "loc": {
                                        "start": {
                                          "line": 268,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 268,
                                          "column": 44
                                        },
                                        "identifierName": "Model"
                                      },
                                      "name": "Model"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8126,
                                      "end": 8139,
                                      "loc": {
                                        "start": {
                                          "line": 268,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 268,
                                          "column": 58
                                        },
                                        "identifierName": "rawAttributes"
                                      },
                                      "name": "rawAttributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8140,
                                    "end": 8144,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 63
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8146,
                                  "end": 8151,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 70
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "computed": false
                              },
                              "leadingComments": null
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 8155,
                              "end": 8195,
                              "loc": {
                                "start": {
                                  "line": 268,
                                  "column": 74
                                },
                                "end": {
                                  "line": 268,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 8155,
                                "end": 8186,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 74
                                  },
                                  "end": {
                                    "line": 268,
                                    "column": 105
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8155,
                                  "end": 8180,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 99
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8155,
                                    "end": 8174,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 93
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8155,
                                      "end": 8160,
                                      "loc": {
                                        "start": {
                                          "line": 268,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 268,
                                          "column": 79
                                        },
                                        "identifierName": "Model"
                                      },
                                      "name": "Model"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8161,
                                      "end": 8174,
                                      "loc": {
                                        "start": {
                                          "line": 268,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 268,
                                          "column": 93
                                        },
                                        "identifierName": "rawAttributes"
                                      },
                                      "name": "rawAttributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8175,
                                    "end": 8179,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 98
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8181,
                                  "end": 8186,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 100
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 105
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "Identifier",
                                "start": 8191,
                                "end": 8195,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 110
                                  },
                                  "end": {
                                    "line": 268,
                                    "column": 114
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              }
                            },
                            "leadingComments": null
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 8197,
                            "end": 8274,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 116
                              },
                              "end": {
                                "line": 270,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 8207,
                                "end": 8266,
                                "loc": {
                                  "start": {
                                    "line": 269,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 269,
                                    "column": 67
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 8207,
                                  "end": 8265,
                                  "loc": {
                                    "start": {
                                      "line": 269,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 269,
                                      "column": 66
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 8207,
                                    "end": 8246,
                                    "loc": {
                                      "start": {
                                        "line": 269,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 269,
                                        "column": 47
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8207,
                                      "end": 8213,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 269,
                                          "column": 14
                                        },
                                        "identifierName": "values"
                                      },
                                      "name": "values"
                                    },
                                    "property": {
                                      "type": "MemberExpression",
                                      "start": 8214,
                                      "end": 8245,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 269,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8214,
                                        "end": 8239,
                                        "loc": {
                                          "start": {
                                            "line": 269,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 269,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 8214,
                                          "end": 8233,
                                          "loc": {
                                            "start": {
                                              "line": 269,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 269,
                                              "column": 34
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8214,
                                            "end": 8219,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 20
                                              },
                                              "identifierName": "Model"
                                            },
                                            "name": "Model"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8220,
                                            "end": 8233,
                                            "loc": {
                                              "start": {
                                                "line": 269,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 269,
                                                "column": 34
                                              },
                                              "identifierName": "rawAttributes"
                                            },
                                            "name": "rawAttributes"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8234,
                                          "end": 8238,
                                          "loc": {
                                            "start": {
                                              "line": 269,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 269,
                                              "column": 39
                                            },
                                            "identifierName": "attr"
                                          },
                                          "name": "attr"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8240,
                                        "end": 8245,
                                        "loc": {
                                          "start": {
                                            "line": 269,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 269,
                                            "column": 46
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": false
                                    },
                                    "computed": true
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 8249,
                                    "end": 8265,
                                    "loc": {
                                      "start": {
                                        "line": 269,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 269,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8249,
                                      "end": 8259,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 269,
                                          "column": 60
                                        },
                                        "identifierName": "dataValues"
                                      },
                                      "name": "dataValues"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8260,
                                      "end": 8264,
                                      "loc": {
                                        "start": {
                                          "line": 269,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 269,
                                          "column": 65
                                        },
                                        "identifierName": "attr"
                                      },
                                      "name": "attr"
                                    },
                                    "computed": true
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "BlockStatement",
                            "start": 8280,
                            "end": 8330,
                            "loc": {
                              "start": {
                                "line": 270,
                                "column": 13
                              },
                              "end": {
                                "line": 272,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 8290,
                                "end": 8322,
                                "loc": {
                                  "start": {
                                    "line": 271,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 40
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 8290,
                                  "end": 8321,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 39
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 8290,
                                    "end": 8302,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8290,
                                      "end": 8296,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 14
                                        },
                                        "identifierName": "values"
                                      },
                                      "name": "values"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8297,
                                      "end": 8301,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 19
                                        },
                                        "identifierName": "attr"
                                      },
                                      "name": "attr"
                                    },
                                    "computed": true
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 8305,
                                    "end": 8321,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8305,
                                      "end": 8315,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 33
                                        },
                                        "identifierName": "dataValues"
                                      },
                                      "name": "dataValues"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8316,
                                      "end": 8320,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 38
                                        },
                                        "identifierName": "attr"
                                      },
                                      "name": "attr"
                                    },
                                    "computed": true
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " Field name mapping",
                              "start": 8059,
                              "end": 8080,
                              "loc": {
                                "start": {
                                  "line": 267,
                                  "column": 6
                                },
                                "end": {
                                  "line": 267,
                                  "column": 27
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ReturnStatement",
              "start": 8344,
              "end": 8358,
              "loc": {
                "start": {
                  "line": 276,
                  "column": 2
                },
                "end": {
                  "line": 276,
                  "column": 16
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 8351,
                "end": 8357,
                "loc": {
                  "start": {
                    "line": 276,
                    "column": 9
                  },
                  "end": {
                    "line": 276,
                    "column": 15
                  },
                  "identifierName": "values"
                },
                "name": "values"
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " Used to map field names in values ",
            "start": 7825,
            "end": 7864,
            "loc": {
              "start": {
                "line": 261,
                "column": 0
              },
              "end": {
                "line": 261,
                "column": 39
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 8361,
        "end": 8409,
        "loc": {
          "start": {
            "line": 278,
            "column": 0
          },
          "end": {
            "line": 278,
            "column": 48
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 8361,
          "end": 8408,
          "loc": {
            "start": {
              "line": 278,
              "column": 0
            },
            "end": {
              "line": 278,
              "column": 47
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 8361,
            "end": 8387,
            "loc": {
              "start": {
                "line": 278,
                "column": 0
              },
              "end": {
                "line": 278,
                "column": 26
              }
            },
            "object": {
              "type": "Identifier",
              "start": 8361,
              "end": 8368,
              "loc": {
                "start": {
                  "line": 278,
                  "column": 0
                },
                "end": {
                  "line": 278,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 8369,
              "end": 8387,
              "loc": {
                "start": {
                  "line": 278,
                  "column": 8
                },
                "end": {
                  "line": 278,
                  "column": 26
                },
                "identifierName": "mapValueFieldNames"
              },
              "name": "mapValueFieldNames"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 8390,
            "end": 8408,
            "loc": {
              "start": {
                "line": 278,
                "column": 29
              },
              "end": {
                "line": 278,
                "column": 47
              },
              "identifierName": "mapValueFieldNames"
            },
            "name": "mapValueFieldNames"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 8411,
        "end": 8553,
        "loc": {
          "start": {
            "line": 280,
            "column": 0
          },
          "end": {
            "line": 282,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 8420,
          "end": 8431,
          "loc": {
            "start": {
              "line": 280,
              "column": 9
            },
            "end": {
              "line": 280,
              "column": 20
            },
            "identifierName": "isColString"
          },
          "name": "isColString"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 8432,
            "end": 8437,
            "loc": {
              "start": {
                "line": 280,
                "column": 21
              },
              "end": {
                "line": 280,
                "column": 26
              },
              "identifierName": "value"
            },
            "name": "value"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 8439,
          "end": 8553,
          "loc": {
            "start": {
              "line": 280,
              "column": 28
            },
            "end": {
              "line": 282,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 8443,
              "end": 8551,
              "loc": {
                "start": {
                  "line": 281,
                  "column": 2
                },
                "end": {
                  "line": 281,
                  "column": 110
                }
              },
              "argument": {
                "type": "LogicalExpression",
                "start": 8450,
                "end": 8550,
                "loc": {
                  "start": {
                    "line": 281,
                    "column": 9
                  },
                  "end": {
                    "line": 281,
                    "column": 109
                  }
                },
                "left": {
                  "type": "LogicalExpression",
                  "start": 8450,
                  "end": 8505,
                  "loc": {
                    "start": {
                      "line": 281,
                      "column": 9
                    },
                    "end": {
                      "line": 281,
                      "column": 64
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 8450,
                    "end": 8475,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 9
                      },
                      "end": {
                        "line": 281,
                        "column": 34
                      }
                    },
                    "left": {
                      "type": "UnaryExpression",
                      "start": 8450,
                      "end": 8462,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 9
                        },
                        "end": {
                          "line": 281,
                          "column": 21
                        }
                      },
                      "operator": "typeof",
                      "prefix": true,
                      "argument": {
                        "type": "Identifier",
                        "start": 8457,
                        "end": 8462,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 16
                          },
                          "end": {
                            "line": 281,
                            "column": 21
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "operator": "===",
                    "right": {
                      "type": "StringLiteral",
                      "start": 8467,
                      "end": 8475,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 26
                        },
                        "end": {
                          "line": 281,
                          "column": 34
                        }
                      },
                      "extra": {
                        "rawValue": "string",
                        "raw": "'string'"
                      },
                      "value": "string"
                    }
                  },
                  "operator": "&&",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 8479,
                    "end": 8505,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 38
                      },
                      "end": {
                        "line": 281,
                        "column": 64
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 8479,
                      "end": 8497,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 38
                        },
                        "end": {
                          "line": 281,
                          "column": 56
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8479,
                        "end": 8491,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 38
                          },
                          "end": {
                            "line": 281,
                            "column": 50
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8479,
                          "end": 8484,
                          "loc": {
                            "start": {
                              "line": 281,
                              "column": 38
                            },
                            "end": {
                              "line": 281,
                              "column": 43
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8485,
                          "end": 8491,
                          "loc": {
                            "start": {
                              "line": 281,
                              "column": 44
                            },
                            "end": {
                              "line": 281,
                              "column": 50
                            },
                            "identifierName": "substr"
                          },
                          "name": "substr"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 8492,
                          "end": 8493,
                          "loc": {
                            "start": {
                              "line": 281,
                              "column": 51
                            },
                            "end": {
                              "line": 281,
                              "column": 52
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 8495,
                          "end": 8496,
                          "loc": {
                            "start": {
                              "line": 281,
                              "column": 54
                            },
                            "end": {
                              "line": 281,
                              "column": 55
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        }
                      ]
                    },
                    "operator": "===",
                    "right": {
                      "type": "StringLiteral",
                      "start": 8502,
                      "end": 8505,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 61
                        },
                        "end": {
                          "line": 281,
                          "column": 64
                        }
                      },
                      "extra": {
                        "rawValue": "$",
                        "raw": "'$'"
                      },
                      "value": "$"
                    }
                  }
                },
                "operator": "&&",
                "right": {
                  "type": "BinaryExpression",
                  "start": 8509,
                  "end": 8550,
                  "loc": {
                    "start": {
                      "line": 281,
                      "column": 68
                    },
                    "end": {
                      "line": 281,
                      "column": 109
                    }
                  },
                  "left": {
                    "type": "CallExpression",
                    "start": 8509,
                    "end": 8542,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 68
                      },
                      "end": {
                        "line": 281,
                        "column": 101
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 8509,
                      "end": 8521,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 68
                        },
                        "end": {
                          "line": 281,
                          "column": 80
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 8509,
                        "end": 8514,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 68
                          },
                          "end": {
                            "line": 281,
                            "column": 73
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 8515,
                        "end": 8521,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 74
                          },
                          "end": {
                            "line": 281,
                            "column": 80
                          },
                          "identifierName": "substr"
                        },
                        "name": "substr"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "BinaryExpression",
                        "start": 8522,
                        "end": 8538,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 81
                          },
                          "end": {
                            "line": 281,
                            "column": 97
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 8522,
                          "end": 8534,
                          "loc": {
                            "start": {
                              "line": 281,
                              "column": 81
                            },
                            "end": {
                              "line": 281,
                              "column": 93
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8522,
                            "end": 8527,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 81
                              },
                              "end": {
                                "line": 281,
                                "column": 86
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8528,
                            "end": 8534,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 87
                              },
                              "end": {
                                "line": 281,
                                "column": 93
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "-",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 8537,
                          "end": 8538,
                          "loc": {
                            "start": {
                              "line": 281,
                              "column": 96
                            },
                            "end": {
                              "line": 281,
                              "column": 97
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        }
                      },
                      {
                        "type": "NumericLiteral",
                        "start": 8540,
                        "end": 8541,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 99
                          },
                          "end": {
                            "line": 281,
                            "column": 100
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      }
                    ]
                  },
                  "operator": "===",
                  "right": {
                    "type": "StringLiteral",
                    "start": 8547,
                    "end": 8550,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 106
                      },
                      "end": {
                        "line": 281,
                        "column": 109
                      }
                    },
                    "extra": {
                      "rawValue": "$",
                      "raw": "'$'"
                    },
                    "value": "$"
                  }
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 8554,
        "end": 8588,
        "loc": {
          "start": {
            "line": 283,
            "column": 0
          },
          "end": {
            "line": 283,
            "column": 34
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 8554,
          "end": 8587,
          "loc": {
            "start": {
              "line": 283,
              "column": 0
            },
            "end": {
              "line": 283,
              "column": 33
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 8554,
            "end": 8573,
            "loc": {
              "start": {
                "line": 283,
                "column": 0
              },
              "end": {
                "line": 283,
                "column": 19
              }
            },
            "object": {
              "type": "Identifier",
              "start": 8554,
              "end": 8561,
              "loc": {
                "start": {
                  "line": 283,
                  "column": 0
                },
                "end": {
                  "line": 283,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 8562,
              "end": 8573,
              "loc": {
                "start": {
                  "line": 283,
                  "column": 8
                },
                "end": {
                  "line": 283,
                  "column": 19
                },
                "identifierName": "isColString"
              },
              "name": "isColString"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 8576,
            "end": 8587,
            "loc": {
              "start": {
                "line": 283,
                "column": 22
              },
              "end": {
                "line": 283,
                "column": 33
              },
              "identifierName": "isColString"
            },
            "name": "isColString"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 8590,
        "end": 8986,
        "loc": {
          "start": {
            "line": 285,
            "column": 0
          },
          "end": {
            "line": 299,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 8599,
          "end": 8617,
          "loc": {
            "start": {
              "line": 285,
              "column": 9
            },
            "end": {
              "line": 285,
              "column": 27
            },
            "identifierName": "argsArePrimaryKeys"
          },
          "name": "argsArePrimaryKeys"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 8618,
            "end": 8622,
            "loc": {
              "start": {
                "line": 285,
                "column": 28
              },
              "end": {
                "line": 285,
                "column": 32
              },
              "identifierName": "args"
            },
            "name": "args"
          },
          {
            "type": "Identifier",
            "start": 8624,
            "end": 8635,
            "loc": {
              "start": {
                "line": 285,
                "column": 34
              },
              "end": {
                "line": 285,
                "column": 45
              },
              "identifierName": "primaryKeys"
            },
            "name": "primaryKeys"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 8637,
          "end": 8986,
          "loc": {
            "start": {
              "line": 285,
              "column": 47
            },
            "end": {
              "line": 299,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 8641,
              "end": 8704,
              "loc": {
                "start": {
                  "line": 286,
                  "column": 2
                },
                "end": {
                  "line": 286,
                  "column": 65
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 8645,
                  "end": 8703,
                  "loc": {
                    "start": {
                      "line": 286,
                      "column": 6
                    },
                    "end": {
                      "line": 286,
                      "column": 64
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 8645,
                    "end": 8651,
                    "loc": {
                      "start": {
                        "line": 286,
                        "column": 6
                      },
                      "end": {
                        "line": 286,
                        "column": 12
                      },
                      "identifierName": "result"
                    },
                    "name": "result"
                  },
                  "init": {
                    "type": "BinaryExpression",
                    "start": 8655,
                    "end": 8702,
                    "loc": {
                      "start": {
                        "line": 286,
                        "column": 16
                      },
                      "end": {
                        "line": 286,
                        "column": 63
                      }
                    },
                    "left": {
                      "type": "MemberExpression",
                      "start": 8655,
                      "end": 8666,
                      "loc": {
                        "start": {
                          "line": 286,
                          "column": 16
                        },
                        "end": {
                          "line": 286,
                          "column": 27
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 8655,
                        "end": 8659,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 16
                          },
                          "end": {
                            "line": 286,
                            "column": 20
                          },
                          "identifierName": "args"
                        },
                        "name": "args"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 8660,
                        "end": 8666,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 21
                          },
                          "end": {
                            "line": 286,
                            "column": 27
                          },
                          "identifierName": "length"
                        },
                        "name": "length"
                      },
                      "computed": false
                    },
                    "operator": "===",
                    "right": {
                      "type": "MemberExpression",
                      "start": 8671,
                      "end": 8702,
                      "loc": {
                        "start": {
                          "line": 286,
                          "column": 32
                        },
                        "end": {
                          "line": 286,
                          "column": 63
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 8671,
                        "end": 8695,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 32
                          },
                          "end": {
                            "line": 286,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8671,
                          "end": 8682,
                          "loc": {
                            "start": {
                              "line": 286,
                              "column": 32
                            },
                            "end": {
                              "line": 286,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8671,
                            "end": 8677,
                            "loc": {
                              "start": {
                                "line": 286,
                                "column": 32
                              },
                              "end": {
                                "line": 286,
                                "column": 38
                              },
                              "identifierName": "Object"
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8678,
                            "end": 8682,
                            "loc": {
                              "start": {
                                "line": 286,
                                "column": 39
                              },
                              "end": {
                                "line": 286,
                                "column": 43
                              },
                              "identifierName": "keys"
                            },
                            "name": "keys"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 8683,
                            "end": 8694,
                            "loc": {
                              "start": {
                                "line": 286,
                                "column": 44
                              },
                              "end": {
                                "line": 286,
                                "column": 55
                              },
                              "identifierName": "primaryKeys"
                            },
                            "name": "primaryKeys"
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 8696,
                        "end": 8702,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 57
                          },
                          "end": {
                            "line": 286,
                            "column": 63
                          },
                          "identifierName": "length"
                        },
                        "name": "length"
                      },
                      "computed": false
                    },
                    "extra": {
                      "parenthesized": true,
                      "parenStart": 8654
                    }
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "IfStatement",
              "start": 8707,
              "end": 8967,
              "loc": {
                "start": {
                  "line": 287,
                  "column": 2
                },
                "end": {
                  "line": 297,
                  "column": 3
                }
              },
              "test": {
                "type": "Identifier",
                "start": 8711,
                "end": 8717,
                "loc": {
                  "start": {
                    "line": 287,
                    "column": 6
                  },
                  "end": {
                    "line": 287,
                    "column": 12
                  },
                  "identifierName": "result"
                },
                "name": "result"
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 8719,
                "end": 8967,
                "loc": {
                  "start": {
                    "line": 287,
                    "column": 14
                  },
                  "end": {
                    "line": 297,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 8725,
                    "end": 8963,
                    "loc": {
                      "start": {
                        "line": 288,
                        "column": 4
                      },
                      "end": {
                        "line": 296,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 8725,
                      "end": 8962,
                      "loc": {
                        "start": {
                          "line": 288,
                          "column": 4
                        },
                        "end": {
                          "line": 296,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8725,
                        "end": 8731,
                        "loc": {
                          "start": {
                            "line": 288,
                            "column": 4
                          },
                          "end": {
                            "line": 288,
                            "column": 10
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8725,
                          "end": 8726,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 4
                            },
                            "end": {
                              "line": 288,
                              "column": 5
                            },
                            "identifierName": "_"
                          },
                          "name": "_"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8727,
                          "end": 8731,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 6
                            },
                            "end": {
                              "line": 288,
                              "column": 10
                            },
                            "identifierName": "each"
                          },
                          "name": "each"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 8732,
                          "end": 8736,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 11
                            },
                            "end": {
                              "line": 288,
                              "column": 15
                            },
                            "identifierName": "args"
                          },
                          "name": "args"
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 8738,
                          "end": 8961,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 17
                            },
                            "end": {
                              "line": 296,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 8738,
                              "end": 8741,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 17
                                },
                                "end": {
                                  "line": 288,
                                  "column": 20
                                },
                                "identifierName": "arg"
                              },
                              "name": "arg"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 8745,
                            "end": 8961,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 24
                              },
                              "end": {
                                "line": 296,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 8753,
                                "end": 8955,
                                "loc": {
                                  "start": {
                                    "line": 289,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 295,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 8757,
                                  "end": 8763,
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 289,
                                      "column": 16
                                    },
                                    "identifierName": "result"
                                  },
                                  "name": "result"
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 8765,
                                  "end": 8955,
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 295,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 8775,
                                      "end": 8947,
                                      "loc": {
                                        "start": {
                                          "line": 290,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 294,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 8779,
                                        "end": 8826,
                                        "loc": {
                                          "start": {
                                            "line": 290,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 290,
                                            "column": 59
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 8779,
                                          "end": 8819,
                                          "loc": {
                                            "start": {
                                              "line": 290,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 290,
                                              "column": 52
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8779,
                                            "end": 8807,
                                            "loc": {
                                              "start": {
                                                "line": 290,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 290,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "ArrayExpression",
                                              "start": 8779,
                                              "end": 8799,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 32
                                                }
                                              },
                                              "elements": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 8780,
                                                  "end": 8788,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 21
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "number",
                                                    "raw": "'number'"
                                                  },
                                                  "value": "number"
                                                },
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 8790,
                                                  "end": 8798,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 31
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "string",
                                                    "raw": "'string'"
                                                  },
                                                  "value": "string"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8800,
                                              "end": 8807,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 40
                                                },
                                                "identifierName": "indexOf"
                                              },
                                              "name": "indexOf"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "UnaryExpression",
                                              "start": 8808,
                                              "end": 8818,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 51
                                                }
                                              },
                                              "operator": "typeof",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 8815,
                                                "end": 8818,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 51
                                                  },
                                                  "identifierName": "arg"
                                                },
                                                "name": "arg"
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            }
                                          ]
                                        },
                                        "operator": "!==",
                                        "right": {
                                          "type": "UnaryExpression",
                                          "start": 8824,
                                          "end": 8826,
                                          "loc": {
                                            "start": {
                                              "line": 290,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 290,
                                              "column": 59
                                            }
                                          },
                                          "operator": "-",
                                          "prefix": true,
                                          "argument": {
                                            "type": "NumericLiteral",
                                            "start": 8825,
                                            "end": 8826,
                                            "loc": {
                                              "start": {
                                                "line": 290,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 290,
                                                "column": 59
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 8828,
                                        "end": 8864,
                                        "loc": {
                                          "start": {
                                            "line": 290,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 292,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 8840,
                                            "end": 8854,
                                            "loc": {
                                              "start": {
                                                "line": 291,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 291,
                                                "column": 24
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 8840,
                                              "end": 8853,
                                              "loc": {
                                                "start": {
                                                  "line": 291,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 291,
                                                  "column": 23
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 8840,
                                                "end": 8846,
                                                "loc": {
                                                  "start": {
                                                    "line": 291,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 291,
                                                    "column": 16
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              },
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 8849,
                                                "end": 8853,
                                                "loc": {
                                                  "start": {
                                                    "line": 291,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 291,
                                                    "column": 23
                                                  }
                                                },
                                                "value": true
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "BlockStatement",
                                        "start": 8870,
                                        "end": 8947,
                                        "loc": {
                                          "start": {
                                            "line": 292,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 294,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 8882,
                                            "end": 8937,
                                            "loc": {
                                              "start": {
                                                "line": 293,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 293,
                                                "column": 65
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 8882,
                                              "end": 8936,
                                              "loc": {
                                                "start": {
                                                  "line": 293,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 293,
                                                  "column": 64
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 8882,
                                                "end": 8888,
                                                "loc": {
                                                  "start": {
                                                    "line": 293,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 293,
                                                    "column": 16
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              },
                                              "right": {
                                                "type": "LogicalExpression",
                                                "start": 8891,
                                                "end": 8936,
                                                "loc": {
                                                  "start": {
                                                    "line": 293,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 293,
                                                    "column": 64
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 8892,
                                                  "end": 8911,
                                                  "loc": {
                                                    "start": {
                                                      "line": 293,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 293,
                                                      "column": 39
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 8892,
                                                    "end": 8895,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 23
                                                      },
                                                      "identifierName": "arg"
                                                    },
                                                    "name": "arg"
                                                  },
                                                  "operator": "instanceof",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 8907,
                                                    "end": 8911,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 39
                                                      },
                                                      "identifierName": "Date"
                                                    },
                                                    "name": "Date"
                                                  },
                                                  "extra": {
                                                    "parenthesized": true,
                                                    "parenStart": 8891
                                                  }
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 8916,
                                                  "end": 8936,
                                                  "loc": {
                                                    "start": {
                                                      "line": 293,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 293,
                                                      "column": 64
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 8916,
                                                    "end": 8931,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 59
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 8916,
                                                      "end": 8922,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 50
                                                        },
                                                        "identifierName": "Buffer"
                                                      },
                                                      "name": "Buffer"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 8923,
                                                      "end": 8931,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 59
                                                        },
                                                        "identifierName": "isBuffer"
                                                      },
                                                      "name": "isBuffer"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 8932,
                                                      "end": 8935,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 63
                                                        },
                                                        "identifierName": "arg"
                                                      },
                                                      "name": "arg"
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 8970,
              "end": 8984,
              "loc": {
                "start": {
                  "line": 298,
                  "column": 2
                },
                "end": {
                  "line": 298,
                  "column": 16
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 8977,
                "end": 8983,
                "loc": {
                  "start": {
                    "line": 298,
                    "column": 9
                  },
                  "end": {
                    "line": 298,
                    "column": 15
                  },
                  "identifierName": "result"
                },
                "name": "result"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 8987,
        "end": 9035,
        "loc": {
          "start": {
            "line": 300,
            "column": 0
          },
          "end": {
            "line": 300,
            "column": 48
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 8987,
          "end": 9034,
          "loc": {
            "start": {
              "line": 300,
              "column": 0
            },
            "end": {
              "line": 300,
              "column": 47
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 8987,
            "end": 9013,
            "loc": {
              "start": {
                "line": 300,
                "column": 0
              },
              "end": {
                "line": 300,
                "column": 26
              }
            },
            "object": {
              "type": "Identifier",
              "start": 8987,
              "end": 8994,
              "loc": {
                "start": {
                  "line": 300,
                  "column": 0
                },
                "end": {
                  "line": 300,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 8995,
              "end": 9013,
              "loc": {
                "start": {
                  "line": 300,
                  "column": 8
                },
                "end": {
                  "line": 300,
                  "column": 26
                },
                "identifierName": "argsArePrimaryKeys"
              },
              "name": "argsArePrimaryKeys"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 9016,
            "end": 9034,
            "loc": {
              "start": {
                "line": 300,
                "column": 29
              },
              "end": {
                "line": 300,
                "column": 47
              },
              "identifierName": "argsArePrimaryKeys"
            },
            "name": "argsArePrimaryKeys"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 9037,
        "end": 9230,
        "loc": {
          "start": {
            "line": 302,
            "column": 0
          },
          "end": {
            "line": 310,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 9046,
          "end": 9064,
          "loc": {
            "start": {
              "line": 302,
              "column": 9
            },
            "end": {
              "line": 302,
              "column": 27
            },
            "identifierName": "canTreatArrayAsAnd"
          },
          "name": "canTreatArrayAsAnd"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 9065,
            "end": 9068,
            "loc": {
              "start": {
                "line": 302,
                "column": 28
              },
              "end": {
                "line": 302,
                "column": 31
              },
              "identifierName": "arr"
            },
            "name": "arr"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 9070,
          "end": 9230,
          "loc": {
            "start": {
              "line": 302,
              "column": 33
            },
            "end": {
              "line": 310,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 9074,
              "end": 9228,
              "loc": {
                "start": {
                  "line": 303,
                  "column": 2
                },
                "end": {
                  "line": 309,
                  "column": 12
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 9081,
                "end": 9227,
                "loc": {
                  "start": {
                    "line": 303,
                    "column": 9
                  },
                  "end": {
                    "line": 309,
                    "column": 11
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 9081,
                  "end": 9091,
                  "loc": {
                    "start": {
                      "line": 303,
                      "column": 9
                    },
                    "end": {
                      "line": 303,
                      "column": 19
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 9081,
                    "end": 9084,
                    "loc": {
                      "start": {
                        "line": 303,
                        "column": 9
                      },
                      "end": {
                        "line": 303,
                        "column": 12
                      },
                      "identifierName": "arr"
                    },
                    "name": "arr"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 9085,
                    "end": 9091,
                    "loc": {
                      "start": {
                        "line": 303,
                        "column": 13
                      },
                      "end": {
                        "line": 303,
                        "column": 19
                      },
                      "identifierName": "reduce"
                    },
                    "name": "reduce"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "ArrowFunctionExpression",
                    "start": 9092,
                    "end": 9219,
                    "loc": {
                      "start": {
                        "line": 303,
                        "column": 20
                      },
                      "end": {
                        "line": 309,
                        "column": 3
                      }
                    },
                    "id": null,
                    "generator": false,
                    "expression": false,
                    "async": false,
                    "params": [
                      {
                        "type": "Identifier",
                        "start": 9093,
                        "end": 9103,
                        "loc": {
                          "start": {
                            "line": 303,
                            "column": 21
                          },
                          "end": {
                            "line": 303,
                            "column": 31
                          },
                          "identifierName": "treatAsAnd"
                        },
                        "name": "treatAsAnd"
                      },
                      {
                        "type": "Identifier",
                        "start": 9105,
                        "end": 9108,
                        "loc": {
                          "start": {
                            "line": 303,
                            "column": 33
                          },
                          "end": {
                            "line": 303,
                            "column": 36
                          },
                          "identifierName": "arg"
                        },
                        "name": "arg"
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "start": 9113,
                      "end": 9219,
                      "loc": {
                        "start": {
                          "line": 303,
                          "column": 41
                        },
                        "end": {
                          "line": 309,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 9119,
                          "end": 9215,
                          "loc": {
                            "start": {
                              "line": 304,
                              "column": 4
                            },
                            "end": {
                              "line": 308,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "Identifier",
                            "start": 9123,
                            "end": 9133,
                            "loc": {
                              "start": {
                                "line": 304,
                                "column": 8
                              },
                              "end": {
                                "line": 304,
                                "column": 18
                              },
                              "identifierName": "treatAsAnd"
                            },
                            "name": "treatAsAnd"
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 9135,
                            "end": 9167,
                            "loc": {
                              "start": {
                                "line": 304,
                                "column": 20
                              },
                              "end": {
                                "line": 306,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 9143,
                                "end": 9161,
                                "loc": {
                                  "start": {
                                    "line": 305,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 305,
                                    "column": 24
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 9150,
                                  "end": 9160,
                                  "loc": {
                                    "start": {
                                      "line": 305,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 305,
                                      "column": 23
                                    },
                                    "identifierName": "treatAsAnd"
                                  },
                                  "name": "treatAsAnd"
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "BlockStatement",
                            "start": 9173,
                            "end": 9215,
                            "loc": {
                              "start": {
                                "line": 306,
                                "column": 11
                              },
                              "end": {
                                "line": 308,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 9181,
                                "end": 9209,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 34
                                  }
                                },
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 9188,
                                  "end": 9208,
                                  "loc": {
                                    "start": {
                                      "line": 307,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 307,
                                      "column": 33
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9188,
                                    "end": 9203,
                                    "loc": {
                                      "start": {
                                        "line": 307,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 307,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9188,
                                      "end": 9189,
                                      "loc": {
                                        "start": {
                                          "line": 307,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 307,
                                          "column": 14
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9190,
                                      "end": 9203,
                                      "loc": {
                                        "start": {
                                          "line": 307,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 307,
                                          "column": 28
                                        },
                                        "identifierName": "isPlainObject"
                                      },
                                      "name": "isPlainObject"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 9204,
                                      "end": 9207,
                                      "loc": {
                                        "start": {
                                          "line": 307,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 307,
                                          "column": 32
                                        },
                                        "identifierName": "arg"
                                      },
                                      "name": "arg"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "BooleanLiteral",
                    "start": 9221,
                    "end": 9226,
                    "loc": {
                      "start": {
                        "line": 309,
                        "column": 5
                      },
                      "end": {
                        "line": 309,
                        "column": 10
                      }
                    },
                    "value": false
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 9231,
        "end": 9279,
        "loc": {
          "start": {
            "line": 311,
            "column": 0
          },
          "end": {
            "line": 311,
            "column": 48
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 9231,
          "end": 9278,
          "loc": {
            "start": {
              "line": 311,
              "column": 0
            },
            "end": {
              "line": 311,
              "column": 47
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 9231,
            "end": 9257,
            "loc": {
              "start": {
                "line": 311,
                "column": 0
              },
              "end": {
                "line": 311,
                "column": 26
              }
            },
            "object": {
              "type": "Identifier",
              "start": 9231,
              "end": 9238,
              "loc": {
                "start": {
                  "line": 311,
                  "column": 0
                },
                "end": {
                  "line": 311,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 9239,
              "end": 9257,
              "loc": {
                "start": {
                  "line": 311,
                  "column": 8
                },
                "end": {
                  "line": 311,
                  "column": 26
                },
                "identifierName": "canTreatArrayAsAnd"
              },
              "name": "canTreatArrayAsAnd"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 9260,
            "end": 9278,
            "loc": {
              "start": {
                "line": 311,
                "column": 29
              },
              "end": {
                "line": 311,
                "column": 47
              },
              "identifierName": "canTreatArrayAsAnd"
            },
            "name": "canTreatArrayAsAnd"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 9281,
        "end": 9455,
        "loc": {
          "start": {
            "line": 313,
            "column": 0
          },
          "end": {
            "line": 315,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 9290,
          "end": 9307,
          "loc": {
            "start": {
              "line": 313,
              "column": 9
            },
            "end": {
              "line": 313,
              "column": 26
            },
            "identifierName": "combineTableNames"
          },
          "name": "combineTableNames"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 9308,
            "end": 9318,
            "loc": {
              "start": {
                "line": 313,
                "column": 27
              },
              "end": {
                "line": 313,
                "column": 37
              },
              "identifierName": "tableName1"
            },
            "name": "tableName1"
          },
          {
            "type": "Identifier",
            "start": 9320,
            "end": 9330,
            "loc": {
              "start": {
                "line": 313,
                "column": 39
              },
              "end": {
                "line": 313,
                "column": 49
              },
              "identifierName": "tableName2"
            },
            "name": "tableName2"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 9332,
          "end": 9455,
          "loc": {
            "start": {
              "line": 313,
              "column": 51
            },
            "end": {
              "line": 315,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 9336,
              "end": 9453,
              "loc": {
                "start": {
                  "line": 314,
                  "column": 2
                },
                "end": {
                  "line": 314,
                  "column": 119
                }
              },
              "argument": {
                "type": "ConditionalExpression",
                "start": 9343,
                "end": 9452,
                "loc": {
                  "start": {
                    "line": 314,
                    "column": 9
                  },
                  "end": {
                    "line": 314,
                    "column": 118
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 9344,
                  "end": 9395,
                  "loc": {
                    "start": {
                      "line": 314,
                      "column": 10
                    },
                    "end": {
                      "line": 314,
                      "column": 61
                    }
                  },
                  "left": {
                    "type": "CallExpression",
                    "start": 9344,
                    "end": 9368,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 10
                      },
                      "end": {
                        "line": 314,
                        "column": 34
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 9344,
                      "end": 9366,
                      "loc": {
                        "start": {
                          "line": 314,
                          "column": 10
                        },
                        "end": {
                          "line": 314,
                          "column": 32
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 9344,
                        "end": 9354,
                        "loc": {
                          "start": {
                            "line": 314,
                            "column": 10
                          },
                          "end": {
                            "line": 314,
                            "column": 20
                          },
                          "identifierName": "tableName1"
                        },
                        "name": "tableName1"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 9355,
                        "end": 9366,
                        "loc": {
                          "start": {
                            "line": 314,
                            "column": 21
                          },
                          "end": {
                            "line": 314,
                            "column": 32
                          },
                          "identifierName": "toLowerCase"
                        },
                        "name": "toLowerCase"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "operator": "<",
                  "right": {
                    "type": "CallExpression",
                    "start": 9371,
                    "end": 9395,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 37
                      },
                      "end": {
                        "line": 314,
                        "column": 61
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 9371,
                      "end": 9393,
                      "loc": {
                        "start": {
                          "line": 314,
                          "column": 37
                        },
                        "end": {
                          "line": 314,
                          "column": 59
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 9371,
                        "end": 9381,
                        "loc": {
                          "start": {
                            "line": 314,
                            "column": 37
                          },
                          "end": {
                            "line": 314,
                            "column": 47
                          },
                          "identifierName": "tableName2"
                        },
                        "name": "tableName2"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 9382,
                        "end": 9393,
                        "loc": {
                          "start": {
                            "line": 314,
                            "column": 48
                          },
                          "end": {
                            "line": 314,
                            "column": 59
                          },
                          "identifierName": "toLowerCase"
                        },
                        "name": "toLowerCase"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "extra": {
                    "parenthesized": true,
                    "parenStart": 9343
                  }
                },
                "consequent": {
                  "type": "BinaryExpression",
                  "start": 9400,
                  "end": 9423,
                  "loc": {
                    "start": {
                      "line": 314,
                      "column": 66
                    },
                    "end": {
                      "line": 314,
                      "column": 89
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 9400,
                    "end": 9410,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 66
                      },
                      "end": {
                        "line": 314,
                        "column": 76
                      },
                      "identifierName": "tableName1"
                    },
                    "name": "tableName1"
                  },
                  "operator": "+",
                  "right": {
                    "type": "Identifier",
                    "start": 9413,
                    "end": 9423,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 79
                      },
                      "end": {
                        "line": 314,
                        "column": 89
                      },
                      "identifierName": "tableName2"
                    },
                    "name": "tableName2"
                  },
                  "extra": {
                    "parenthesized": true,
                    "parenStart": 9399
                  }
                },
                "alternate": {
                  "type": "BinaryExpression",
                  "start": 9428,
                  "end": 9451,
                  "loc": {
                    "start": {
                      "line": 314,
                      "column": 94
                    },
                    "end": {
                      "line": 314,
                      "column": 117
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 9428,
                    "end": 9438,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 94
                      },
                      "end": {
                        "line": 314,
                        "column": 104
                      },
                      "identifierName": "tableName2"
                    },
                    "name": "tableName2"
                  },
                  "operator": "+",
                  "right": {
                    "type": "Identifier",
                    "start": 9441,
                    "end": 9451,
                    "loc": {
                      "start": {
                        "line": 314,
                        "column": 107
                      },
                      "end": {
                        "line": 314,
                        "column": 117
                      },
                      "identifierName": "tableName1"
                    },
                    "name": "tableName1"
                  },
                  "extra": {
                    "parenthesized": true,
                    "parenStart": 9427
                  }
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 9456,
        "end": 9502,
        "loc": {
          "start": {
            "line": 316,
            "column": 0
          },
          "end": {
            "line": 316,
            "column": 46
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 9456,
          "end": 9501,
          "loc": {
            "start": {
              "line": 316,
              "column": 0
            },
            "end": {
              "line": 316,
              "column": 45
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 9456,
            "end": 9481,
            "loc": {
              "start": {
                "line": 316,
                "column": 0
              },
              "end": {
                "line": 316,
                "column": 25
              }
            },
            "object": {
              "type": "Identifier",
              "start": 9456,
              "end": 9463,
              "loc": {
                "start": {
                  "line": 316,
                  "column": 0
                },
                "end": {
                  "line": 316,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 9464,
              "end": 9481,
              "loc": {
                "start": {
                  "line": 316,
                  "column": 8
                },
                "end": {
                  "line": 316,
                  "column": 25
                },
                "identifierName": "combineTableNames"
              },
              "name": "combineTableNames"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 9484,
            "end": 9501,
            "loc": {
              "start": {
                "line": 316,
                "column": 28
              },
              "end": {
                "line": 316,
                "column": 45
              },
              "identifierName": "combineTableNames"
            },
            "name": "combineTableNames"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 9504,
        "end": 9571,
        "loc": {
          "start": {
            "line": 318,
            "column": 0
          },
          "end": {
            "line": 320,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 9513,
          "end": 9524,
          "loc": {
            "start": {
              "line": 318,
              "column": 9
            },
            "end": {
              "line": 318,
              "column": 20
            },
            "identifierName": "singularize"
          },
          "name": "singularize"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 9525,
            "end": 9528,
            "loc": {
              "start": {
                "line": 318,
                "column": 21
              },
              "end": {
                "line": 318,
                "column": 24
              },
              "identifierName": "str"
            },
            "name": "str"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 9530,
          "end": 9571,
          "loc": {
            "start": {
              "line": 318,
              "column": 26
            },
            "end": {
              "line": 320,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 9534,
              "end": 9569,
              "loc": {
                "start": {
                  "line": 319,
                  "column": 2
                },
                "end": {
                  "line": 319,
                  "column": 37
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 9541,
                "end": 9568,
                "loc": {
                  "start": {
                    "line": 319,
                    "column": 9
                  },
                  "end": {
                    "line": 319,
                    "column": 36
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 9541,
                  "end": 9563,
                  "loc": {
                    "start": {
                      "line": 319,
                      "column": 9
                    },
                    "end": {
                      "line": 319,
                      "column": 31
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 9541,
                    "end": 9551,
                    "loc": {
                      "start": {
                        "line": 319,
                        "column": 9
                      },
                      "end": {
                        "line": 319,
                        "column": 19
                      },
                      "identifierName": "inflection"
                    },
                    "name": "inflection"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 9552,
                    "end": 9563,
                    "loc": {
                      "start": {
                        "line": 319,
                        "column": 20
                      },
                      "end": {
                        "line": 319,
                        "column": 31
                      },
                      "identifierName": "singularize"
                    },
                    "name": "singularize"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 9564,
                    "end": 9567,
                    "loc": {
                      "start": {
                        "line": 319,
                        "column": 32
                      },
                      "end": {
                        "line": 319,
                        "column": 35
                      },
                      "identifierName": "str"
                    },
                    "name": "str"
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 9572,
        "end": 9606,
        "loc": {
          "start": {
            "line": 321,
            "column": 0
          },
          "end": {
            "line": 321,
            "column": 34
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 9572,
          "end": 9605,
          "loc": {
            "start": {
              "line": 321,
              "column": 0
            },
            "end": {
              "line": 321,
              "column": 33
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 9572,
            "end": 9591,
            "loc": {
              "start": {
                "line": 321,
                "column": 0
              },
              "end": {
                "line": 321,
                "column": 19
              }
            },
            "object": {
              "type": "Identifier",
              "start": 9572,
              "end": 9579,
              "loc": {
                "start": {
                  "line": 321,
                  "column": 0
                },
                "end": {
                  "line": 321,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 9580,
              "end": 9591,
              "loc": {
                "start": {
                  "line": 321,
                  "column": 8
                },
                "end": {
                  "line": 321,
                  "column": 19
                },
                "identifierName": "singularize"
              },
              "name": "singularize"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 9594,
            "end": 9605,
            "loc": {
              "start": {
                "line": 321,
                "column": 22
              },
              "end": {
                "line": 321,
                "column": 33
              },
              "identifierName": "singularize"
            },
            "name": "singularize"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 9608,
        "end": 9671,
        "loc": {
          "start": {
            "line": 323,
            "column": 0
          },
          "end": {
            "line": 325,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 9617,
          "end": 9626,
          "loc": {
            "start": {
              "line": 323,
              "column": 9
            },
            "end": {
              "line": 323,
              "column": 18
            },
            "identifierName": "pluralize"
          },
          "name": "pluralize"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 9627,
            "end": 9630,
            "loc": {
              "start": {
                "line": 323,
                "column": 19
              },
              "end": {
                "line": 323,
                "column": 22
              },
              "identifierName": "str"
            },
            "name": "str"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 9632,
          "end": 9671,
          "loc": {
            "start": {
              "line": 323,
              "column": 24
            },
            "end": {
              "line": 325,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 9636,
              "end": 9669,
              "loc": {
                "start": {
                  "line": 324,
                  "column": 2
                },
                "end": {
                  "line": 324,
                  "column": 35
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 9643,
                "end": 9668,
                "loc": {
                  "start": {
                    "line": 324,
                    "column": 9
                  },
                  "end": {
                    "line": 324,
                    "column": 34
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 9643,
                  "end": 9663,
                  "loc": {
                    "start": {
                      "line": 324,
                      "column": 9
                    },
                    "end": {
                      "line": 324,
                      "column": 29
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 9643,
                    "end": 9653,
                    "loc": {
                      "start": {
                        "line": 324,
                        "column": 9
                      },
                      "end": {
                        "line": 324,
                        "column": 19
                      },
                      "identifierName": "inflection"
                    },
                    "name": "inflection"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 9654,
                    "end": 9663,
                    "loc": {
                      "start": {
                        "line": 324,
                        "column": 20
                      },
                      "end": {
                        "line": 324,
                        "column": 29
                      },
                      "identifierName": "pluralize"
                    },
                    "name": "pluralize"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 9664,
                    "end": 9667,
                    "loc": {
                      "start": {
                        "line": 324,
                        "column": 30
                      },
                      "end": {
                        "line": 324,
                        "column": 33
                      },
                      "identifierName": "str"
                    },
                    "name": "str"
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 9672,
        "end": 9702,
        "loc": {
          "start": {
            "line": 326,
            "column": 0
          },
          "end": {
            "line": 326,
            "column": 30
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 9672,
          "end": 9701,
          "loc": {
            "start": {
              "line": 326,
              "column": 0
            },
            "end": {
              "line": 326,
              "column": 29
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 9672,
            "end": 9689,
            "loc": {
              "start": {
                "line": 326,
                "column": 0
              },
              "end": {
                "line": 326,
                "column": 17
              }
            },
            "object": {
              "type": "Identifier",
              "start": 9672,
              "end": 9679,
              "loc": {
                "start": {
                  "line": 326,
                  "column": 0
                },
                "end": {
                  "line": 326,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 9680,
              "end": 9689,
              "loc": {
                "start": {
                  "line": 326,
                  "column": 8
                },
                "end": {
                  "line": 326,
                  "column": 17
                },
                "identifierName": "pluralize"
              },
              "name": "pluralize"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 9692,
            "end": 9701,
            "loc": {
              "start": {
                "line": 326,
                "column": 20
              },
              "end": {
                "line": 326,
                "column": 29
              },
              "identifierName": "pluralize"
            },
            "name": "pluralize"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 9704,
        "end": 9851,
        "loc": {
          "start": {
            "line": 328,
            "column": 0
          },
          "end": {
            "line": 333,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 9713,
          "end": 9745,
          "loc": {
            "start": {
              "line": 328,
              "column": 9
            },
            "end": {
              "line": 328,
              "column": 41
            },
            "identifierName": "removeCommentsFromFunctionString"
          },
          "name": "removeCommentsFromFunctionString"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 9746,
            "end": 9747,
            "loc": {
              "start": {
                "line": 328,
                "column": 42
              },
              "end": {
                "line": 328,
                "column": 43
              },
              "identifierName": "s"
            },
            "name": "s"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 9749,
          "end": 9851,
          "loc": {
            "start": {
              "line": 328,
              "column": 45
            },
            "end": {
              "line": 333,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 9753,
              "end": 9787,
              "loc": {
                "start": {
                  "line": 329,
                  "column": 2
                },
                "end": {
                  "line": 329,
                  "column": 36
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 9753,
                "end": 9786,
                "loc": {
                  "start": {
                    "line": 329,
                    "column": 2
                  },
                  "end": {
                    "line": 329,
                    "column": 35
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 9753,
                  "end": 9754,
                  "loc": {
                    "start": {
                      "line": 329,
                      "column": 2
                    },
                    "end": {
                      "line": 329,
                      "column": 3
                    },
                    "identifierName": "s"
                  },
                  "name": "s"
                },
                "right": {
                  "type": "CallExpression",
                  "start": 9757,
                  "end": 9786,
                  "loc": {
                    "start": {
                      "line": 329,
                      "column": 6
                    },
                    "end": {
                      "line": 329,
                      "column": 35
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 9757,
                    "end": 9766,
                    "loc": {
                      "start": {
                        "line": 329,
                        "column": 6
                      },
                      "end": {
                        "line": 329,
                        "column": 15
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 9757,
                      "end": 9758,
                      "loc": {
                        "start": {
                          "line": 329,
                          "column": 6
                        },
                        "end": {
                          "line": 329,
                          "column": 7
                        },
                        "identifierName": "s"
                      },
                      "name": "s"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 9759,
                      "end": 9766,
                      "loc": {
                        "start": {
                          "line": 329,
                          "column": 8
                        },
                        "end": {
                          "line": 329,
                          "column": 15
                        },
                        "identifierName": "replace"
                      },
                      "name": "replace"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "RegExpLiteral",
                      "start": 9767,
                      "end": 9781,
                      "loc": {
                        "start": {
                          "line": 329,
                          "column": 16
                        },
                        "end": {
                          "line": 329,
                          "column": 30
                        }
                      },
                      "extra": {
                        "raw": "/\\s*(\\/\\/.*)/g"
                      },
                      "pattern": "\\s*(\\/\\/.*)",
                      "flags": "g"
                    },
                    {
                      "type": "StringLiteral",
                      "start": 9783,
                      "end": 9785,
                      "loc": {
                        "start": {
                          "line": 329,
                          "column": 32
                        },
                        "end": {
                          "line": 329,
                          "column": 34
                        }
                      },
                      "extra": {
                        "rawValue": "",
                        "raw": "''"
                      },
                      "value": ""
                    }
                  ]
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 9790,
              "end": 9836,
              "loc": {
                "start": {
                  "line": 330,
                  "column": 2
                },
                "end": {
                  "line": 330,
                  "column": 48
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 9790,
                "end": 9835,
                "loc": {
                  "start": {
                    "line": 330,
                    "column": 2
                  },
                  "end": {
                    "line": 330,
                    "column": 47
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 9790,
                  "end": 9791,
                  "loc": {
                    "start": {
                      "line": 330,
                      "column": 2
                    },
                    "end": {
                      "line": 330,
                      "column": 3
                    },
                    "identifierName": "s"
                  },
                  "name": "s"
                },
                "right": {
                  "type": "CallExpression",
                  "start": 9794,
                  "end": 9835,
                  "loc": {
                    "start": {
                      "line": 330,
                      "column": 6
                    },
                    "end": {
                      "line": 330,
                      "column": 47
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 9794,
                    "end": 9803,
                    "loc": {
                      "start": {
                        "line": 330,
                        "column": 6
                      },
                      "end": {
                        "line": 330,
                        "column": 15
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 9794,
                      "end": 9795,
                      "loc": {
                        "start": {
                          "line": 330,
                          "column": 6
                        },
                        "end": {
                          "line": 330,
                          "column": 7
                        },
                        "identifierName": "s"
                      },
                      "name": "s"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 9796,
                      "end": 9803,
                      "loc": {
                        "start": {
                          "line": 330,
                          "column": 8
                        },
                        "end": {
                          "line": 330,
                          "column": 15
                        },
                        "identifierName": "replace"
                      },
                      "name": "replace"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "RegExpLiteral",
                      "start": 9804,
                      "end": 9830,
                      "loc": {
                        "start": {
                          "line": 330,
                          "column": 16
                        },
                        "end": {
                          "line": 330,
                          "column": 42
                        }
                      },
                      "extra": {
                        "raw": "/(\\/\\*[\\n\\r\\s\\S]*?\\*\\/)/mg"
                      },
                      "pattern": "(\\/\\*[\\n\\r\\s\\S]*?\\*\\/)",
                      "flags": "mg"
                    },
                    {
                      "type": "StringLiteral",
                      "start": 9832,
                      "end": 9834,
                      "loc": {
                        "start": {
                          "line": 330,
                          "column": 44
                        },
                        "end": {
                          "line": 330,
                          "column": 46
                        }
                      },
                      "extra": {
                        "rawValue": "",
                        "raw": "''"
                      },
                      "value": ""
                    }
                  ]
                }
              }
            },
            {
              "type": "ReturnStatement",
              "start": 9840,
              "end": 9849,
              "loc": {
                "start": {
                  "line": 332,
                  "column": 2
                },
                "end": {
                  "line": 332,
                  "column": 11
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 9847,
                "end": 9848,
                "loc": {
                  "start": {
                    "line": 332,
                    "column": 9
                  },
                  "end": {
                    "line": 332,
                    "column": 10
                  },
                  "identifierName": "s"
                },
                "name": "s"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 9852,
        "end": 9928,
        "loc": {
          "start": {
            "line": 334,
            "column": 0
          },
          "end": {
            "line": 334,
            "column": 76
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 9852,
          "end": 9927,
          "loc": {
            "start": {
              "line": 334,
              "column": 0
            },
            "end": {
              "line": 334,
              "column": 75
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 9852,
            "end": 9892,
            "loc": {
              "start": {
                "line": 334,
                "column": 0
              },
              "end": {
                "line": 334,
                "column": 40
              }
            },
            "object": {
              "type": "Identifier",
              "start": 9852,
              "end": 9859,
              "loc": {
                "start": {
                  "line": 334,
                  "column": 0
                },
                "end": {
                  "line": 334,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 9860,
              "end": 9892,
              "loc": {
                "start": {
                  "line": 334,
                  "column": 8
                },
                "end": {
                  "line": 334,
                  "column": 40
                },
                "identifierName": "removeCommentsFromFunctionString"
              },
              "name": "removeCommentsFromFunctionString"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 9895,
            "end": 9927,
            "loc": {
              "start": {
                "line": 334,
                "column": 43
              },
              "end": {
                "line": 334,
                "column": 75
              },
              "identifierName": "removeCommentsFromFunctionString"
            },
            "name": "removeCommentsFromFunctionString"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 9930,
        "end": 10461,
        "loc": {
          "start": {
            "line": 336,
            "column": 0
          },
          "end": {
            "line": 355,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 9939,
          "end": 9953,
          "loc": {
            "start": {
              "line": 336,
              "column": 9
            },
            "end": {
              "line": 336,
              "column": 23
            },
            "identifierName": "toDefaultValue"
          },
          "name": "toDefaultValue"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 9954,
            "end": 9959,
            "loc": {
              "start": {
                "line": 336,
                "column": 24
              },
              "end": {
                "line": 336,
                "column": 29
              },
              "identifierName": "value"
            },
            "name": "value"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 9961,
          "end": 10461,
          "loc": {
            "start": {
              "line": 336,
              "column": 31
            },
            "end": {
              "line": 355,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 9965,
              "end": 10459,
              "loc": {
                "start": {
                  "line": 337,
                  "column": 2
                },
                "end": {
                  "line": 354,
                  "column": 3
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 9969,
                "end": 9996,
                "loc": {
                  "start": {
                    "line": 337,
                    "column": 6
                  },
                  "end": {
                    "line": 337,
                    "column": 33
                  }
                },
                "left": {
                  "type": "UnaryExpression",
                  "start": 9969,
                  "end": 9981,
                  "loc": {
                    "start": {
                      "line": 337,
                      "column": 6
                    },
                    "end": {
                      "line": 337,
                      "column": 18
                    }
                  },
                  "operator": "typeof",
                  "prefix": true,
                  "argument": {
                    "type": "Identifier",
                    "start": 9976,
                    "end": 9981,
                    "loc": {
                      "start": {
                        "line": 337,
                        "column": 13
                      },
                      "end": {
                        "line": 337,
                        "column": 18
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  "extra": {
                    "parenthesizedArgument": false
                  }
                },
                "operator": "===",
                "right": {
                  "type": "StringLiteral",
                  "start": 9986,
                  "end": 9996,
                  "loc": {
                    "start": {
                      "line": 337,
                      "column": 23
                    },
                    "end": {
                      "line": 337,
                      "column": 33
                    }
                  },
                  "extra": {
                    "rawValue": "function",
                    "raw": "'function'"
                  },
                  "value": "function"
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 9998,
                "end": 10136,
                "loc": {
                  "start": {
                    "line": 337,
                    "column": 35
                  },
                  "end": {
                    "line": 344,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 10004,
                    "end": 10024,
                    "loc": {
                      "start": {
                        "line": 338,
                        "column": 4
                      },
                      "end": {
                        "line": 338,
                        "column": 24
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 10010,
                        "end": 10023,
                        "loc": {
                          "start": {
                            "line": 338,
                            "column": 10
                          },
                          "end": {
                            "line": 338,
                            "column": 23
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 10010,
                          "end": 10013,
                          "loc": {
                            "start": {
                              "line": 338,
                              "column": 10
                            },
                            "end": {
                              "line": 338,
                              "column": 13
                            },
                            "identifierName": "tmp"
                          },
                          "name": "tmp"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 10016,
                          "end": 10023,
                          "loc": {
                            "start": {
                              "line": 338,
                              "column": 16
                            },
                            "end": {
                              "line": 338,
                              "column": 23
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 10016,
                            "end": 10021,
                            "loc": {
                              "start": {
                                "line": 338,
                                "column": 16
                              },
                              "end": {
                                "line": 338,
                                "column": 21
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "IfStatement",
                    "start": 10029,
                    "end": 10132,
                    "loc": {
                      "start": {
                        "line": 339,
                        "column": 4
                      },
                      "end": {
                        "line": 343,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 10033,
                      "end": 10066,
                      "loc": {
                        "start": {
                          "line": 339,
                          "column": 8
                        },
                        "end": {
                          "line": 339,
                          "column": 41
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 10033,
                        "end": 10036,
                        "loc": {
                          "start": {
                            "line": 339,
                            "column": 8
                          },
                          "end": {
                            "line": 339,
                            "column": 11
                          },
                          "identifierName": "tmp"
                        },
                        "name": "tmp"
                      },
                      "operator": "instanceof",
                      "right": {
                        "type": "MemberExpression",
                        "start": 10048,
                        "end": 10066,
                        "loc": {
                          "start": {
                            "line": 339,
                            "column": 23
                          },
                          "end": {
                            "line": 339,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10048,
                          "end": 10057,
                          "loc": {
                            "start": {
                              "line": 339,
                              "column": 23
                            },
                            "end": {
                              "line": 339,
                              "column": 32
                            },
                            "identifierName": "DataTypes"
                          },
                          "name": "DataTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10058,
                          "end": 10066,
                          "loc": {
                            "start": {
                              "line": 339,
                              "column": 33
                            },
                            "end": {
                              "line": 339,
                              "column": 41
                            },
                            "identifierName": "ABSTRACT"
                          },
                          "name": "ABSTRACT"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 10068,
                      "end": 10101,
                      "loc": {
                        "start": {
                          "line": 339,
                          "column": 43
                        },
                        "end": {
                          "line": 341,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 10076,
                          "end": 10095,
                          "loc": {
                            "start": {
                              "line": 340,
                              "column": 6
                            },
                            "end": {
                              "line": 340,
                              "column": 25
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 10083,
                            "end": 10094,
                            "loc": {
                              "start": {
                                "line": 340,
                                "column": 13
                              },
                              "end": {
                                "line": 340,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10083,
                              "end": 10092,
                              "loc": {
                                "start": {
                                  "line": 340,
                                  "column": 13
                                },
                                "end": {
                                  "line": 340,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10083,
                                "end": 10086,
                                "loc": {
                                  "start": {
                                    "line": 340,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 340,
                                    "column": 16
                                  },
                                  "identifierName": "tmp"
                                },
                                "name": "tmp"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10087,
                                "end": 10092,
                                "loc": {
                                  "start": {
                                    "line": 340,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 340,
                                    "column": 22
                                  },
                                  "identifierName": "toSql"
                                },
                                "name": "toSql"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 10107,
                      "end": 10132,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 11
                        },
                        "end": {
                          "line": 343,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 10115,
                          "end": 10126,
                          "loc": {
                            "start": {
                              "line": 342,
                              "column": 6
                            },
                            "end": {
                              "line": 342,
                              "column": 17
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 10122,
                            "end": 10125,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 13
                              },
                              "end": {
                                "line": 342,
                                "column": 16
                              },
                              "identifierName": "tmp"
                            },
                            "name": "tmp"
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              },
              "alternate": {
                "type": "IfStatement",
                "start": 10142,
                "end": 10459,
                "loc": {
                  "start": {
                    "line": 344,
                    "column": 9
                  },
                  "end": {
                    "line": 354,
                    "column": 3
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 10146,
                  "end": 10179,
                  "loc": {
                    "start": {
                      "line": 344,
                      "column": 13
                    },
                    "end": {
                      "line": 344,
                      "column": 46
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 10146,
                    "end": 10151,
                    "loc": {
                      "start": {
                        "line": 344,
                        "column": 13
                      },
                      "end": {
                        "line": 344,
                        "column": 18
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  "operator": "instanceof",
                  "right": {
                    "type": "MemberExpression",
                    "start": 10163,
                    "end": 10179,
                    "loc": {
                      "start": {
                        "line": 344,
                        "column": 30
                      },
                      "end": {
                        "line": 344,
                        "column": 46
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 10163,
                      "end": 10172,
                      "loc": {
                        "start": {
                          "line": 344,
                          "column": 30
                        },
                        "end": {
                          "line": 344,
                          "column": 39
                        },
                        "identifierName": "DataTypes"
                      },
                      "name": "DataTypes"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 10173,
                      "end": 10179,
                      "loc": {
                        "start": {
                          "line": 344,
                          "column": 40
                        },
                        "end": {
                          "line": 344,
                          "column": 46
                        },
                        "identifierName": "UUIDV1"
                      },
                      "name": "UUIDV1"
                    },
                    "computed": false
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 10181,
                  "end": 10208,
                  "loc": {
                    "start": {
                      "line": 344,
                      "column": 48
                    },
                    "end": {
                      "line": 346,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 10187,
                      "end": 10204,
                      "loc": {
                        "start": {
                          "line": 345,
                          "column": 4
                        },
                        "end": {
                          "line": 345,
                          "column": 21
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 10194,
                        "end": 10203,
                        "loc": {
                          "start": {
                            "line": 345,
                            "column": 11
                          },
                          "end": {
                            "line": 345,
                            "column": 20
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10194,
                          "end": 10201,
                          "loc": {
                            "start": {
                              "line": 345,
                              "column": 11
                            },
                            "end": {
                              "line": 345,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10194,
                            "end": 10198,
                            "loc": {
                              "start": {
                                "line": 345,
                                "column": 11
                              },
                              "end": {
                                "line": 345,
                                "column": 15
                              },
                              "identifierName": "uuid"
                            },
                            "name": "uuid"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10199,
                            "end": 10201,
                            "loc": {
                              "start": {
                                "line": 345,
                                "column": 16
                              },
                              "end": {
                                "line": 345,
                                "column": 18
                              },
                              "identifierName": "v1"
                            },
                            "name": "v1"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "IfStatement",
                  "start": 10214,
                  "end": 10459,
                  "loc": {
                    "start": {
                      "line": 346,
                      "column": 9
                    },
                    "end": {
                      "line": 354,
                      "column": 3
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 10218,
                    "end": 10251,
                    "loc": {
                      "start": {
                        "line": 346,
                        "column": 13
                      },
                      "end": {
                        "line": 346,
                        "column": 46
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 10218,
                      "end": 10223,
                      "loc": {
                        "start": {
                          "line": 346,
                          "column": 13
                        },
                        "end": {
                          "line": 346,
                          "column": 18
                        },
                        "identifierName": "value"
                      },
                      "name": "value"
                    },
                    "operator": "instanceof",
                    "right": {
                      "type": "MemberExpression",
                      "start": 10235,
                      "end": 10251,
                      "loc": {
                        "start": {
                          "line": 346,
                          "column": 30
                        },
                        "end": {
                          "line": 346,
                          "column": 46
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 10235,
                        "end": 10244,
                        "loc": {
                          "start": {
                            "line": 346,
                            "column": 30
                          },
                          "end": {
                            "line": 346,
                            "column": 39
                          },
                          "identifierName": "DataTypes"
                        },
                        "name": "DataTypes"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 10245,
                        "end": 10251,
                        "loc": {
                          "start": {
                            "line": 346,
                            "column": 40
                          },
                          "end": {
                            "line": 346,
                            "column": 46
                          },
                          "identifierName": "UUIDV4"
                        },
                        "name": "UUIDV4"
                      },
                      "computed": false
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 10253,
                    "end": 10280,
                    "loc": {
                      "start": {
                        "line": 346,
                        "column": 48
                      },
                      "end": {
                        "line": 348,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 10259,
                        "end": 10276,
                        "loc": {
                          "start": {
                            "line": 347,
                            "column": 4
                          },
                          "end": {
                            "line": 347,
                            "column": 21
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 10266,
                          "end": 10275,
                          "loc": {
                            "start": {
                              "line": 347,
                              "column": 11
                            },
                            "end": {
                              "line": 347,
                              "column": 20
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10266,
                            "end": 10273,
                            "loc": {
                              "start": {
                                "line": 347,
                                "column": 11
                              },
                              "end": {
                                "line": 347,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10266,
                              "end": 10270,
                              "loc": {
                                "start": {
                                  "line": 347,
                                  "column": 11
                                },
                                "end": {
                                  "line": 347,
                                  "column": 15
                                },
                                "identifierName": "uuid"
                              },
                              "name": "uuid"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10271,
                              "end": 10273,
                              "loc": {
                                "start": {
                                  "line": 347,
                                  "column": 16
                                },
                                "end": {
                                  "line": 347,
                                  "column": 18
                                },
                                "identifierName": "v4"
                              },
                              "name": "v4"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "directives": []
                  },
                  "alternate": {
                    "type": "IfStatement",
                    "start": 10286,
                    "end": 10459,
                    "loc": {
                      "start": {
                        "line": 348,
                        "column": 9
                      },
                      "end": {
                        "line": 354,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 10290,
                      "end": 10320,
                      "loc": {
                        "start": {
                          "line": 348,
                          "column": 13
                        },
                        "end": {
                          "line": 348,
                          "column": 43
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 10290,
                        "end": 10295,
                        "loc": {
                          "start": {
                            "line": 348,
                            "column": 13
                          },
                          "end": {
                            "line": 348,
                            "column": 18
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      "operator": "instanceof",
                      "right": {
                        "type": "MemberExpression",
                        "start": 10307,
                        "end": 10320,
                        "loc": {
                          "start": {
                            "line": 348,
                            "column": 30
                          },
                          "end": {
                            "line": 348,
                            "column": 43
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10307,
                          "end": 10316,
                          "loc": {
                            "start": {
                              "line": 348,
                              "column": 30
                            },
                            "end": {
                              "line": 348,
                              "column": 39
                            },
                            "identifierName": "DataTypes"
                          },
                          "name": "DataTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10317,
                          "end": 10320,
                          "loc": {
                            "start": {
                              "line": 348,
                              "column": 40
                            },
                            "end": {
                              "line": 348,
                              "column": 43
                            },
                            "identifierName": "NOW"
                          },
                          "name": "NOW"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 10322,
                      "end": 10345,
                      "loc": {
                        "start": {
                          "line": 348,
                          "column": 45
                        },
                        "end": {
                          "line": 350,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 10328,
                          "end": 10341,
                          "loc": {
                            "start": {
                              "line": 349,
                              "column": 4
                            },
                            "end": {
                              "line": 349,
                              "column": 17
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 10335,
                            "end": 10340,
                            "loc": {
                              "start": {
                                "line": 349,
                                "column": 11
                              },
                              "end": {
                                "line": 349,
                                "column": 16
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 10335,
                              "end": 10338,
                              "loc": {
                                "start": {
                                  "line": 349,
                                  "column": 11
                                },
                                "end": {
                                  "line": 349,
                                  "column": 14
                                },
                                "identifierName": "now"
                              },
                              "name": "now"
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "IfStatement",
                      "start": 10351,
                      "end": 10459,
                      "loc": {
                        "start": {
                          "line": 350,
                          "column": 9
                        },
                        "end": {
                          "line": 354,
                          "column": 3
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 10354,
                        "end": 10396,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 12
                          },
                          "end": {
                            "line": 350,
                            "column": 54
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 10354,
                          "end": 10376,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 12
                            },
                            "end": {
                              "line": 350,
                              "column": 34
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10354,
                            "end": 10369,
                            "loc": {
                              "start": {
                                "line": 350,
                                "column": 12
                              },
                              "end": {
                                "line": 350,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10354,
                              "end": 10355,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 12
                                },
                                "end": {
                                  "line": 350,
                                  "column": 13
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10356,
                              "end": 10369,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 14
                                },
                                "end": {
                                  "line": 350,
                                  "column": 27
                                },
                                "identifierName": "isPlainObject"
                              },
                              "name": "isPlainObject"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 10370,
                              "end": 10375,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 28
                                },
                                "end": {
                                  "line": 350,
                                  "column": 33
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "CallExpression",
                          "start": 10380,
                          "end": 10396,
                          "loc": {
                            "start": {
                              "line": 350,
                              "column": 38
                            },
                            "end": {
                              "line": 350,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10380,
                            "end": 10389,
                            "loc": {
                              "start": {
                                "line": 350,
                                "column": 38
                              },
                              "end": {
                                "line": 350,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10380,
                              "end": 10381,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 38
                                },
                                "end": {
                                  "line": 350,
                                  "column": 39
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10382,
                              "end": 10389,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 40
                                },
                                "end": {
                                  "line": 350,
                                  "column": 47
                                },
                                "identifierName": "isArray"
                              },
                              "name": "isArray"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 10390,
                              "end": 10395,
                              "loc": {
                                "start": {
                                  "line": 350,
                                  "column": 48
                                },
                                "end": {
                                  "line": 350,
                                  "column": 53
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            }
                          ]
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 10398,
                        "end": 10430,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 56
                          },
                          "end": {
                            "line": 352,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 10404,
                            "end": 10426,
                            "loc": {
                              "start": {
                                "line": 351,
                                "column": 4
                              },
                              "end": {
                                "line": 351,
                                "column": 26
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 10411,
                              "end": 10425,
                              "loc": {
                                "start": {
                                  "line": 351,
                                  "column": 11
                                },
                                "end": {
                                  "line": 351,
                                  "column": 25
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10411,
                                "end": 10418,
                                "loc": {
                                  "start": {
                                    "line": 351,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 351,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10411,
                                  "end": 10412,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 12
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10413,
                                  "end": 10418,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 18
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10419,
                                  "end": 10424,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 24
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 10436,
                        "end": 10459,
                        "loc": {
                          "start": {
                            "line": 352,
                            "column": 9
                          },
                          "end": {
                            "line": 354,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 10442,
                            "end": 10455,
                            "loc": {
                              "start": {
                                "line": 353,
                                "column": 4
                              },
                              "end": {
                                "line": 353,
                                "column": 17
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 10449,
                              "end": 10454,
                              "loc": {
                                "start": {
                                  "line": 353,
                                  "column": 11
                                },
                                "end": {
                                  "line": 353,
                                  "column": 16
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 10462,
        "end": 10502,
        "loc": {
          "start": {
            "line": 356,
            "column": 0
          },
          "end": {
            "line": 356,
            "column": 40
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 10462,
          "end": 10501,
          "loc": {
            "start": {
              "line": 356,
              "column": 0
            },
            "end": {
              "line": 356,
              "column": 39
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 10462,
            "end": 10484,
            "loc": {
              "start": {
                "line": 356,
                "column": 0
              },
              "end": {
                "line": 356,
                "column": 22
              }
            },
            "object": {
              "type": "Identifier",
              "start": 10462,
              "end": 10469,
              "loc": {
                "start": {
                  "line": 356,
                  "column": 0
                },
                "end": {
                  "line": 356,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 10470,
              "end": 10484,
              "loc": {
                "start": {
                  "line": 356,
                  "column": 8
                },
                "end": {
                  "line": 356,
                  "column": 22
                },
                "identifierName": "toDefaultValue"
              },
              "name": "toDefaultValue"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 10487,
            "end": 10501,
            "loc": {
              "start": {
                "line": 356,
                "column": 25
              },
              "end": {
                "line": 356,
                "column": 39
              },
              "identifierName": "toDefaultValue"
            },
            "name": "toDefaultValue"
          }
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Determine if the default value provided exists and can be described\n * in a db schema using the DEFAULT directive.\n *\n * @param  {*} value Any default value.\n * @return {boolean} yes / no.\n * @private\n ",
            "start": 10504,
            "end": 10715,
            "loc": {
              "start": {
                "line": 358,
                "column": 0
              },
              "end": {
                "line": 365,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 10716,
        "end": 11128,
        "loc": {
          "start": {
            "line": 366,
            "column": 0
          },
          "end": {
            "line": 380,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 10725,
          "end": 10746,
          "loc": {
            "start": {
              "line": 366,
              "column": 9
            },
            "end": {
              "line": 366,
              "column": 30
            },
            "identifierName": "defaultValueSchemable"
          },
          "name": "defaultValueSchemable",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 10747,
            "end": 10752,
            "loc": {
              "start": {
                "line": 366,
                "column": 31
              },
              "end": {
                "line": 366,
                "column": 36
              },
              "identifierName": "value"
            },
            "name": "value"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 10754,
          "end": 11128,
          "loc": {
            "start": {
              "line": 366,
              "column": 38
            },
            "end": {
              "line": 380,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 10758,
              "end": 10809,
              "loc": {
                "start": {
                  "line": 367,
                  "column": 2
                },
                "end": {
                  "line": 367,
                  "column": 53
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 10762,
                "end": 10790,
                "loc": {
                  "start": {
                    "line": 367,
                    "column": 6
                  },
                  "end": {
                    "line": 367,
                    "column": 34
                  }
                },
                "left": {
                  "type": "UnaryExpression",
                  "start": 10762,
                  "end": 10774,
                  "loc": {
                    "start": {
                      "line": 367,
                      "column": 6
                    },
                    "end": {
                      "line": 367,
                      "column": 18
                    }
                  },
                  "operator": "typeof",
                  "prefix": true,
                  "argument": {
                    "type": "Identifier",
                    "start": 10769,
                    "end": 10774,
                    "loc": {
                      "start": {
                        "line": 367,
                        "column": 13
                      },
                      "end": {
                        "line": 367,
                        "column": 18
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  "extra": {
                    "parenthesizedArgument": false
                  }
                },
                "operator": "===",
                "right": {
                  "type": "StringLiteral",
                  "start": 10779,
                  "end": 10790,
                  "loc": {
                    "start": {
                      "line": 367,
                      "column": 23
                    },
                    "end": {
                      "line": 367,
                      "column": 34
                    }
                  },
                  "extra": {
                    "rawValue": "undefined",
                    "raw": "'undefined'"
                  },
                  "value": "undefined"
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 10792,
                "end": 10809,
                "loc": {
                  "start": {
                    "line": 367,
                    "column": 36
                  },
                  "end": {
                    "line": 367,
                    "column": 53
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 10794,
                    "end": 10807,
                    "loc": {
                      "start": {
                        "line": 367,
                        "column": 38
                      },
                      "end": {
                        "line": 367,
                        "column": 51
                      }
                    },
                    "argument": {
                      "type": "BooleanLiteral",
                      "start": 10801,
                      "end": 10806,
                      "loc": {
                        "start": {
                          "line": 367,
                          "column": 45
                        },
                        "end": {
                          "line": 367,
                          "column": 50
                        }
                      },
                      "value": false
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "alternate": null,
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " TODO this will be schemable when all supported db",
                  "start": 10813,
                  "end": 10865,
                  "loc": {
                    "start": {
                      "line": 369,
                      "column": 2
                    },
                    "end": {
                      "line": 369,
                      "column": 54
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": " have been normalized for this case",
                  "start": 10868,
                  "end": 10905,
                  "loc": {
                    "start": {
                      "line": 370,
                      "column": 2
                    },
                    "end": {
                      "line": 370,
                      "column": 39
                    }
                  }
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 10908,
              "end": 10961,
              "loc": {
                "start": {
                  "line": 371,
                  "column": 2
                },
                "end": {
                  "line": 371,
                  "column": 55
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 10912,
                "end": 10942,
                "loc": {
                  "start": {
                    "line": 371,
                    "column": 6
                  },
                  "end": {
                    "line": 371,
                    "column": 36
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 10912,
                  "end": 10917,
                  "loc": {
                    "start": {
                      "line": 371,
                      "column": 6
                    },
                    "end": {
                      "line": 371,
                      "column": 11
                    },
                    "identifierName": "value"
                  },
                  "name": "value",
                  "leadingComments": null
                },
                "operator": "instanceof",
                "right": {
                  "type": "MemberExpression",
                  "start": 10929,
                  "end": 10942,
                  "loc": {
                    "start": {
                      "line": 371,
                      "column": 23
                    },
                    "end": {
                      "line": 371,
                      "column": 36
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 10929,
                    "end": 10938,
                    "loc": {
                      "start": {
                        "line": 371,
                        "column": 23
                      },
                      "end": {
                        "line": 371,
                        "column": 32
                      },
                      "identifierName": "DataTypes"
                    },
                    "name": "DataTypes"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 10939,
                    "end": 10942,
                    "loc": {
                      "start": {
                        "line": 371,
                        "column": 33
                      },
                      "end": {
                        "line": 371,
                        "column": 36
                      },
                      "identifierName": "NOW"
                    },
                    "name": "NOW"
                  },
                  "computed": false
                },
                "leadingComments": null
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 10944,
                "end": 10961,
                "loc": {
                  "start": {
                    "line": 371,
                    "column": 38
                  },
                  "end": {
                    "line": 371,
                    "column": 55
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 10946,
                    "end": 10959,
                    "loc": {
                      "start": {
                        "line": 371,
                        "column": 40
                      },
                      "end": {
                        "line": 371,
                        "column": 53
                      }
                    },
                    "argument": {
                      "type": "BooleanLiteral",
                      "start": 10953,
                      "end": 10958,
                      "loc": {
                        "start": {
                          "line": 371,
                          "column": 47
                        },
                        "end": {
                          "line": 371,
                          "column": 52
                        }
                      },
                      "value": false
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null,
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " TODO this will be schemable when all supported db",
                  "start": 10813,
                  "end": 10865,
                  "loc": {
                    "start": {
                      "line": 369,
                      "column": 2
                    },
                    "end": {
                      "line": 369,
                      "column": 54
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": " have been normalized for this case",
                  "start": 10868,
                  "end": 10905,
                  "loc": {
                    "start": {
                      "line": 370,
                      "column": 2
                    },
                    "end": {
                      "line": 370,
                      "column": 39
                    }
                  }
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 10965,
              "end": 11058,
              "loc": {
                "start": {
                  "line": 373,
                  "column": 2
                },
                "end": {
                  "line": 373,
                  "column": 95
                }
              },
              "test": {
                "type": "LogicalExpression",
                "start": 10969,
                "end": 11039,
                "loc": {
                  "start": {
                    "line": 373,
                    "column": 6
                  },
                  "end": {
                    "line": 373,
                    "column": 76
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 10969,
                  "end": 11002,
                  "loc": {
                    "start": {
                      "line": 373,
                      "column": 6
                    },
                    "end": {
                      "line": 373,
                      "column": 39
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 10969,
                    "end": 10974,
                    "loc": {
                      "start": {
                        "line": 373,
                        "column": 6
                      },
                      "end": {
                        "line": 373,
                        "column": 11
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  "operator": "instanceof",
                  "right": {
                    "type": "MemberExpression",
                    "start": 10986,
                    "end": 11002,
                    "loc": {
                      "start": {
                        "line": 373,
                        "column": 23
                      },
                      "end": {
                        "line": 373,
                        "column": 39
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 10986,
                      "end": 10995,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 23
                        },
                        "end": {
                          "line": 373,
                          "column": 32
                        },
                        "identifierName": "DataTypes"
                      },
                      "name": "DataTypes"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 10996,
                      "end": 11002,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 33
                        },
                        "end": {
                          "line": 373,
                          "column": 39
                        },
                        "identifierName": "UUIDV1"
                      },
                      "name": "UUIDV1"
                    },
                    "computed": false
                  }
                },
                "operator": "||",
                "right": {
                  "type": "BinaryExpression",
                  "start": 11006,
                  "end": 11039,
                  "loc": {
                    "start": {
                      "line": 373,
                      "column": 43
                    },
                    "end": {
                      "line": 373,
                      "column": 76
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 11006,
                    "end": 11011,
                    "loc": {
                      "start": {
                        "line": 373,
                        "column": 43
                      },
                      "end": {
                        "line": 373,
                        "column": 48
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  "operator": "instanceof",
                  "right": {
                    "type": "MemberExpression",
                    "start": 11023,
                    "end": 11039,
                    "loc": {
                      "start": {
                        "line": 373,
                        "column": 60
                      },
                      "end": {
                        "line": 373,
                        "column": 76
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 11023,
                      "end": 11032,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 60
                        },
                        "end": {
                          "line": 373,
                          "column": 69
                        },
                        "identifierName": "DataTypes"
                      },
                      "name": "DataTypes"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 11033,
                      "end": 11039,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 70
                        },
                        "end": {
                          "line": 373,
                          "column": 76
                        },
                        "identifierName": "UUIDV4"
                      },
                      "name": "UUIDV4"
                    },
                    "computed": false
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 11041,
                "end": 11058,
                "loc": {
                  "start": {
                    "line": 373,
                    "column": 78
                  },
                  "end": {
                    "line": 373,
                    "column": 95
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 11043,
                    "end": 11056,
                    "loc": {
                      "start": {
                        "line": 373,
                        "column": 80
                      },
                      "end": {
                        "line": 373,
                        "column": 93
                      }
                    },
                    "argument": {
                      "type": "BooleanLiteral",
                      "start": 11050,
                      "end": 11055,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 87
                        },
                        "end": {
                          "line": 373,
                          "column": 92
                        }
                      },
                      "value": false
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "IfStatement",
              "start": 11062,
              "end": 11110,
              "loc": {
                "start": {
                  "line": 375,
                  "column": 2
                },
                "end": {
                  "line": 377,
                  "column": 3
                }
              },
              "test": {
                "type": "CallExpression",
                "start": 11066,
                "end": 11085,
                "loc": {
                  "start": {
                    "line": 375,
                    "column": 6
                  },
                  "end": {
                    "line": 375,
                    "column": 25
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 11066,
                  "end": 11078,
                  "loc": {
                    "start": {
                      "line": 375,
                      "column": 6
                    },
                    "end": {
                      "line": 375,
                      "column": 18
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11066,
                    "end": 11067,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 6
                      },
                      "end": {
                        "line": 375,
                        "column": 7
                      },
                      "identifierName": "_"
                    },
                    "name": "_"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11068,
                    "end": 11078,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 8
                      },
                      "end": {
                        "line": 375,
                        "column": 18
                      },
                      "identifierName": "isFunction"
                    },
                    "name": "isFunction"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 11079,
                    "end": 11084,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 19
                      },
                      "end": {
                        "line": 375,
                        "column": 24
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ]
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 11087,
                "end": 11110,
                "loc": {
                  "start": {
                    "line": 375,
                    "column": 27
                  },
                  "end": {
                    "line": 377,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 11093,
                    "end": 11106,
                    "loc": {
                      "start": {
                        "line": 376,
                        "column": 4
                      },
                      "end": {
                        "line": 376,
                        "column": 17
                      }
                    },
                    "argument": {
                      "type": "BooleanLiteral",
                      "start": 11100,
                      "end": 11105,
                      "loc": {
                        "start": {
                          "line": 376,
                          "column": 11
                        },
                        "end": {
                          "line": 376,
                          "column": 16
                        }
                      },
                      "value": false
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 11114,
              "end": 11126,
              "loc": {
                "start": {
                  "line": 379,
                  "column": 2
                },
                "end": {
                  "line": 379,
                  "column": 14
                }
              },
              "argument": {
                "type": "BooleanLiteral",
                "start": 11121,
                "end": 11125,
                "loc": {
                  "start": {
                    "line": 379,
                    "column": 9
                  },
                  "end": {
                    "line": 379,
                    "column": 13
                  }
                },
                "value": true
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Determine if the default value provided exists and can be described\n * in a db schema using the DEFAULT directive.\n *\n * @param  {*} value Any default value.\n * @return {boolean} yes / no.\n * @private\n ",
            "start": 10504,
            "end": 10715,
            "loc": {
              "start": {
                "line": 358,
                "column": 0
              },
              "end": {
                "line": 365,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 11129,
        "end": 11183,
        "loc": {
          "start": {
            "line": 381,
            "column": 0
          },
          "end": {
            "line": 381,
            "column": 54
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 11129,
          "end": 11182,
          "loc": {
            "start": {
              "line": 381,
              "column": 0
            },
            "end": {
              "line": 381,
              "column": 53
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 11129,
            "end": 11158,
            "loc": {
              "start": {
                "line": 381,
                "column": 0
              },
              "end": {
                "line": 381,
                "column": 29
              }
            },
            "object": {
              "type": "Identifier",
              "start": 11129,
              "end": 11136,
              "loc": {
                "start": {
                  "line": 381,
                  "column": 0
                },
                "end": {
                  "line": 381,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 11137,
              "end": 11158,
              "loc": {
                "start": {
                  "line": 381,
                  "column": 8
                },
                "end": {
                  "line": 381,
                  "column": 29
                },
                "identifierName": "defaultValueSchemable"
              },
              "name": "defaultValueSchemable"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 11161,
            "end": 11182,
            "loc": {
              "start": {
                "line": 381,
                "column": 32
              },
              "end": {
                "line": 381,
                "column": 53
              },
              "identifierName": "defaultValueSchemable"
            },
            "name": "defaultValueSchemable"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 11185,
        "end": 11616,
        "loc": {
          "start": {
            "line": 383,
            "column": 0
          },
          "end": {
            "line": 402,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 11194,
          "end": 11218,
          "loc": {
            "start": {
              "line": 383,
              "column": 9
            },
            "end": {
              "line": 383,
              "column": 33
            },
            "identifierName": "removeNullValuesFromHash"
          },
          "name": "removeNullValuesFromHash"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 11219,
            "end": 11223,
            "loc": {
              "start": {
                "line": 383,
                "column": 34
              },
              "end": {
                "line": 383,
                "column": 38
              },
              "identifierName": "hash"
            },
            "name": "hash"
          },
          {
            "type": "Identifier",
            "start": 11225,
            "end": 11233,
            "loc": {
              "start": {
                "line": 383,
                "column": 40
              },
              "end": {
                "line": 383,
                "column": 48
              },
              "identifierName": "omitNull"
            },
            "name": "omitNull"
          },
          {
            "type": "Identifier",
            "start": 11235,
            "end": 11242,
            "loc": {
              "start": {
                "line": 383,
                "column": 50
              },
              "end": {
                "line": 383,
                "column": 57
              },
              "identifierName": "options"
            },
            "name": "options"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 11244,
          "end": 11616,
          "loc": {
            "start": {
              "line": 383,
              "column": 59
            },
            "end": {
              "line": 402,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 11248,
              "end": 11266,
              "loc": {
                "start": {
                  "line": 384,
                  "column": 2
                },
                "end": {
                  "line": 384,
                  "column": 20
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 11252,
                  "end": 11265,
                  "loc": {
                    "start": {
                      "line": 384,
                      "column": 6
                    },
                    "end": {
                      "line": 384,
                      "column": 19
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 11252,
                    "end": 11258,
                    "loc": {
                      "start": {
                        "line": 384,
                        "column": 6
                      },
                      "end": {
                        "line": 384,
                        "column": 12
                      },
                      "identifierName": "result"
                    },
                    "name": "result"
                  },
                  "init": {
                    "type": "Identifier",
                    "start": 11261,
                    "end": 11265,
                    "loc": {
                      "start": {
                        "line": 384,
                        "column": 15
                      },
                      "end": {
                        "line": 384,
                        "column": 19
                      },
                      "identifierName": "hash"
                    },
                    "name": "hash"
                  }
                }
              ],
              "kind": "let"
            },
            {
              "type": "ExpressionStatement",
              "start": 11270,
              "end": 11294,
              "loc": {
                "start": {
                  "line": 386,
                  "column": 2
                },
                "end": {
                  "line": 386,
                  "column": 26
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 11270,
                "end": 11293,
                "loc": {
                  "start": {
                    "line": 386,
                    "column": 2
                  },
                  "end": {
                    "line": 386,
                    "column": 25
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 11270,
                  "end": 11277,
                  "loc": {
                    "start": {
                      "line": 386,
                      "column": 2
                    },
                    "end": {
                      "line": 386,
                      "column": 9
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                },
                "right": {
                  "type": "LogicalExpression",
                  "start": 11280,
                  "end": 11293,
                  "loc": {
                    "start": {
                      "line": 386,
                      "column": 12
                    },
                    "end": {
                      "line": 386,
                      "column": 25
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 11280,
                    "end": 11287,
                    "loc": {
                      "start": {
                        "line": 386,
                        "column": 12
                      },
                      "end": {
                        "line": 386,
                        "column": 19
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  },
                  "operator": "||",
                  "right": {
                    "type": "ObjectExpression",
                    "start": 11291,
                    "end": 11293,
                    "loc": {
                      "start": {
                        "line": 386,
                        "column": 23
                      },
                      "end": {
                        "line": 386,
                        "column": 25
                      }
                    },
                    "properties": []
                  }
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 11297,
              "end": 11341,
              "loc": {
                "start": {
                  "line": 387,
                  "column": 2
                },
                "end": {
                  "line": 387,
                  "column": 46
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 11297,
                "end": 11340,
                "loc": {
                  "start": {
                    "line": 387,
                    "column": 2
                  },
                  "end": {
                    "line": 387,
                    "column": 45
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 11297,
                  "end": 11314,
                  "loc": {
                    "start": {
                      "line": 387,
                      "column": 2
                    },
                    "end": {
                      "line": 387,
                      "column": 19
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11297,
                    "end": 11304,
                    "loc": {
                      "start": {
                        "line": 387,
                        "column": 2
                      },
                      "end": {
                        "line": 387,
                        "column": 9
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11305,
                    "end": 11314,
                    "loc": {
                      "start": {
                        "line": 387,
                        "column": 10
                      },
                      "end": {
                        "line": 387,
                        "column": 19
                      },
                      "identifierName": "allowNull"
                    },
                    "name": "allowNull"
                  },
                  "computed": false
                },
                "right": {
                  "type": "LogicalExpression",
                  "start": 11317,
                  "end": 11340,
                  "loc": {
                    "start": {
                      "line": 387,
                      "column": 22
                    },
                    "end": {
                      "line": 387,
                      "column": 45
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 11317,
                    "end": 11334,
                    "loc": {
                      "start": {
                        "line": 387,
                        "column": 22
                      },
                      "end": {
                        "line": 387,
                        "column": 39
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 11317,
                      "end": 11324,
                      "loc": {
                        "start": {
                          "line": 387,
                          "column": 22
                        },
                        "end": {
                          "line": 387,
                          "column": 29
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 11325,
                      "end": 11334,
                      "loc": {
                        "start": {
                          "line": 387,
                          "column": 30
                        },
                        "end": {
                          "line": 387,
                          "column": 39
                        },
                        "identifierName": "allowNull"
                      },
                      "name": "allowNull"
                    },
                    "computed": false
                  },
                  "operator": "||",
                  "right": {
                    "type": "ArrayExpression",
                    "start": 11338,
                    "end": 11340,
                    "loc": {
                      "start": {
                        "line": 387,
                        "column": 43
                      },
                      "end": {
                        "line": 387,
                        "column": 45
                      }
                    },
                    "elements": []
                  }
                }
              }
            },
            {
              "type": "IfStatement",
              "start": 11345,
              "end": 11596,
              "loc": {
                "start": {
                  "line": 389,
                  "column": 2
                },
                "end": {
                  "line": 399,
                  "column": 3
                }
              },
              "test": {
                "type": "Identifier",
                "start": 11349,
                "end": 11357,
                "loc": {
                  "start": {
                    "line": 389,
                    "column": 6
                  },
                  "end": {
                    "line": 389,
                    "column": 14
                  },
                  "identifierName": "omitNull"
                },
                "name": "omitNull"
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 11359,
                "end": 11596,
                "loc": {
                  "start": {
                    "line": 389,
                    "column": 16
                  },
                  "end": {
                    "line": 399,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 11365,
                    "end": 11382,
                    "loc": {
                      "start": {
                        "line": 390,
                        "column": 4
                      },
                      "end": {
                        "line": 390,
                        "column": 21
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 11371,
                        "end": 11381,
                        "loc": {
                          "start": {
                            "line": 390,
                            "column": 10
                          },
                          "end": {
                            "line": 390,
                            "column": 20
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 11371,
                          "end": 11376,
                          "loc": {
                            "start": {
                              "line": 390,
                              "column": 10
                            },
                            "end": {
                              "line": 390,
                              "column": 15
                            },
                            "identifierName": "_hash"
                          },
                          "name": "_hash"
                        },
                        "init": {
                          "type": "ObjectExpression",
                          "start": 11379,
                          "end": 11381,
                          "loc": {
                            "start": {
                              "line": 390,
                              "column": 18
                            },
                            "end": {
                              "line": 390,
                              "column": 20
                            }
                          },
                          "properties": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 11388,
                    "end": 11571,
                    "loc": {
                      "start": {
                        "line": 392,
                        "column": 4
                      },
                      "end": {
                        "line": 396,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 11388,
                      "end": 11570,
                      "loc": {
                        "start": {
                          "line": 392,
                          "column": 4
                        },
                        "end": {
                          "line": 396,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11388,
                        "end": 11395,
                        "loc": {
                          "start": {
                            "line": 392,
                            "column": 4
                          },
                          "end": {
                            "line": 392,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 11388,
                          "end": 11389,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 4
                            },
                            "end": {
                              "line": 392,
                              "column": 5
                            },
                            "identifierName": "_"
                          },
                          "name": "_"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11390,
                          "end": 11395,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 6
                            },
                            "end": {
                              "line": 392,
                              "column": 11
                            },
                            "identifierName": "forIn"
                          },
                          "name": "forIn"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 11396,
                          "end": 11400,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 12
                            },
                            "end": {
                              "line": 392,
                              "column": 16
                            },
                            "identifierName": "hash"
                          },
                          "name": "hash"
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 11402,
                          "end": 11569,
                          "loc": {
                            "start": {
                              "line": 392,
                              "column": 18
                            },
                            "end": {
                              "line": 396,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 11403,
                              "end": 11406,
                              "loc": {
                                "start": {
                                  "line": 392,
                                  "column": 19
                                },
                                "end": {
                                  "line": 392,
                                  "column": 22
                                },
                                "identifierName": "val"
                              },
                              "name": "val"
                            },
                            {
                              "type": "Identifier",
                              "start": 11408,
                              "end": 11411,
                              "loc": {
                                "start": {
                                  "line": 392,
                                  "column": 24
                                },
                                "end": {
                                  "line": 392,
                                  "column": 27
                                },
                                "identifierName": "key"
                              },
                              "name": "key"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 11416,
                            "end": 11569,
                            "loc": {
                              "start": {
                                "line": 392,
                                "column": 32
                              },
                              "end": {
                                "line": 396,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 11424,
                                "end": 11563,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 395,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 11428,
                                  "end": 11526,
                                  "loc": {
                                    "start": {
                                      "line": 393,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 393,
                                      "column": 108
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 11428,
                                    "end": 11483,
                                    "loc": {
                                      "start": {
                                        "line": 393,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 393,
                                        "column": 65
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 11428,
                                      "end": 11463,
                                      "loc": {
                                        "start": {
                                          "line": 393,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 393,
                                          "column": 45
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 11428,
                                        "end": 11458,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 40
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 11428,
                                          "end": 11453,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 11428,
                                            "end": 11445,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11428,
                                              "end": 11435,
                                              "loc": {
                                                "start": {
                                                  "line": 393,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 393,
                                                  "column": 17
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11436,
                                              "end": 11445,
                                              "loc": {
                                                "start": {
                                                  "line": 393,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 393,
                                                  "column": 27
                                                },
                                                "identifierName": "allowNull"
                                              },
                                              "name": "allowNull"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11446,
                                            "end": 11453,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 35
                                              },
                                              "identifierName": "indexOf"
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 11454,
                                            "end": 11457,
                                            "loc": {
                                              "start": {
                                                "line": 393,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 393,
                                                "column": 39
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          }
                                        ]
                                      },
                                      "operator": ">",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 11461,
                                        "end": 11463,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 45
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "NumericLiteral",
                                          "start": 11462,
                                          "end": 11463,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 45
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 11467,
                                      "end": 11483,
                                      "loc": {
                                        "start": {
                                          "line": 393,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 393,
                                          "column": 65
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 11467,
                                        "end": 11476,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 58
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11467,
                                          "end": 11470,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 52
                                            },
                                            "identifierName": "key"
                                          },
                                          "name": "key"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11471,
                                          "end": 11476,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 58
                                            },
                                            "identifierName": "match"
                                          },
                                          "name": "match"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "RegExpLiteral",
                                          "start": 11477,
                                          "end": 11482,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 64
                                            }
                                          },
                                          "extra": {
                                            "raw": "/Id$/"
                                          },
                                          "pattern": "Id$",
                                          "flags": ""
                                        }
                                      ]
                                    }
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "LogicalExpression",
                                    "start": 11488,
                                    "end": 11525,
                                    "loc": {
                                      "start": {
                                        "line": 393,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 393,
                                        "column": 107
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 11489,
                                      "end": 11501,
                                      "loc": {
                                        "start": {
                                          "line": 393,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 393,
                                          "column": 83
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 11489,
                                        "end": 11492,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 74
                                          },
                                          "identifierName": "val"
                                        },
                                        "name": "val"
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "NullLiteral",
                                        "start": 11497,
                                        "end": 11501,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 83
                                          }
                                        }
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 11488
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 11507,
                                      "end": 11524,
                                      "loc": {
                                        "start": {
                                          "line": 393,
                                          "column": 89
                                        },
                                        "end": {
                                          "line": 393,
                                          "column": 106
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 11507,
                                        "end": 11510,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 92
                                          },
                                          "identifierName": "val"
                                        },
                                        "name": "val"
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 11515,
                                        "end": 11524,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 97
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 106
                                          },
                                          "identifierName": "undefined"
                                        },
                                        "name": "undefined"
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 11506
                                      }
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 11487
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 11528,
                                  "end": 11563,
                                  "loc": {
                                    "start": {
                                      "line": 393,
                                      "column": 110
                                    },
                                    "end": {
                                      "line": 395,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 11538,
                                      "end": 11555,
                                      "loc": {
                                        "start": {
                                          "line": 394,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 394,
                                          "column": 25
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 11538,
                                        "end": 11554,
                                        "loc": {
                                          "start": {
                                            "line": 394,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 394,
                                            "column": 24
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 11538,
                                          "end": 11548,
                                          "loc": {
                                            "start": {
                                              "line": 394,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 394,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 11538,
                                            "end": 11543,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 13
                                              },
                                              "identifierName": "_hash"
                                            },
                                            "name": "_hash"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11544,
                                            "end": 11547,
                                            "loc": {
                                              "start": {
                                                "line": 394,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 394,
                                                "column": 17
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 11551,
                                          "end": 11554,
                                          "loc": {
                                            "start": {
                                              "line": 394,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 394,
                                              "column": 24
                                            },
                                            "identifierName": "val"
                                          },
                                          "name": "val"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 11577,
                    "end": 11592,
                    "loc": {
                      "start": {
                        "line": 398,
                        "column": 4
                      },
                      "end": {
                        "line": 398,
                        "column": 19
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 11577,
                      "end": 11591,
                      "loc": {
                        "start": {
                          "line": 398,
                          "column": 4
                        },
                        "end": {
                          "line": 398,
                          "column": 18
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 11577,
                        "end": 11583,
                        "loc": {
                          "start": {
                            "line": 398,
                            "column": 4
                          },
                          "end": {
                            "line": 398,
                            "column": 10
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 11586,
                        "end": 11591,
                        "loc": {
                          "start": {
                            "line": 398,
                            "column": 13
                          },
                          "end": {
                            "line": 398,
                            "column": 18
                          },
                          "identifierName": "_hash"
                        },
                        "name": "_hash"
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 11600,
              "end": 11614,
              "loc": {
                "start": {
                  "line": 401,
                  "column": 2
                },
                "end": {
                  "line": 401,
                  "column": 16
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 11607,
                "end": 11613,
                "loc": {
                  "start": {
                    "line": 401,
                    "column": 9
                  },
                  "end": {
                    "line": 401,
                    "column": 15
                  },
                  "identifierName": "result"
                },
                "name": "result"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 11617,
        "end": 11677,
        "loc": {
          "start": {
            "line": 403,
            "column": 0
          },
          "end": {
            "line": 403,
            "column": 60
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 11617,
          "end": 11676,
          "loc": {
            "start": {
              "line": 403,
              "column": 0
            },
            "end": {
              "line": 403,
              "column": 59
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 11617,
            "end": 11649,
            "loc": {
              "start": {
                "line": 403,
                "column": 0
              },
              "end": {
                "line": 403,
                "column": 32
              }
            },
            "object": {
              "type": "Identifier",
              "start": 11617,
              "end": 11624,
              "loc": {
                "start": {
                  "line": 403,
                  "column": 0
                },
                "end": {
                  "line": 403,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 11625,
              "end": 11649,
              "loc": {
                "start": {
                  "line": 403,
                  "column": 8
                },
                "end": {
                  "line": 403,
                  "column": 32
                },
                "identifierName": "removeNullValuesFromHash"
              },
              "name": "removeNullValuesFromHash"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 11652,
            "end": 11676,
            "loc": {
              "start": {
                "line": 403,
                "column": 35
              },
              "end": {
                "line": 403,
                "column": 59
              },
              "identifierName": "removeNullValuesFromHash"
            },
            "name": "removeNullValuesFromHash"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 11679,
        "end": 11937,
        "loc": {
          "start": {
            "line": 405,
            "column": 0
          },
          "end": {
            "line": 413,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 11688,
          "end": 11693,
          "loc": {
            "start": {
              "line": 405,
              "column": 9
            },
            "end": {
              "line": 405,
              "column": 14
            },
            "identifierName": "stack"
          },
          "name": "stack"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "start": 11696,
          "end": 11937,
          "loc": {
            "start": {
              "line": 405,
              "column": 17
            },
            "end": {
              "line": 413,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 11700,
              "end": 11737,
              "loc": {
                "start": {
                  "line": 406,
                  "column": 2
                },
                "end": {
                  "line": 406,
                  "column": 39
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 11706,
                  "end": 11736,
                  "loc": {
                    "start": {
                      "line": 406,
                      "column": 8
                    },
                    "end": {
                      "line": 406,
                      "column": 38
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 11706,
                    "end": 11710,
                    "loc": {
                      "start": {
                        "line": 406,
                        "column": 8
                      },
                      "end": {
                        "line": 406,
                        "column": 12
                      },
                      "identifierName": "orig"
                    },
                    "name": "orig"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 11713,
                    "end": 11736,
                    "loc": {
                      "start": {
                        "line": 406,
                        "column": 15
                      },
                      "end": {
                        "line": 406,
                        "column": 38
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 11713,
                      "end": 11718,
                      "loc": {
                        "start": {
                          "line": 406,
                          "column": 15
                        },
                        "end": {
                          "line": 406,
                          "column": 20
                        },
                        "identifierName": "Error"
                      },
                      "name": "Error"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 11719,
                      "end": 11736,
                      "loc": {
                        "start": {
                          "line": 406,
                          "column": 21
                        },
                        "end": {
                          "line": 406,
                          "column": 38
                        },
                        "identifierName": "prepareStackTrace"
                      },
                      "name": "prepareStackTrace"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ExpressionStatement",
              "start": 11740,
              "end": 11786,
              "loc": {
                "start": {
                  "line": 407,
                  "column": 2
                },
                "end": {
                  "line": 407,
                  "column": 48
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 11740,
                "end": 11785,
                "loc": {
                  "start": {
                    "line": 407,
                    "column": 2
                  },
                  "end": {
                    "line": 407,
                    "column": 47
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 11740,
                  "end": 11763,
                  "loc": {
                    "start": {
                      "line": 407,
                      "column": 2
                    },
                    "end": {
                      "line": 407,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11740,
                    "end": 11745,
                    "loc": {
                      "start": {
                        "line": 407,
                        "column": 2
                      },
                      "end": {
                        "line": 407,
                        "column": 7
                      },
                      "identifierName": "Error"
                    },
                    "name": "Error"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11746,
                    "end": 11763,
                    "loc": {
                      "start": {
                        "line": 407,
                        "column": 8
                      },
                      "end": {
                        "line": 407,
                        "column": 25
                      },
                      "identifierName": "prepareStackTrace"
                    },
                    "name": "prepareStackTrace"
                  },
                  "computed": false
                },
                "right": {
                  "type": "ArrowFunctionExpression",
                  "start": 11766,
                  "end": 11785,
                  "loc": {
                    "start": {
                      "line": 407,
                      "column": 28
                    },
                    "end": {
                      "line": 407,
                      "column": 47
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": true,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 11767,
                      "end": 11768,
                      "loc": {
                        "start": {
                          "line": 407,
                          "column": 29
                        },
                        "end": {
                          "line": 407,
                          "column": 30
                        },
                        "identifierName": "_"
                      },
                      "name": "_"
                    },
                    {
                      "type": "Identifier",
                      "start": 11770,
                      "end": 11775,
                      "loc": {
                        "start": {
                          "line": 407,
                          "column": 32
                        },
                        "end": {
                          "line": 407,
                          "column": 37
                        },
                        "identifierName": "stack"
                      },
                      "name": "stack"
                    }
                  ],
                  "body": {
                    "type": "Identifier",
                    "start": 11780,
                    "end": 11785,
                    "loc": {
                      "start": {
                        "line": 407,
                        "column": 42
                      },
                      "end": {
                        "line": 407,
                        "column": 47
                      },
                      "identifierName": "stack"
                    },
                    "name": "stack"
                  }
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "start": 11789,
              "end": 11813,
              "loc": {
                "start": {
                  "line": 408,
                  "column": 2
                },
                "end": {
                  "line": 408,
                  "column": 26
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 11795,
                  "end": 11812,
                  "loc": {
                    "start": {
                      "line": 408,
                      "column": 8
                    },
                    "end": {
                      "line": 408,
                      "column": 25
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 11795,
                    "end": 11798,
                    "loc": {
                      "start": {
                        "line": 408,
                        "column": 8
                      },
                      "end": {
                        "line": 408,
                        "column": 11
                      },
                      "identifierName": "err"
                    },
                    "name": "err"
                  },
                  "init": {
                    "type": "NewExpression",
                    "start": 11801,
                    "end": 11812,
                    "loc": {
                      "start": {
                        "line": 408,
                        "column": 14
                      },
                      "end": {
                        "line": 408,
                        "column": 25
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 11805,
                      "end": 11810,
                      "loc": {
                        "start": {
                          "line": 408,
                          "column": 18
                        },
                        "end": {
                          "line": 408,
                          "column": 23
                        },
                        "identifierName": "Error"
                      },
                      "name": "Error"
                    },
                    "arguments": []
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ExpressionStatement",
              "start": 11816,
              "end": 11852,
              "loc": {
                "start": {
                  "line": 409,
                  "column": 2
                },
                "end": {
                  "line": 409,
                  "column": 38
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 11816,
                "end": 11851,
                "loc": {
                  "start": {
                    "line": 409,
                    "column": 2
                  },
                  "end": {
                    "line": 409,
                    "column": 37
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 11816,
                  "end": 11839,
                  "loc": {
                    "start": {
                      "line": 409,
                      "column": 2
                    },
                    "end": {
                      "line": 409,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11816,
                    "end": 11821,
                    "loc": {
                      "start": {
                        "line": 409,
                        "column": 2
                      },
                      "end": {
                        "line": 409,
                        "column": 7
                      },
                      "identifierName": "Error"
                    },
                    "name": "Error"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11822,
                    "end": 11839,
                    "loc": {
                      "start": {
                        "line": 409,
                        "column": 8
                      },
                      "end": {
                        "line": 409,
                        "column": 25
                      },
                      "identifierName": "captureStackTrace"
                    },
                    "name": "captureStackTrace"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 11840,
                    "end": 11843,
                    "loc": {
                      "start": {
                        "line": 409,
                        "column": 26
                      },
                      "end": {
                        "line": 409,
                        "column": 29
                      },
                      "identifierName": "err"
                    },
                    "name": "err"
                  },
                  {
                    "type": "Identifier",
                    "start": 11845,
                    "end": 11850,
                    "loc": {
                      "start": {
                        "line": 409,
                        "column": 31
                      },
                      "end": {
                        "line": 409,
                        "column": 36
                      },
                      "identifierName": "stack"
                    },
                    "name": "stack"
                  }
                ]
              }
            },
            {
              "type": "VariableDeclaration",
              "start": 11855,
              "end": 11882,
              "loc": {
                "start": {
                  "line": 410,
                  "column": 2
                },
                "end": {
                  "line": 410,
                  "column": 29
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 11861,
                  "end": 11881,
                  "loc": {
                    "start": {
                      "line": 410,
                      "column": 8
                    },
                    "end": {
                      "line": 410,
                      "column": 28
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 11861,
                    "end": 11869,
                    "loc": {
                      "start": {
                        "line": 410,
                        "column": 8
                      },
                      "end": {
                        "line": 410,
                        "column": 16
                      },
                      "identifierName": "errStack"
                    },
                    "name": "errStack"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 11872,
                    "end": 11881,
                    "loc": {
                      "start": {
                        "line": 410,
                        "column": 19
                      },
                      "end": {
                        "line": 410,
                        "column": 28
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 11872,
                      "end": 11875,
                      "loc": {
                        "start": {
                          "line": 410,
                          "column": 19
                        },
                        "end": {
                          "line": 410,
                          "column": 22
                        },
                        "identifierName": "err"
                      },
                      "name": "err"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 11876,
                      "end": 11881,
                      "loc": {
                        "start": {
                          "line": 410,
                          "column": 23
                        },
                        "end": {
                          "line": 410,
                          "column": 28
                        },
                        "identifierName": "stack"
                      },
                      "name": "stack"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ExpressionStatement",
              "start": 11885,
              "end": 11916,
              "loc": {
                "start": {
                  "line": 411,
                  "column": 2
                },
                "end": {
                  "line": 411,
                  "column": 33
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 11885,
                "end": 11915,
                "loc": {
                  "start": {
                    "line": 411,
                    "column": 2
                  },
                  "end": {
                    "line": 411,
                    "column": 32
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 11885,
                  "end": 11908,
                  "loc": {
                    "start": {
                      "line": 411,
                      "column": 2
                    },
                    "end": {
                      "line": 411,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11885,
                    "end": 11890,
                    "loc": {
                      "start": {
                        "line": 411,
                        "column": 2
                      },
                      "end": {
                        "line": 411,
                        "column": 7
                      },
                      "identifierName": "Error"
                    },
                    "name": "Error"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11891,
                    "end": 11908,
                    "loc": {
                      "start": {
                        "line": 411,
                        "column": 8
                      },
                      "end": {
                        "line": 411,
                        "column": 25
                      },
                      "identifierName": "prepareStackTrace"
                    },
                    "name": "prepareStackTrace"
                  },
                  "computed": false
                },
                "right": {
                  "type": "Identifier",
                  "start": 11911,
                  "end": 11915,
                  "loc": {
                    "start": {
                      "line": 411,
                      "column": 28
                    },
                    "end": {
                      "line": 411,
                      "column": 32
                    },
                    "identifierName": "orig"
                  },
                  "name": "orig"
                }
              }
            },
            {
              "type": "ReturnStatement",
              "start": 11919,
              "end": 11935,
              "loc": {
                "start": {
                  "line": 412,
                  "column": 2
                },
                "end": {
                  "line": 412,
                  "column": 18
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 11926,
                "end": 11934,
                "loc": {
                  "start": {
                    "line": 412,
                    "column": 9
                  },
                  "end": {
                    "line": 412,
                    "column": 17
                  },
                  "identifierName": "errStack"
                },
                "name": "errStack"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 11938,
        "end": 11960,
        "loc": {
          "start": {
            "line": 414,
            "column": 0
          },
          "end": {
            "line": 414,
            "column": 22
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 11938,
          "end": 11959,
          "loc": {
            "start": {
              "line": 414,
              "column": 0
            },
            "end": {
              "line": 414,
              "column": 21
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 11938,
            "end": 11951,
            "loc": {
              "start": {
                "line": 414,
                "column": 0
              },
              "end": {
                "line": 414,
                "column": 13
              }
            },
            "object": {
              "type": "Identifier",
              "start": 11938,
              "end": 11945,
              "loc": {
                "start": {
                  "line": 414,
                  "column": 0
                },
                "end": {
                  "line": 414,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 11946,
              "end": 11951,
              "loc": {
                "start": {
                  "line": 414,
                  "column": 8
                },
                "end": {
                  "line": 414,
                  "column": 13
                },
                "identifierName": "stack"
              },
              "name": "stack"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 11954,
            "end": 11959,
            "loc": {
              "start": {
                "line": 414,
                "column": 16
              },
              "end": {
                "line": 414,
                "column": 21
              },
              "identifierName": "stack"
            },
            "name": "stack"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 11962,
        "end": 12159,
        "loc": {
          "start": {
            "line": 416,
            "column": 0
          },
          "end": {
            "line": 423,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 11971,
          "end": 11980,
          "loc": {
            "start": {
              "line": 416,
              "column": 9
            },
            "end": {
              "line": 416,
              "column": 18
            },
            "identifierName": "sliceArgs"
          },
          "name": "sliceArgs"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 11981,
            "end": 11985,
            "loc": {
              "start": {
                "line": 416,
                "column": 19
              },
              "end": {
                "line": 416,
                "column": 23
              },
              "identifierName": "args"
            },
            "name": "args"
          },
          {
            "type": "Identifier",
            "start": 11987,
            "end": 11992,
            "loc": {
              "start": {
                "line": 416,
                "column": 25
              },
              "end": {
                "line": 416,
                "column": 30
              },
              "identifierName": "begin"
            },
            "name": "begin"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 11994,
          "end": 12159,
          "loc": {
            "start": {
              "line": 416,
              "column": 32
            },
            "end": {
              "line": 423,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 11998,
              "end": 12017,
              "loc": {
                "start": {
                  "line": 417,
                  "column": 2
                },
                "end": {
                  "line": 417,
                  "column": 21
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 11998,
                "end": 12016,
                "loc": {
                  "start": {
                    "line": 417,
                    "column": 2
                  },
                  "end": {
                    "line": 417,
                    "column": 20
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 11998,
                  "end": 12003,
                  "loc": {
                    "start": {
                      "line": 417,
                      "column": 2
                    },
                    "end": {
                      "line": 417,
                      "column": 7
                    },
                    "identifierName": "begin"
                  },
                  "name": "begin"
                },
                "right": {
                  "type": "LogicalExpression",
                  "start": 12006,
                  "end": 12016,
                  "loc": {
                    "start": {
                      "line": 417,
                      "column": 10
                    },
                    "end": {
                      "line": 417,
                      "column": 20
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 12006,
                    "end": 12011,
                    "loc": {
                      "start": {
                        "line": 417,
                        "column": 10
                      },
                      "end": {
                        "line": 417,
                        "column": 15
                      },
                      "identifierName": "begin"
                    },
                    "name": "begin"
                  },
                  "operator": "||",
                  "right": {
                    "type": "NumericLiteral",
                    "start": 12015,
                    "end": 12016,
                    "loc": {
                      "start": {
                        "line": 417,
                        "column": 19
                      },
                      "end": {
                        "line": 417,
                        "column": 20
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  }
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "start": 12020,
              "end": 12063,
              "loc": {
                "start": {
                  "line": 418,
                  "column": 2
                },
                "end": {
                  "line": 418,
                  "column": 45
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 12026,
                  "end": 12062,
                  "loc": {
                    "start": {
                      "line": 418,
                      "column": 8
                    },
                    "end": {
                      "line": 418,
                      "column": 44
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 12026,
                    "end": 12029,
                    "loc": {
                      "start": {
                        "line": 418,
                        "column": 8
                      },
                      "end": {
                        "line": 418,
                        "column": 11
                      },
                      "identifierName": "tmp"
                    },
                    "name": "tmp"
                  },
                  "init": {
                    "type": "NewExpression",
                    "start": 12032,
                    "end": 12062,
                    "loc": {
                      "start": {
                        "line": 418,
                        "column": 14
                      },
                      "end": {
                        "line": 418,
                        "column": 44
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 12036,
                      "end": 12041,
                      "loc": {
                        "start": {
                          "line": 418,
                          "column": 18
                        },
                        "end": {
                          "line": 418,
                          "column": 23
                        },
                        "identifierName": "Array"
                      },
                      "name": "Array"
                    },
                    "arguments": [
                      {
                        "type": "BinaryExpression",
                        "start": 12042,
                        "end": 12061,
                        "loc": {
                          "start": {
                            "line": 418,
                            "column": 24
                          },
                          "end": {
                            "line": 418,
                            "column": 43
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 12042,
                          "end": 12053,
                          "loc": {
                            "start": {
                              "line": 418,
                              "column": 24
                            },
                            "end": {
                              "line": 418,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12042,
                            "end": 12046,
                            "loc": {
                              "start": {
                                "line": 418,
                                "column": 24
                              },
                              "end": {
                                "line": 418,
                                "column": 28
                              },
                              "identifierName": "args"
                            },
                            "name": "args"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12047,
                            "end": 12053,
                            "loc": {
                              "start": {
                                "line": 418,
                                "column": 29
                              },
                              "end": {
                                "line": 418,
                                "column": 35
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "-",
                        "right": {
                          "type": "Identifier",
                          "start": 12056,
                          "end": 12061,
                          "loc": {
                            "start": {
                              "line": 418,
                              "column": 38
                            },
                            "end": {
                              "line": 418,
                              "column": 43
                            },
                            "identifierName": "begin"
                          },
                          "name": "begin"
                        }
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ForStatement",
              "start": 12066,
              "end": 12143,
              "loc": {
                "start": {
                  "line": 419,
                  "column": 2
                },
                "end": {
                  "line": 421,
                  "column": 3
                }
              },
              "init": {
                "type": "VariableDeclaration",
                "start": 12071,
                "end": 12084,
                "loc": {
                  "start": {
                    "line": 419,
                    "column": 7
                  },
                  "end": {
                    "line": 419,
                    "column": 20
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12075,
                    "end": 12084,
                    "loc": {
                      "start": {
                        "line": 419,
                        "column": 11
                      },
                      "end": {
                        "line": 419,
                        "column": 20
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12075,
                      "end": 12076,
                      "loc": {
                        "start": {
                          "line": 419,
                          "column": 11
                        },
                        "end": {
                          "line": 419,
                          "column": 12
                        },
                        "identifierName": "i"
                      },
                      "name": "i"
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 12079,
                      "end": 12084,
                      "loc": {
                        "start": {
                          "line": 419,
                          "column": 15
                        },
                        "end": {
                          "line": 419,
                          "column": 20
                        },
                        "identifierName": "begin"
                      },
                      "name": "begin"
                    }
                  }
                ],
                "kind": "let"
              },
              "test": {
                "type": "BinaryExpression",
                "start": 12086,
                "end": 12101,
                "loc": {
                  "start": {
                    "line": 419,
                    "column": 22
                  },
                  "end": {
                    "line": 419,
                    "column": 37
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 12086,
                  "end": 12087,
                  "loc": {
                    "start": {
                      "line": 419,
                      "column": 22
                    },
                    "end": {
                      "line": 419,
                      "column": 23
                    },
                    "identifierName": "i"
                  },
                  "name": "i"
                },
                "operator": "<",
                "right": {
                  "type": "MemberExpression",
                  "start": 12090,
                  "end": 12101,
                  "loc": {
                    "start": {
                      "line": 419,
                      "column": 26
                    },
                    "end": {
                      "line": 419,
                      "column": 37
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 12090,
                    "end": 12094,
                    "loc": {
                      "start": {
                        "line": 419,
                        "column": 26
                      },
                      "end": {
                        "line": 419,
                        "column": 30
                      },
                      "identifierName": "args"
                    },
                    "name": "args"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 12095,
                    "end": 12101,
                    "loc": {
                      "start": {
                        "line": 419,
                        "column": 31
                      },
                      "end": {
                        "line": 419,
                        "column": 37
                      },
                      "identifierName": "length"
                    },
                    "name": "length"
                  },
                  "computed": false
                }
              },
              "update": {
                "type": "UpdateExpression",
                "start": 12103,
                "end": 12106,
                "loc": {
                  "start": {
                    "line": 419,
                    "column": 39
                  },
                  "end": {
                    "line": 419,
                    "column": 42
                  }
                },
                "operator": "++",
                "prefix": true,
                "argument": {
                  "type": "Identifier",
                  "start": 12105,
                  "end": 12106,
                  "loc": {
                    "start": {
                      "line": 419,
                      "column": 41
                    },
                    "end": {
                      "line": 419,
                      "column": 42
                    },
                    "identifierName": "i"
                  },
                  "name": "i"
                },
                "extra": {
                  "parenthesizedArgument": false
                }
              },
              "body": {
                "type": "BlockStatement",
                "start": 12108,
                "end": 12143,
                "loc": {
                  "start": {
                    "line": 419,
                    "column": 44
                  },
                  "end": {
                    "line": 421,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 12114,
                    "end": 12139,
                    "loc": {
                      "start": {
                        "line": 420,
                        "column": 4
                      },
                      "end": {
                        "line": 420,
                        "column": 29
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 12114,
                      "end": 12138,
                      "loc": {
                        "start": {
                          "line": 420,
                          "column": 4
                        },
                        "end": {
                          "line": 420,
                          "column": 28
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 12114,
                        "end": 12128,
                        "loc": {
                          "start": {
                            "line": 420,
                            "column": 4
                          },
                          "end": {
                            "line": 420,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12114,
                          "end": 12117,
                          "loc": {
                            "start": {
                              "line": 420,
                              "column": 4
                            },
                            "end": {
                              "line": 420,
                              "column": 7
                            },
                            "identifierName": "tmp"
                          },
                          "name": "tmp"
                        },
                        "property": {
                          "type": "BinaryExpression",
                          "start": 12118,
                          "end": 12127,
                          "loc": {
                            "start": {
                              "line": 420,
                              "column": 8
                            },
                            "end": {
                              "line": 420,
                              "column": 17
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 12118,
                            "end": 12119,
                            "loc": {
                              "start": {
                                "line": 420,
                                "column": 8
                              },
                              "end": {
                                "line": 420,
                                "column": 9
                              },
                              "identifierName": "i"
                            },
                            "name": "i"
                          },
                          "operator": "-",
                          "right": {
                            "type": "Identifier",
                            "start": 12122,
                            "end": 12127,
                            "loc": {
                              "start": {
                                "line": 420,
                                "column": 12
                              },
                              "end": {
                                "line": 420,
                                "column": 17
                              },
                              "identifierName": "begin"
                            },
                            "name": "begin"
                          }
                        },
                        "computed": true
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 12131,
                        "end": 12138,
                        "loc": {
                          "start": {
                            "line": 420,
                            "column": 21
                          },
                          "end": {
                            "line": 420,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12131,
                          "end": 12135,
                          "loc": {
                            "start": {
                              "line": 420,
                              "column": 21
                            },
                            "end": {
                              "line": 420,
                              "column": 25
                            },
                            "identifierName": "args"
                          },
                          "name": "args"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12136,
                          "end": 12137,
                          "loc": {
                            "start": {
                              "line": 420,
                              "column": 26
                            },
                            "end": {
                              "line": 420,
                              "column": 27
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        },
                        "computed": true
                      }
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ReturnStatement",
              "start": 12146,
              "end": 12157,
              "loc": {
                "start": {
                  "line": 422,
                  "column": 2
                },
                "end": {
                  "line": 422,
                  "column": 13
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 12153,
                "end": 12156,
                "loc": {
                  "start": {
                    "line": 422,
                    "column": 9
                  },
                  "end": {
                    "line": 422,
                    "column": 12
                  },
                  "identifierName": "tmp"
                },
                "name": "tmp"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12160,
        "end": 12190,
        "loc": {
          "start": {
            "line": 424,
            "column": 0
          },
          "end": {
            "line": 424,
            "column": 30
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12160,
          "end": 12189,
          "loc": {
            "start": {
              "line": 424,
              "column": 0
            },
            "end": {
              "line": 424,
              "column": 29
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12160,
            "end": 12177,
            "loc": {
              "start": {
                "line": 424,
                "column": 0
              },
              "end": {
                "line": 424,
                "column": 17
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12160,
              "end": 12167,
              "loc": {
                "start": {
                  "line": 424,
                  "column": 0
                },
                "end": {
                  "line": 424,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 12168,
              "end": 12177,
              "loc": {
                "start": {
                  "line": 424,
                  "column": 8
                },
                "end": {
                  "line": 424,
                  "column": 17
                },
                "identifierName": "sliceArgs"
              },
              "name": "sliceArgs"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12180,
            "end": 12189,
            "loc": {
              "start": {
                "line": 424,
                "column": 20
              },
              "end": {
                "line": 424,
                "column": 29
              },
              "identifierName": "sliceArgs"
            },
            "name": "sliceArgs"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 12192,
        "end": 12354,
        "loc": {
          "start": {
            "line": 426,
            "column": 0
          },
          "end": {
            "line": 432,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 12201,
          "end": 12204,
          "loc": {
            "start": {
              "line": 426,
              "column": 9
            },
            "end": {
              "line": 426,
              "column": 12
            },
            "identifierName": "now"
          },
          "name": "now"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 12205,
            "end": 12212,
            "loc": {
              "start": {
                "line": 426,
                "column": 13
              },
              "end": {
                "line": 426,
                "column": 20
              },
              "identifierName": "dialect"
            },
            "name": "dialect"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 12214,
          "end": 12354,
          "loc": {
            "start": {
              "line": 426,
              "column": 22
            },
            "end": {
              "line": 432,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 12218,
              "end": 12241,
              "loc": {
                "start": {
                  "line": 427,
                  "column": 2
                },
                "end": {
                  "line": 427,
                  "column": 25
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 12224,
                  "end": 12240,
                  "loc": {
                    "start": {
                      "line": 427,
                      "column": 8
                    },
                    "end": {
                      "line": 427,
                      "column": 24
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 12224,
                    "end": 12227,
                    "loc": {
                      "start": {
                        "line": 427,
                        "column": 8
                      },
                      "end": {
                        "line": 427,
                        "column": 11
                      },
                      "identifierName": "now"
                    },
                    "name": "now"
                  },
                  "init": {
                    "type": "NewExpression",
                    "start": 12230,
                    "end": 12240,
                    "loc": {
                      "start": {
                        "line": 427,
                        "column": 14
                      },
                      "end": {
                        "line": 427,
                        "column": 24
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 12234,
                      "end": 12238,
                      "loc": {
                        "start": {
                          "line": 427,
                          "column": 18
                        },
                        "end": {
                          "line": 427,
                          "column": 22
                        },
                        "identifierName": "Date"
                      },
                      "name": "Date"
                    },
                    "arguments": []
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "IfStatement",
              "start": 12244,
              "end": 12338,
              "loc": {
                "start": {
                  "line": 428,
                  "column": 2
                },
                "end": {
                  "line": 430,
                  "column": 3
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 12248,
                "end": 12303,
                "loc": {
                  "start": {
                    "line": 428,
                    "column": 6
                  },
                  "end": {
                    "line": 428,
                    "column": 61
                  }
                },
                "left": {
                  "type": "CallExpression",
                  "start": 12248,
                  "end": 12296,
                  "loc": {
                    "start": {
                      "line": 428,
                      "column": 6
                    },
                    "end": {
                      "line": 428,
                      "column": 54
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 12248,
                    "end": 12287,
                    "loc": {
                      "start": {
                        "line": 428,
                        "column": 6
                      },
                      "end": {
                        "line": 428,
                        "column": 45
                      }
                    },
                    "object": {
                      "type": "ArrayExpression",
                      "start": 12248,
                      "end": 12279,
                      "loc": {
                        "start": {
                          "line": 428,
                          "column": 6
                        },
                        "end": {
                          "line": 428,
                          "column": 37
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 12249,
                          "end": 12256,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 7
                            },
                            "end": {
                              "line": 428,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "mysql",
                            "raw": "'mysql'"
                          },
                          "value": "mysql"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 12258,
                          "end": 12268,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 16
                            },
                            "end": {
                              "line": 428,
                              "column": 26
                            }
                          },
                          "extra": {
                            "rawValue": "postgres",
                            "raw": "'postgres'"
                          },
                          "value": "postgres"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 12270,
                          "end": 12278,
                          "loc": {
                            "start": {
                              "line": 428,
                              "column": 28
                            },
                            "end": {
                              "line": 428,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": "sqlite",
                            "raw": "'sqlite'"
                          },
                          "value": "sqlite"
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 12280,
                      "end": 12287,
                      "loc": {
                        "start": {
                          "line": 428,
                          "column": 38
                        },
                        "end": {
                          "line": 428,
                          "column": 45
                        },
                        "identifierName": "indexOf"
                      },
                      "name": "indexOf"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 12288,
                      "end": 12295,
                      "loc": {
                        "start": {
                          "line": 428,
                          "column": 46
                        },
                        "end": {
                          "line": 428,
                          "column": 53
                        },
                        "identifierName": "dialect"
                      },
                      "name": "dialect"
                    }
                  ]
                },
                "operator": "===",
                "right": {
                  "type": "UnaryExpression",
                  "start": 12301,
                  "end": 12303,
                  "loc": {
                    "start": {
                      "line": 428,
                      "column": 59
                    },
                    "end": {
                      "line": 428,
                      "column": 61
                    }
                  },
                  "operator": "-",
                  "prefix": true,
                  "argument": {
                    "type": "NumericLiteral",
                    "start": 12302,
                    "end": 12303,
                    "loc": {
                      "start": {
                        "line": 428,
                        "column": 60
                      },
                      "end": {
                        "line": 428,
                        "column": 61
                      }
                    },
                    "extra": {
                      "rawValue": 1,
                      "raw": "1"
                    },
                    "value": 1
                  },
                  "extra": {
                    "parenthesizedArgument": false
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 12305,
                "end": 12338,
                "loc": {
                  "start": {
                    "line": 428,
                    "column": 63
                  },
                  "end": {
                    "line": 430,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 12311,
                    "end": 12334,
                    "loc": {
                      "start": {
                        "line": 429,
                        "column": 4
                      },
                      "end": {
                        "line": 429,
                        "column": 27
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 12311,
                      "end": 12333,
                      "loc": {
                        "start": {
                          "line": 429,
                          "column": 4
                        },
                        "end": {
                          "line": 429,
                          "column": 26
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12311,
                        "end": 12330,
                        "loc": {
                          "start": {
                            "line": 429,
                            "column": 4
                          },
                          "end": {
                            "line": 429,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12311,
                          "end": 12314,
                          "loc": {
                            "start": {
                              "line": 429,
                              "column": 4
                            },
                            "end": {
                              "line": 429,
                              "column": 7
                            },
                            "identifierName": "now"
                          },
                          "name": "now"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12315,
                          "end": 12330,
                          "loc": {
                            "start": {
                              "line": 429,
                              "column": 8
                            },
                            "end": {
                              "line": 429,
                              "column": 23
                            },
                            "identifierName": "setMilliseconds"
                          },
                          "name": "setMilliseconds"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 12331,
                          "end": 12332,
                          "loc": {
                            "start": {
                              "line": 429,
                              "column": 24
                            },
                            "end": {
                              "line": 429,
                              "column": 25
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 12341,
              "end": 12352,
              "loc": {
                "start": {
                  "line": 431,
                  "column": 2
                },
                "end": {
                  "line": 431,
                  "column": 13
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 12348,
                "end": 12351,
                "loc": {
                  "start": {
                    "line": 431,
                    "column": 9
                  },
                  "end": {
                    "line": 431,
                    "column": 12
                  },
                  "identifierName": "now"
                },
                "name": "now"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12355,
        "end": 12373,
        "loc": {
          "start": {
            "line": 433,
            "column": 0
          },
          "end": {
            "line": 433,
            "column": 18
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12355,
          "end": 12372,
          "loc": {
            "start": {
              "line": 433,
              "column": 0
            },
            "end": {
              "line": 433,
              "column": 17
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12355,
            "end": 12366,
            "loc": {
              "start": {
                "line": 433,
                "column": 0
              },
              "end": {
                "line": 433,
                "column": 11
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12355,
              "end": 12362,
              "loc": {
                "start": {
                  "line": 433,
                  "column": 0
                },
                "end": {
                  "line": 433,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 12363,
              "end": 12366,
              "loc": {
                "start": {
                  "line": 433,
                  "column": 8
                },
                "end": {
                  "line": 433,
                  "column": 11
                },
                "identifierName": "now"
              },
              "name": "now"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12369,
            "end": 12372,
            "loc": {
              "start": {
                "line": 433,
                "column": 14
              },
              "end": {
                "line": 433,
                "column": 17
              },
              "identifierName": "now"
            },
            "name": "now"
          }
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " Note: Use the `quoteIdentifier()` and `escape()` methods on the",
            "start": 12375,
            "end": 12441,
            "loc": {
              "start": {
                "line": 435,
                "column": 0
              },
              "end": {
                "line": 435,
                "column": 66
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " `QueryInterface` instead for more portable code.",
            "start": 12442,
            "end": 12493,
            "loc": {
              "start": {
                "line": 436,
                "column": 0
              },
              "end": {
                "line": 436,
                "column": 51
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 12495,
        "end": 12517,
        "loc": {
          "start": {
            "line": 438,
            "column": 0
          },
          "end": {
            "line": 438,
            "column": 22
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 12501,
            "end": 12516,
            "loc": {
              "start": {
                "line": 438,
                "column": 6
              },
              "end": {
                "line": 438,
                "column": 21
              }
            },
            "id": {
              "type": "Identifier",
              "start": 12501,
              "end": 12510,
              "loc": {
                "start": {
                  "line": 438,
                  "column": 6
                },
                "end": {
                  "line": 438,
                  "column": 15
                },
                "identifierName": "TICK_CHAR"
              },
              "name": "TICK_CHAR",
              "leadingComments": null
            },
            "init": {
              "type": "StringLiteral",
              "start": 12513,
              "end": 12516,
              "loc": {
                "start": {
                  "line": 438,
                  "column": 18
                },
                "end": {
                  "line": 438,
                  "column": 21
                }
              },
              "extra": {
                "rawValue": "`",
                "raw": "'`'"
              },
              "value": "`"
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " Note: Use the `quoteIdentifier()` and `escape()` methods on the",
            "start": 12375,
            "end": 12441,
            "loc": {
              "start": {
                "line": 435,
                "column": 0
              },
              "end": {
                "line": 435,
                "column": 66
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " `QueryInterface` instead for more portable code.",
            "start": 12442,
            "end": 12493,
            "loc": {
              "start": {
                "line": 436,
                "column": 0
              },
              "end": {
                "line": 436,
                "column": 51
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 12518,
        "end": 12548,
        "loc": {
          "start": {
            "line": 439,
            "column": 0
          },
          "end": {
            "line": 439,
            "column": 30
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12518,
          "end": 12547,
          "loc": {
            "start": {
              "line": 439,
              "column": 0
            },
            "end": {
              "line": 439,
              "column": 29
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12518,
            "end": 12535,
            "loc": {
              "start": {
                "line": 439,
                "column": 0
              },
              "end": {
                "line": 439,
                "column": 17
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12518,
              "end": 12525,
              "loc": {
                "start": {
                  "line": 439,
                  "column": 0
                },
                "end": {
                  "line": 439,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 12526,
              "end": 12535,
              "loc": {
                "start": {
                  "line": 439,
                  "column": 8
                },
                "end": {
                  "line": 439,
                  "column": 17
                },
                "identifierName": "TICK_CHAR"
              },
              "name": "TICK_CHAR"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12538,
            "end": 12547,
            "loc": {
              "start": {
                "line": 439,
                "column": 20
              },
              "end": {
                "line": 439,
                "column": 29
              },
              "identifierName": "TICK_CHAR"
            },
            "name": "TICK_CHAR"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 12550,
        "end": 12677,
        "loc": {
          "start": {
            "line": 441,
            "column": 0
          },
          "end": {
            "line": 444,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 12559,
          "end": 12567,
          "loc": {
            "start": {
              "line": 441,
              "column": 9
            },
            "end": {
              "line": 441,
              "column": 17
            },
            "identifierName": "addTicks"
          },
          "name": "addTicks"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 12568,
            "end": 12569,
            "loc": {
              "start": {
                "line": 441,
                "column": 18
              },
              "end": {
                "line": 441,
                "column": 19
              },
              "identifierName": "s"
            },
            "name": "s"
          },
          {
            "type": "Identifier",
            "start": 12571,
            "end": 12579,
            "loc": {
              "start": {
                "line": 441,
                "column": 21
              },
              "end": {
                "line": 441,
                "column": 29
              },
              "identifierName": "tickChar"
            },
            "name": "tickChar"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 12581,
          "end": 12677,
          "loc": {
            "start": {
              "line": 441,
              "column": 31
            },
            "end": {
              "line": 444,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 12585,
              "end": 12618,
              "loc": {
                "start": {
                  "line": 442,
                  "column": 2
                },
                "end": {
                  "line": 442,
                  "column": 35
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 12585,
                "end": 12617,
                "loc": {
                  "start": {
                    "line": 442,
                    "column": 2
                  },
                  "end": {
                    "line": 442,
                    "column": 34
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 12585,
                  "end": 12593,
                  "loc": {
                    "start": {
                      "line": 442,
                      "column": 2
                    },
                    "end": {
                      "line": 442,
                      "column": 10
                    },
                    "identifierName": "tickChar"
                  },
                  "name": "tickChar"
                },
                "right": {
                  "type": "LogicalExpression",
                  "start": 12596,
                  "end": 12617,
                  "loc": {
                    "start": {
                      "line": 442,
                      "column": 13
                    },
                    "end": {
                      "line": 442,
                      "column": 34
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 12596,
                    "end": 12604,
                    "loc": {
                      "start": {
                        "line": 442,
                        "column": 13
                      },
                      "end": {
                        "line": 442,
                        "column": 21
                      },
                      "identifierName": "tickChar"
                    },
                    "name": "tickChar"
                  },
                  "operator": "||",
                  "right": {
                    "type": "Identifier",
                    "start": 12608,
                    "end": 12617,
                    "loc": {
                      "start": {
                        "line": 442,
                        "column": 25
                      },
                      "end": {
                        "line": 442,
                        "column": 34
                      },
                      "identifierName": "TICK_CHAR"
                    },
                    "name": "TICK_CHAR"
                  }
                }
              }
            },
            {
              "type": "ReturnStatement",
              "start": 12621,
              "end": 12675,
              "loc": {
                "start": {
                  "line": 443,
                  "column": 2
                },
                "end": {
                  "line": 443,
                  "column": 56
                }
              },
              "argument": {
                "type": "BinaryExpression",
                "start": 12628,
                "end": 12674,
                "loc": {
                  "start": {
                    "line": 443,
                    "column": 9
                  },
                  "end": {
                    "line": 443,
                    "column": 55
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 12628,
                  "end": 12663,
                  "loc": {
                    "start": {
                      "line": 443,
                      "column": 9
                    },
                    "end": {
                      "line": 443,
                      "column": 44
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 12628,
                    "end": 12636,
                    "loc": {
                      "start": {
                        "line": 443,
                        "column": 9
                      },
                      "end": {
                        "line": 443,
                        "column": 17
                      },
                      "identifierName": "tickChar"
                    },
                    "name": "tickChar"
                  },
                  "operator": "+",
                  "right": {
                    "type": "CallExpression",
                    "start": 12639,
                    "end": 12663,
                    "loc": {
                      "start": {
                        "line": 443,
                        "column": 20
                      },
                      "end": {
                        "line": 443,
                        "column": 44
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 12639,
                      "end": 12650,
                      "loc": {
                        "start": {
                          "line": 443,
                          "column": 20
                        },
                        "end": {
                          "line": 443,
                          "column": 31
                        },
                        "identifierName": "removeTicks"
                      },
                      "name": "removeTicks"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 12651,
                        "end": 12652,
                        "loc": {
                          "start": {
                            "line": 443,
                            "column": 32
                          },
                          "end": {
                            "line": 443,
                            "column": 33
                          },
                          "identifierName": "s"
                        },
                        "name": "s"
                      },
                      {
                        "type": "Identifier",
                        "start": 12654,
                        "end": 12662,
                        "loc": {
                          "start": {
                            "line": 443,
                            "column": 35
                          },
                          "end": {
                            "line": 443,
                            "column": 43
                          },
                          "identifierName": "tickChar"
                        },
                        "name": "tickChar"
                      }
                    ]
                  }
                },
                "operator": "+",
                "right": {
                  "type": "Identifier",
                  "start": 12666,
                  "end": 12674,
                  "loc": {
                    "start": {
                      "line": 443,
                      "column": 47
                    },
                    "end": {
                      "line": 443,
                      "column": 55
                    },
                    "identifierName": "tickChar"
                  },
                  "name": "tickChar"
                }
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12678,
        "end": 12706,
        "loc": {
          "start": {
            "line": 445,
            "column": 0
          },
          "end": {
            "line": 445,
            "column": 28
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12678,
          "end": 12705,
          "loc": {
            "start": {
              "line": 445,
              "column": 0
            },
            "end": {
              "line": 445,
              "column": 27
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12678,
            "end": 12694,
            "loc": {
              "start": {
                "line": 445,
                "column": 0
              },
              "end": {
                "line": 445,
                "column": 16
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12678,
              "end": 12685,
              "loc": {
                "start": {
                  "line": 445,
                  "column": 0
                },
                "end": {
                  "line": 445,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 12686,
              "end": 12694,
              "loc": {
                "start": {
                  "line": 445,
                  "column": 8
                },
                "end": {
                  "line": 445,
                  "column": 16
                },
                "identifierName": "addTicks"
              },
              "name": "addTicks"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12697,
            "end": 12705,
            "loc": {
              "start": {
                "line": 445,
                "column": 19
              },
              "end": {
                "line": 445,
                "column": 27
              },
              "identifierName": "addTicks"
            },
            "name": "addTicks"
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 12708,
        "end": 12832,
        "loc": {
          "start": {
            "line": 447,
            "column": 0
          },
          "end": {
            "line": 450,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 12717,
          "end": 12728,
          "loc": {
            "start": {
              "line": 447,
              "column": 9
            },
            "end": {
              "line": 447,
              "column": 20
            },
            "identifierName": "removeTicks"
          },
          "name": "removeTicks"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 12729,
            "end": 12730,
            "loc": {
              "start": {
                "line": 447,
                "column": 21
              },
              "end": {
                "line": 447,
                "column": 22
              },
              "identifierName": "s"
            },
            "name": "s"
          },
          {
            "type": "Identifier",
            "start": 12732,
            "end": 12740,
            "loc": {
              "start": {
                "line": 447,
                "column": 24
              },
              "end": {
                "line": 447,
                "column": 32
              },
              "identifierName": "tickChar"
            },
            "name": "tickChar"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 12742,
          "end": 12832,
          "loc": {
            "start": {
              "line": 447,
              "column": 34
            },
            "end": {
              "line": 450,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 12746,
              "end": 12779,
              "loc": {
                "start": {
                  "line": 448,
                  "column": 2
                },
                "end": {
                  "line": 448,
                  "column": 35
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 12746,
                "end": 12778,
                "loc": {
                  "start": {
                    "line": 448,
                    "column": 2
                  },
                  "end": {
                    "line": 448,
                    "column": 34
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 12746,
                  "end": 12754,
                  "loc": {
                    "start": {
                      "line": 448,
                      "column": 2
                    },
                    "end": {
                      "line": 448,
                      "column": 10
                    },
                    "identifierName": "tickChar"
                  },
                  "name": "tickChar"
                },
                "right": {
                  "type": "LogicalExpression",
                  "start": 12757,
                  "end": 12778,
                  "loc": {
                    "start": {
                      "line": 448,
                      "column": 13
                    },
                    "end": {
                      "line": 448,
                      "column": 34
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 12757,
                    "end": 12765,
                    "loc": {
                      "start": {
                        "line": 448,
                        "column": 13
                      },
                      "end": {
                        "line": 448,
                        "column": 21
                      },
                      "identifierName": "tickChar"
                    },
                    "name": "tickChar"
                  },
                  "operator": "||",
                  "right": {
                    "type": "Identifier",
                    "start": 12769,
                    "end": 12778,
                    "loc": {
                      "start": {
                        "line": 448,
                        "column": 25
                      },
                      "end": {
                        "line": 448,
                        "column": 34
                      },
                      "identifierName": "TICK_CHAR"
                    },
                    "name": "TICK_CHAR"
                  }
                }
              }
            },
            {
              "type": "ReturnStatement",
              "start": 12782,
              "end": 12830,
              "loc": {
                "start": {
                  "line": 449,
                  "column": 2
                },
                "end": {
                  "line": 449,
                  "column": 50
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 12789,
                "end": 12829,
                "loc": {
                  "start": {
                    "line": 449,
                    "column": 9
                  },
                  "end": {
                    "line": 449,
                    "column": 49
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 12789,
                  "end": 12798,
                  "loc": {
                    "start": {
                      "line": 449,
                      "column": 9
                    },
                    "end": {
                      "line": 449,
                      "column": 18
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 12789,
                    "end": 12790,
                    "loc": {
                      "start": {
                        "line": 449,
                        "column": 9
                      },
                      "end": {
                        "line": 449,
                        "column": 10
                      },
                      "identifierName": "s"
                    },
                    "name": "s"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 12791,
                    "end": 12798,
                    "loc": {
                      "start": {
                        "line": 449,
                        "column": 11
                      },
                      "end": {
                        "line": 449,
                        "column": 18
                      },
                      "identifierName": "replace"
                    },
                    "name": "replace"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "start": 12799,
                    "end": 12824,
                    "loc": {
                      "start": {
                        "line": 449,
                        "column": 19
                      },
                      "end": {
                        "line": 449,
                        "column": 44
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 12803,
                      "end": 12809,
                      "loc": {
                        "start": {
                          "line": 449,
                          "column": 23
                        },
                        "end": {
                          "line": 449,
                          "column": 29
                        },
                        "identifierName": "RegExp"
                      },
                      "name": "RegExp"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 12810,
                        "end": 12818,
                        "loc": {
                          "start": {
                            "line": 449,
                            "column": 30
                          },
                          "end": {
                            "line": 449,
                            "column": 38
                          },
                          "identifierName": "tickChar"
                        },
                        "name": "tickChar"
                      },
                      {
                        "type": "StringLiteral",
                        "start": 12820,
                        "end": 12823,
                        "loc": {
                          "start": {
                            "line": 449,
                            "column": 40
                          },
                          "end": {
                            "line": 449,
                            "column": 43
                          }
                        },
                        "extra": {
                          "rawValue": "g",
                          "raw": "'g'"
                        },
                        "value": "g"
                      }
                    ]
                  },
                  {
                    "type": "StringLiteral",
                    "start": 12826,
                    "end": 12828,
                    "loc": {
                      "start": {
                        "line": 449,
                        "column": 46
                      },
                      "end": {
                        "line": 449,
                        "column": 48
                      }
                    },
                    "extra": {
                      "rawValue": "",
                      "raw": "''"
                    },
                    "value": ""
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12833,
        "end": 12867,
        "loc": {
          "start": {
            "line": 451,
            "column": 0
          },
          "end": {
            "line": 451,
            "column": 34
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12833,
          "end": 12866,
          "loc": {
            "start": {
              "line": 451,
              "column": 0
            },
            "end": {
              "line": 451,
              "column": 33
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12833,
            "end": 12852,
            "loc": {
              "start": {
                "line": 451,
                "column": 0
              },
              "end": {
                "line": 451,
                "column": 19
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12833,
              "end": 12840,
              "loc": {
                "start": {
                  "line": 451,
                  "column": 0
                },
                "end": {
                  "line": 451,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 12841,
              "end": 12852,
              "loc": {
                "start": {
                  "line": 451,
                  "column": 8
                },
                "end": {
                  "line": 451,
                  "column": 19
                },
                "identifierName": "removeTicks"
              },
              "name": "removeTicks"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12855,
            "end": 12866,
            "loc": {
              "start": {
                "line": 451,
                "column": 22
              },
              "end": {
                "line": 451,
                "column": 33
              },
              "identifierName": "removeTicks"
            },
            "name": "removeTicks"
          }
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Utility functions for representing SQL functions, and columns that should be escaped.\n * Please do not use these functions directly, use Sequelize.fn and Sequelize.col instead.\n * @private\n ",
            "start": 12869,
            "end": 13068,
            "loc": {
              "start": {
                "line": 453,
                "column": 0
              },
              "end": {
                "line": 457,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ClassDeclaration",
        "start": 13069,
        "end": 13093,
        "loc": {
          "start": {
            "line": 458,
            "column": 0
          },
          "end": {
            "line": 458,
            "column": 24
          }
        },
        "id": {
          "type": "Identifier",
          "start": 13075,
          "end": 13090,
          "loc": {
            "start": {
              "line": 458,
              "column": 6
            },
            "end": {
              "line": 458,
              "column": 21
            },
            "identifierName": "SequelizeMethod"
          },
          "name": "SequelizeMethod",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 13091,
          "end": 13093,
          "loc": {
            "start": {
              "line": 458,
              "column": 22
            },
            "end": {
              "line": 458,
              "column": 24
            }
          },
          "body": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Utility functions for representing SQL functions, and columns that should be escaped.\n * Please do not use these functions directly, use Sequelize.fn and Sequelize.col instead.\n * @private\n ",
            "start": 12869,
            "end": 13068,
            "loc": {
              "start": {
                "line": 453,
                "column": 0
              },
              "end": {
                "line": 457,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 13094,
        "end": 13136,
        "loc": {
          "start": {
            "line": 459,
            "column": 0
          },
          "end": {
            "line": 459,
            "column": 42
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 13094,
          "end": 13135,
          "loc": {
            "start": {
              "line": 459,
              "column": 0
            },
            "end": {
              "line": 459,
              "column": 41
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 13094,
            "end": 13117,
            "loc": {
              "start": {
                "line": 459,
                "column": 0
              },
              "end": {
                "line": 459,
                "column": 23
              }
            },
            "object": {
              "type": "Identifier",
              "start": 13094,
              "end": 13101,
              "loc": {
                "start": {
                  "line": 459,
                  "column": 0
                },
                "end": {
                  "line": 459,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 13102,
              "end": 13117,
              "loc": {
                "start": {
                  "line": 459,
                  "column": 8
                },
                "end": {
                  "line": 459,
                  "column": 23
                },
                "identifierName": "SequelizeMethod"
              },
              "name": "SequelizeMethod"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 13120,
            "end": 13135,
            "loc": {
              "start": {
                "line": 459,
                "column": 26
              },
              "end": {
                "line": 459,
                "column": 41
              },
              "identifierName": "SequelizeMethod"
            },
            "name": "SequelizeMethod"
          }
        }
      },
      {
        "type": "ClassDeclaration",
        "start": 13138,
        "end": 13312,
        "loc": {
          "start": {
            "line": 461,
            "column": 0
          },
          "end": {
            "line": 470,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 13144,
          "end": 13146,
          "loc": {
            "start": {
              "line": 461,
              "column": 6
            },
            "end": {
              "line": 461,
              "column": 8
            },
            "identifierName": "Fn"
          },
          "name": "Fn"
        },
        "superClass": {
          "type": "Identifier",
          "start": 13155,
          "end": 13170,
          "loc": {
            "start": {
              "line": 461,
              "column": 17
            },
            "end": {
              "line": 461,
              "column": 32
            },
            "identifierName": "SequelizeMethod"
          },
          "name": "SequelizeMethod"
        },
        "body": {
          "type": "ClassBody",
          "start": 13171,
          "end": 13312,
          "loc": {
            "start": {
              "line": 461,
              "column": 33
            },
            "end": {
              "line": 470,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 13175,
              "end": 13255,
              "loc": {
                "start": {
                  "line": 462,
                  "column": 2
                },
                "end": {
                  "line": 466,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 13175,
                "end": 13186,
                "loc": {
                  "start": {
                    "line": 462,
                    "column": 2
                  },
                  "end": {
                    "line": 462,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 13187,
                  "end": 13189,
                  "loc": {
                    "start": {
                      "line": 462,
                      "column": 14
                    },
                    "end": {
                      "line": 462,
                      "column": 16
                    },
                    "identifierName": "fn"
                  },
                  "name": "fn"
                },
                {
                  "type": "Identifier",
                  "start": 13191,
                  "end": 13195,
                  "loc": {
                    "start": {
                      "line": 462,
                      "column": 18
                    },
                    "end": {
                      "line": 462,
                      "column": 22
                    },
                    "identifierName": "args"
                  },
                  "name": "args"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 13197,
                "end": 13255,
                "loc": {
                  "start": {
                    "line": 462,
                    "column": 24
                  },
                  "end": {
                    "line": 466,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 13203,
                    "end": 13211,
                    "loc": {
                      "start": {
                        "line": 463,
                        "column": 4
                      },
                      "end": {
                        "line": 463,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 13203,
                      "end": 13210,
                      "loc": {
                        "start": {
                          "line": 463,
                          "column": 4
                        },
                        "end": {
                          "line": 463,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 13203,
                        "end": 13208,
                        "loc": {
                          "start": {
                            "line": 463,
                            "column": 4
                          },
                          "end": {
                            "line": 463,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 13216,
                    "end": 13229,
                    "loc": {
                      "start": {
                        "line": 464,
                        "column": 4
                      },
                      "end": {
                        "line": 464,
                        "column": 17
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 13216,
                      "end": 13228,
                      "loc": {
                        "start": {
                          "line": 464,
                          "column": 4
                        },
                        "end": {
                          "line": 464,
                          "column": 16
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 13216,
                        "end": 13223,
                        "loc": {
                          "start": {
                            "line": 464,
                            "column": 4
                          },
                          "end": {
                            "line": 464,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 13216,
                          "end": 13220,
                          "loc": {
                            "start": {
                              "line": 464,
                              "column": 4
                            },
                            "end": {
                              "line": 464,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13221,
                          "end": 13223,
                          "loc": {
                            "start": {
                              "line": 464,
                              "column": 9
                            },
                            "end": {
                              "line": 464,
                              "column": 11
                            },
                            "identifierName": "fn"
                          },
                          "name": "fn"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 13226,
                        "end": 13228,
                        "loc": {
                          "start": {
                            "line": 464,
                            "column": 14
                          },
                          "end": {
                            "line": 464,
                            "column": 16
                          },
                          "identifierName": "fn"
                        },
                        "name": "fn"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 13234,
                    "end": 13251,
                    "loc": {
                      "start": {
                        "line": 465,
                        "column": 4
                      },
                      "end": {
                        "line": 465,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 13234,
                      "end": 13250,
                      "loc": {
                        "start": {
                          "line": 465,
                          "column": 4
                        },
                        "end": {
                          "line": 465,
                          "column": 20
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 13234,
                        "end": 13243,
                        "loc": {
                          "start": {
                            "line": 465,
                            "column": 4
                          },
                          "end": {
                            "line": 465,
                            "column": 13
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 13234,
                          "end": 13238,
                          "loc": {
                            "start": {
                              "line": 465,
                              "column": 4
                            },
                            "end": {
                              "line": 465,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13239,
                          "end": 13243,
                          "loc": {
                            "start": {
                              "line": 465,
                              "column": 9
                            },
                            "end": {
                              "line": 465,
                              "column": 13
                            },
                            "identifierName": "args"
                          },
                          "name": "args"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 13246,
                        "end": 13250,
                        "loc": {
                          "start": {
                            "line": 465,
                            "column": 16
                          },
                          "end": {
                            "line": 465,
                            "column": 20
                          },
                          "identifierName": "args"
                        },
                        "name": "args"
                      }
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 13258,
              "end": 13310,
              "loc": {
                "start": {
                  "line": 467,
                  "column": 2
                },
                "end": {
                  "line": 469,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 13258,
                "end": 13263,
                "loc": {
                  "start": {
                    "line": 467,
                    "column": 2
                  },
                  "end": {
                    "line": 467,
                    "column": 7
                  },
                  "identifierName": "clone"
                },
                "name": "clone"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 13266,
                "end": 13310,
                "loc": {
                  "start": {
                    "line": 467,
                    "column": 10
                  },
                  "end": {
                    "line": 469,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 13272,
                    "end": 13306,
                    "loc": {
                      "start": {
                        "line": 468,
                        "column": 4
                      },
                      "end": {
                        "line": 468,
                        "column": 38
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 13279,
                      "end": 13305,
                      "loc": {
                        "start": {
                          "line": 468,
                          "column": 11
                        },
                        "end": {
                          "line": 468,
                          "column": 37
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 13283,
                        "end": 13285,
                        "loc": {
                          "start": {
                            "line": 468,
                            "column": 15
                          },
                          "end": {
                            "line": 468,
                            "column": 17
                          },
                          "identifierName": "Fn"
                        },
                        "name": "Fn"
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 13286,
                          "end": 13293,
                          "loc": {
                            "start": {
                              "line": 468,
                              "column": 18
                            },
                            "end": {
                              "line": 468,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 13286,
                            "end": 13290,
                            "loc": {
                              "start": {
                                "line": 468,
                                "column": 18
                              },
                              "end": {
                                "line": 468,
                                "column": 22
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13291,
                            "end": 13293,
                            "loc": {
                              "start": {
                                "line": 468,
                                "column": 23
                              },
                              "end": {
                                "line": 468,
                                "column": 25
                              },
                              "identifierName": "fn"
                            },
                            "name": "fn"
                          },
                          "computed": false
                        },
                        {
                          "type": "MemberExpression",
                          "start": 13295,
                          "end": 13304,
                          "loc": {
                            "start": {
                              "line": 468,
                              "column": 27
                            },
                            "end": {
                              "line": 468,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 13295,
                            "end": 13299,
                            "loc": {
                              "start": {
                                "line": 468,
                                "column": 27
                              },
                              "end": {
                                "line": 468,
                                "column": 31
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13300,
                            "end": 13304,
                            "loc": {
                              "start": {
                                "line": 468,
                                "column": 32
                              },
                              "end": {
                                "line": 468,
                                "column": 36
                              },
                              "identifierName": "args"
                            },
                            "name": "args"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 13313,
        "end": 13329,
        "loc": {
          "start": {
            "line": 471,
            "column": 0
          },
          "end": {
            "line": 471,
            "column": 16
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 13313,
          "end": 13328,
          "loc": {
            "start": {
              "line": 471,
              "column": 0
            },
            "end": {
              "line": 471,
              "column": 15
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 13313,
            "end": 13323,
            "loc": {
              "start": {
                "line": 471,
                "column": 0
              },
              "end": {
                "line": 471,
                "column": 10
              }
            },
            "object": {
              "type": "Identifier",
              "start": 13313,
              "end": 13320,
              "loc": {
                "start": {
                  "line": 471,
                  "column": 0
                },
                "end": {
                  "line": 471,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 13321,
              "end": 13323,
              "loc": {
                "start": {
                  "line": 471,
                  "column": 8
                },
                "end": {
                  "line": 471,
                  "column": 10
                },
                "identifierName": "Fn"
              },
              "name": "Fn"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 13326,
            "end": 13328,
            "loc": {
              "start": {
                "line": 471,
                "column": 13
              },
              "end": {
                "line": 471,
                "column": 15
              },
              "identifierName": "Fn"
            },
            "name": "Fn"
          }
        }
      },
      {
        "type": "ClassDeclaration",
        "start": 13331,
        "end": 13503,
        "loc": {
          "start": {
            "line": 473,
            "column": 0
          },
          "end": {
            "line": 481,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 13337,
          "end": 13340,
          "loc": {
            "start": {
              "line": 473,
              "column": 6
            },
            "end": {
              "line": 473,
              "column": 9
            },
            "identifierName": "Col"
          },
          "name": "Col"
        },
        "superClass": {
          "type": "Identifier",
          "start": 13349,
          "end": 13364,
          "loc": {
            "start": {
              "line": 473,
              "column": 18
            },
            "end": {
              "line": 473,
              "column": 33
            },
            "identifierName": "SequelizeMethod"
          },
          "name": "SequelizeMethod"
        },
        "body": {
          "type": "ClassBody",
          "start": 13365,
          "end": 13503,
          "loc": {
            "start": {
              "line": 473,
              "column": 34
            },
            "end": {
              "line": 481,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 13369,
              "end": 13501,
              "loc": {
                "start": {
                  "line": 474,
                  "column": 2
                },
                "end": {
                  "line": 480,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 13369,
                "end": 13380,
                "loc": {
                  "start": {
                    "line": 474,
                    "column": 2
                  },
                  "end": {
                    "line": 474,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 13381,
                  "end": 13384,
                  "loc": {
                    "start": {
                      "line": 474,
                      "column": 14
                    },
                    "end": {
                      "line": 474,
                      "column": 17
                    },
                    "identifierName": "col"
                  },
                  "name": "col"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 13386,
                "end": 13501,
                "loc": {
                  "start": {
                    "line": 474,
                    "column": 19
                  },
                  "end": {
                    "line": 480,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 13392,
                    "end": 13400,
                    "loc": {
                      "start": {
                        "line": 475,
                        "column": 4
                      },
                      "end": {
                        "line": 475,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 13392,
                      "end": 13399,
                      "loc": {
                        "start": {
                          "line": 475,
                          "column": 4
                        },
                        "end": {
                          "line": 475,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 13392,
                        "end": 13397,
                        "loc": {
                          "start": {
                            "line": 475,
                            "column": 4
                          },
                          "end": {
                            "line": 475,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 13405,
                    "end": 13477,
                    "loc": {
                      "start": {
                        "line": 476,
                        "column": 4
                      },
                      "end": {
                        "line": 478,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 13409,
                      "end": 13429,
                      "loc": {
                        "start": {
                          "line": 476,
                          "column": 8
                        },
                        "end": {
                          "line": 476,
                          "column": 28
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 13409,
                        "end": 13425,
                        "loc": {
                          "start": {
                            "line": 476,
                            "column": 8
                          },
                          "end": {
                            "line": 476,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13409,
                          "end": 13418,
                          "loc": {
                            "start": {
                              "line": 476,
                              "column": 8
                            },
                            "end": {
                              "line": 476,
                              "column": 17
                            },
                            "identifierName": "arguments"
                          },
                          "name": "arguments"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13419,
                          "end": 13425,
                          "loc": {
                            "start": {
                              "line": 476,
                              "column": 18
                            },
                            "end": {
                              "line": 476,
                              "column": 24
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "operator": ">",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 13428,
                        "end": 13429,
                        "loc": {
                          "start": {
                            "line": 476,
                            "column": 27
                          },
                          "end": {
                            "line": 476,
                            "column": 28
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 13431,
                      "end": 13477,
                      "loc": {
                        "start": {
                          "line": 476,
                          "column": 30
                        },
                        "end": {
                          "line": 478,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 13439,
                          "end": 13471,
                          "loc": {
                            "start": {
                              "line": 477,
                              "column": 6
                            },
                            "end": {
                              "line": 477,
                              "column": 38
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 13439,
                            "end": 13470,
                            "loc": {
                              "start": {
                                "line": 477,
                                "column": 6
                              },
                              "end": {
                                "line": 477,
                                "column": 37
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 13439,
                              "end": 13442,
                              "loc": {
                                "start": {
                                  "line": 477,
                                  "column": 6
                                },
                                "end": {
                                  "line": 477,
                                  "column": 9
                                },
                                "identifierName": "col"
                              },
                              "name": "col"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 13445,
                              "end": 13470,
                              "loc": {
                                "start": {
                                  "line": 477,
                                  "column": 12
                                },
                                "end": {
                                  "line": 477,
                                  "column": 37
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13445,
                                "end": 13459,
                                "loc": {
                                  "start": {
                                    "line": 477,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 477,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13445,
                                  "end": 13449,
                                  "loc": {
                                    "start": {
                                      "line": 477,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 477,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13450,
                                  "end": 13459,
                                  "loc": {
                                    "start": {
                                      "line": 477,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 477,
                                      "column": 26
                                    },
                                    "identifierName": "sliceArgs"
                                  },
                                  "name": "sliceArgs"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 13460,
                                  "end": 13469,
                                  "loc": {
                                    "start": {
                                      "line": 477,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 477,
                                      "column": 36
                                    },
                                    "identifierName": "arguments"
                                  },
                                  "name": "arguments"
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 13482,
                    "end": 13497,
                    "loc": {
                      "start": {
                        "line": 479,
                        "column": 4
                      },
                      "end": {
                        "line": 479,
                        "column": 19
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 13482,
                      "end": 13496,
                      "loc": {
                        "start": {
                          "line": 479,
                          "column": 4
                        },
                        "end": {
                          "line": 479,
                          "column": 18
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 13482,
                        "end": 13490,
                        "loc": {
                          "start": {
                            "line": 479,
                            "column": 4
                          },
                          "end": {
                            "line": 479,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 13482,
                          "end": 13486,
                          "loc": {
                            "start": {
                              "line": 479,
                              "column": 4
                            },
                            "end": {
                              "line": 479,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13487,
                          "end": 13490,
                          "loc": {
                            "start": {
                              "line": 479,
                              "column": 9
                            },
                            "end": {
                              "line": 479,
                              "column": 12
                            },
                            "identifierName": "col"
                          },
                          "name": "col"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 13493,
                        "end": 13496,
                        "loc": {
                          "start": {
                            "line": 479,
                            "column": 15
                          },
                          "end": {
                            "line": 479,
                            "column": 18
                          },
                          "identifierName": "col"
                        },
                        "name": "col"
                      }
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 13504,
        "end": 13522,
        "loc": {
          "start": {
            "line": 482,
            "column": 0
          },
          "end": {
            "line": 482,
            "column": 18
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 13504,
          "end": 13521,
          "loc": {
            "start": {
              "line": 482,
              "column": 0
            },
            "end": {
              "line": 482,
              "column": 17
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 13504,
            "end": 13515,
            "loc": {
              "start": {
                "line": 482,
                "column": 0
              },
              "end": {
                "line": 482,
                "column": 11
              }
            },
            "object": {
              "type": "Identifier",
              "start": 13504,
              "end": 13511,
              "loc": {
                "start": {
                  "line": 482,
                  "column": 0
                },
                "end": {
                  "line": 482,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 13512,
              "end": 13515,
              "loc": {
                "start": {
                  "line": 482,
                  "column": 8
                },
                "end": {
                  "line": 482,
                  "column": 11
                },
                "identifierName": "Col"
              },
              "name": "Col"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 13518,
            "end": 13521,
            "loc": {
              "start": {
                "line": 482,
                "column": 14
              },
              "end": {
                "line": 482,
                "column": 17
              },
              "identifierName": "Col"
            },
            "name": "Col"
          }
        }
      },
      {
        "type": "ClassDeclaration",
        "start": 13524,
        "end": 13663,
        "loc": {
          "start": {
            "line": 484,
            "column": 0
          },
          "end": {
            "line": 490,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 13530,
          "end": 13534,
          "loc": {
            "start": {
              "line": 484,
              "column": 6
            },
            "end": {
              "line": 484,
              "column": 10
            },
            "identifierName": "Cast"
          },
          "name": "Cast"
        },
        "superClass": {
          "type": "Identifier",
          "start": 13543,
          "end": 13558,
          "loc": {
            "start": {
              "line": 484,
              "column": 19
            },
            "end": {
              "line": 484,
              "column": 34
            },
            "identifierName": "SequelizeMethod"
          },
          "name": "SequelizeMethod"
        },
        "body": {
          "type": "ClassBody",
          "start": 13559,
          "end": 13663,
          "loc": {
            "start": {
              "line": 484,
              "column": 35
            },
            "end": {
              "line": 490,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 13563,
              "end": 13661,
              "loc": {
                "start": {
                  "line": 485,
                  "column": 2
                },
                "end": {
                  "line": 489,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 13563,
                "end": 13574,
                "loc": {
                  "start": {
                    "line": 485,
                    "column": 2
                  },
                  "end": {
                    "line": 485,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 13575,
                  "end": 13578,
                  "loc": {
                    "start": {
                      "line": 485,
                      "column": 14
                    },
                    "end": {
                      "line": 485,
                      "column": 17
                    },
                    "identifierName": "val"
                  },
                  "name": "val"
                },
                {
                  "type": "Identifier",
                  "start": 13580,
                  "end": 13584,
                  "loc": {
                    "start": {
                      "line": 485,
                      "column": 19
                    },
                    "end": {
                      "line": 485,
                      "column": 23
                    },
                    "identifierName": "type"
                  },
                  "name": "type"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 13586,
                "end": 13661,
                "loc": {
                  "start": {
                    "line": 485,
                    "column": 25
                  },
                  "end": {
                    "line": 489,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 13592,
                    "end": 13600,
                    "loc": {
                      "start": {
                        "line": 486,
                        "column": 4
                      },
                      "end": {
                        "line": 486,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 13592,
                      "end": 13599,
                      "loc": {
                        "start": {
                          "line": 486,
                          "column": 4
                        },
                        "end": {
                          "line": 486,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 13592,
                        "end": 13597,
                        "loc": {
                          "start": {
                            "line": 486,
                            "column": 4
                          },
                          "end": {
                            "line": 486,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 13605,
                    "end": 13620,
                    "loc": {
                      "start": {
                        "line": 487,
                        "column": 4
                      },
                      "end": {
                        "line": 487,
                        "column": 19
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 13605,
                      "end": 13619,
                      "loc": {
                        "start": {
                          "line": 487,
                          "column": 4
                        },
                        "end": {
                          "line": 487,
                          "column": 18
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 13605,
                        "end": 13613,
                        "loc": {
                          "start": {
                            "line": 487,
                            "column": 4
                          },
                          "end": {
                            "line": 487,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 13605,
                          "end": 13609,
                          "loc": {
                            "start": {
                              "line": 487,
                              "column": 4
                            },
                            "end": {
                              "line": 487,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13610,
                          "end": 13613,
                          "loc": {
                            "start": {
                              "line": 487,
                              "column": 9
                            },
                            "end": {
                              "line": 487,
                              "column": 12
                            },
                            "identifierName": "val"
                          },
                          "name": "val"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 13616,
                        "end": 13619,
                        "loc": {
                          "start": {
                            "line": 487,
                            "column": 15
                          },
                          "end": {
                            "line": 487,
                            "column": 18
                          },
                          "identifierName": "val"
                        },
                        "name": "val"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 13625,
                    "end": 13657,
                    "loc": {
                      "start": {
                        "line": 488,
                        "column": 4
                      },
                      "end": {
                        "line": 488,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 13625,
                      "end": 13656,
                      "loc": {
                        "start": {
                          "line": 488,
                          "column": 4
                        },
                        "end": {
                          "line": 488,
                          "column": 35
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 13625,
                        "end": 13634,
                        "loc": {
                          "start": {
                            "line": 488,
                            "column": 4
                          },
                          "end": {
                            "line": 488,
                            "column": 13
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 13625,
                          "end": 13629,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 4
                            },
                            "end": {
                              "line": 488,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13630,
                          "end": 13634,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 9
                            },
                            "end": {
                              "line": 488,
                              "column": 13
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 13637,
                        "end": 13656,
                        "loc": {
                          "start": {
                            "line": 488,
                            "column": 16
                          },
                          "end": {
                            "line": 488,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 13637,
                          "end": 13654,
                          "loc": {
                            "start": {
                              "line": 488,
                              "column": 16
                            },
                            "end": {
                              "line": 488,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "LogicalExpression",
                            "start": 13638,
                            "end": 13648,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 17
                              },
                              "end": {
                                "line": 488,
                                "column": 27
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 13638,
                              "end": 13642,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 17
                                },
                                "end": {
                                  "line": 488,
                                  "column": 21
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "operator": "||",
                            "right": {
                              "type": "StringLiteral",
                              "start": 13646,
                              "end": 13648,
                              "loc": {
                                "start": {
                                  "line": 488,
                                  "column": 25
                                },
                                "end": {
                                  "line": 488,
                                  "column": 27
                                }
                              },
                              "extra": {
                                "rawValue": "",
                                "raw": "''"
                              },
                              "value": ""
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 13637
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13650,
                            "end": 13654,
                            "loc": {
                              "start": {
                                "line": 488,
                                "column": 29
                              },
                              "end": {
                                "line": 488,
                                "column": 33
                              },
                              "identifierName": "trim"
                            },
                            "name": "trim"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 13664,
        "end": 13684,
        "loc": {
          "start": {
            "line": 491,
            "column": 0
          },
          "end": {
            "line": 491,
            "column": 20
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 13664,
          "end": 13683,
          "loc": {
            "start": {
              "line": 491,
              "column": 0
            },
            "end": {
              "line": 491,
              "column": 19
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 13664,
            "end": 13676,
            "loc": {
              "start": {
                "line": 491,
                "column": 0
              },
              "end": {
                "line": 491,
                "column": 12
              }
            },
            "object": {
              "type": "Identifier",
              "start": 13664,
              "end": 13671,
              "loc": {
                "start": {
                  "line": 491,
                  "column": 0
                },
                "end": {
                  "line": 491,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 13672,
              "end": 13676,
              "loc": {
                "start": {
                  "line": 491,
                  "column": 8
                },
                "end": {
                  "line": 491,
                  "column": 12
                },
                "identifierName": "Cast"
              },
              "name": "Cast"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 13679,
            "end": 13683,
            "loc": {
              "start": {
                "line": 491,
                "column": 15
              },
              "end": {
                "line": 491,
                "column": 19
              },
              "identifierName": "Cast"
            },
            "name": "Cast"
          }
        }
      },
      {
        "type": "ClassDeclaration",
        "start": 13686,
        "end": 13785,
        "loc": {
          "start": {
            "line": 493,
            "column": 0
          },
          "end": {
            "line": 498,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 13692,
          "end": 13699,
          "loc": {
            "start": {
              "line": 493,
              "column": 6
            },
            "end": {
              "line": 493,
              "column": 13
            },
            "identifierName": "Literal"
          },
          "name": "Literal"
        },
        "superClass": {
          "type": "Identifier",
          "start": 13708,
          "end": 13723,
          "loc": {
            "start": {
              "line": 493,
              "column": 22
            },
            "end": {
              "line": 493,
              "column": 37
            },
            "identifierName": "SequelizeMethod"
          },
          "name": "SequelizeMethod"
        },
        "body": {
          "type": "ClassBody",
          "start": 13724,
          "end": 13785,
          "loc": {
            "start": {
              "line": 493,
              "column": 38
            },
            "end": {
              "line": 498,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 13728,
              "end": 13783,
              "loc": {
                "start": {
                  "line": 494,
                  "column": 2
                },
                "end": {
                  "line": 497,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 13728,
                "end": 13739,
                "loc": {
                  "start": {
                    "line": 494,
                    "column": 2
                  },
                  "end": {
                    "line": 494,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 13740,
                  "end": 13743,
                  "loc": {
                    "start": {
                      "line": 494,
                      "column": 14
                    },
                    "end": {
                      "line": 494,
                      "column": 17
                    },
                    "identifierName": "val"
                  },
                  "name": "val"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 13745,
                "end": 13783,
                "loc": {
                  "start": {
                    "line": 494,
                    "column": 19
                  },
                  "end": {
                    "line": 497,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 13751,
                    "end": 13759,
                    "loc": {
                      "start": {
                        "line": 495,
                        "column": 4
                      },
                      "end": {
                        "line": 495,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 13751,
                      "end": 13758,
                      "loc": {
                        "start": {
                          "line": 495,
                          "column": 4
                        },
                        "end": {
                          "line": 495,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 13751,
                        "end": 13756,
                        "loc": {
                          "start": {
                            "line": 495,
                            "column": 4
                          },
                          "end": {
                            "line": 495,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 13764,
                    "end": 13779,
                    "loc": {
                      "start": {
                        "line": 496,
                        "column": 4
                      },
                      "end": {
                        "line": 496,
                        "column": 19
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 13764,
                      "end": 13778,
                      "loc": {
                        "start": {
                          "line": 496,
                          "column": 4
                        },
                        "end": {
                          "line": 496,
                          "column": 18
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 13764,
                        "end": 13772,
                        "loc": {
                          "start": {
                            "line": 496,
                            "column": 4
                          },
                          "end": {
                            "line": 496,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 13764,
                          "end": 13768,
                          "loc": {
                            "start": {
                              "line": 496,
                              "column": 4
                            },
                            "end": {
                              "line": 496,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13769,
                          "end": 13772,
                          "loc": {
                            "start": {
                              "line": 496,
                              "column": 9
                            },
                            "end": {
                              "line": 496,
                              "column": 12
                            },
                            "identifierName": "val"
                          },
                          "name": "val"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 13775,
                        "end": 13778,
                        "loc": {
                          "start": {
                            "line": 496,
                            "column": 15
                          },
                          "end": {
                            "line": 496,
                            "column": 18
                          },
                          "identifierName": "val"
                        },
                        "name": "val"
                      }
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 13786,
        "end": 13812,
        "loc": {
          "start": {
            "line": 499,
            "column": 0
          },
          "end": {
            "line": 499,
            "column": 26
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 13786,
          "end": 13811,
          "loc": {
            "start": {
              "line": 499,
              "column": 0
            },
            "end": {
              "line": 499,
              "column": 25
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 13786,
            "end": 13801,
            "loc": {
              "start": {
                "line": 499,
                "column": 0
              },
              "end": {
                "line": 499,
                "column": 15
              }
            },
            "object": {
              "type": "Identifier",
              "start": 13786,
              "end": 13793,
              "loc": {
                "start": {
                  "line": 499,
                  "column": 0
                },
                "end": {
                  "line": 499,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 13794,
              "end": 13801,
              "loc": {
                "start": {
                  "line": 499,
                  "column": 8
                },
                "end": {
                  "line": 499,
                  "column": 15
                },
                "identifierName": "Literal"
              },
              "name": "Literal"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 13804,
            "end": 13811,
            "loc": {
              "start": {
                "line": 499,
                "column": 18
              },
              "end": {
                "line": 499,
                "column": 25
              },
              "identifierName": "Literal"
            },
            "name": "Literal"
          }
        }
      },
      {
        "type": "ClassDeclaration",
        "start": 13814,
        "end": 14102,
        "loc": {
          "start": {
            "line": 501,
            "column": 0
          },
          "end": {
            "line": 513,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 13820,
          "end": 13824,
          "loc": {
            "start": {
              "line": 501,
              "column": 6
            },
            "end": {
              "line": 501,
              "column": 10
            },
            "identifierName": "Json"
          },
          "name": "Json"
        },
        "superClass": {
          "type": "Identifier",
          "start": 13833,
          "end": 13848,
          "loc": {
            "start": {
              "line": 501,
              "column": 19
            },
            "end": {
              "line": 501,
              "column": 34
            },
            "identifierName": "SequelizeMethod"
          },
          "name": "SequelizeMethod"
        },
        "body": {
          "type": "ClassBody",
          "start": 13849,
          "end": 14102,
          "loc": {
            "start": {
              "line": 501,
              "column": 35
            },
            "end": {
              "line": 513,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 13853,
              "end": 14100,
              "loc": {
                "start": {
                  "line": 502,
                  "column": 2
                },
                "end": {
                  "line": 512,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 13853,
                "end": 13864,
                "loc": {
                  "start": {
                    "line": 502,
                    "column": 2
                  },
                  "end": {
                    "line": 502,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 13865,
                  "end": 13881,
                  "loc": {
                    "start": {
                      "line": 502,
                      "column": 14
                    },
                    "end": {
                      "line": 502,
                      "column": 30
                    },
                    "identifierName": "conditionsOrPath"
                  },
                  "name": "conditionsOrPath"
                },
                {
                  "type": "Identifier",
                  "start": 13883,
                  "end": 13888,
                  "loc": {
                    "start": {
                      "line": 502,
                      "column": 32
                    },
                    "end": {
                      "line": 502,
                      "column": 37
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 13890,
                "end": 14100,
                "loc": {
                  "start": {
                    "line": 502,
                    "column": 39
                  },
                  "end": {
                    "line": 512,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 13896,
                    "end": 13904,
                    "loc": {
                      "start": {
                        "line": 503,
                        "column": 4
                      },
                      "end": {
                        "line": 503,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 13896,
                      "end": 13903,
                      "loc": {
                        "start": {
                          "line": 503,
                          "column": 4
                        },
                        "end": {
                          "line": 503,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 13896,
                        "end": 13901,
                        "loc": {
                          "start": {
                            "line": 503,
                            "column": 4
                          },
                          "end": {
                            "line": 503,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 13909,
                    "end": 14096,
                    "loc": {
                      "start": {
                        "line": 504,
                        "column": 4
                      },
                      "end": {
                        "line": 511,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 13913,
                      "end": 13941,
                      "loc": {
                        "start": {
                          "line": 504,
                          "column": 8
                        },
                        "end": {
                          "line": 504,
                          "column": 36
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 13913,
                        "end": 13923,
                        "loc": {
                          "start": {
                            "line": 504,
                            "column": 8
                          },
                          "end": {
                            "line": 504,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13913,
                          "end": 13914,
                          "loc": {
                            "start": {
                              "line": 504,
                              "column": 8
                            },
                            "end": {
                              "line": 504,
                              "column": 9
                            },
                            "identifierName": "_"
                          },
                          "name": "_"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13915,
                          "end": 13923,
                          "loc": {
                            "start": {
                              "line": 504,
                              "column": 10
                            },
                            "end": {
                              "line": 504,
                              "column": 18
                            },
                            "identifierName": "isObject"
                          },
                          "name": "isObject"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 13924,
                          "end": 13940,
                          "loc": {
                            "start": {
                              "line": 504,
                              "column": 19
                            },
                            "end": {
                              "line": 504,
                              "column": 35
                            },
                            "identifierName": "conditionsOrPath"
                          },
                          "name": "conditionsOrPath"
                        }
                      ]
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 13943,
                      "end": 13992,
                      "loc": {
                        "start": {
                          "line": 504,
                          "column": 38
                        },
                        "end": {
                          "line": 506,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 13951,
                          "end": 13986,
                          "loc": {
                            "start": {
                              "line": 505,
                              "column": 6
                            },
                            "end": {
                              "line": 505,
                              "column": 41
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 13951,
                            "end": 13985,
                            "loc": {
                              "start": {
                                "line": 505,
                                "column": 6
                              },
                              "end": {
                                "line": 505,
                                "column": 40
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 13951,
                              "end": 13966,
                              "loc": {
                                "start": {
                                  "line": 505,
                                  "column": 6
                                },
                                "end": {
                                  "line": 505,
                                  "column": 21
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 13951,
                                "end": 13955,
                                "loc": {
                                  "start": {
                                    "line": 505,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 505,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13956,
                                "end": 13966,
                                "loc": {
                                  "start": {
                                    "line": 505,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 505,
                                    "column": 21
                                  },
                                  "identifierName": "conditions"
                                },
                                "name": "conditions"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 13969,
                              "end": 13985,
                              "loc": {
                                "start": {
                                  "line": 505,
                                  "column": 24
                                },
                                "end": {
                                  "line": 505,
                                  "column": 40
                                },
                                "identifierName": "conditionsOrPath"
                              },
                              "name": "conditionsOrPath"
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 13998,
                      "end": 14096,
                      "loc": {
                        "start": {
                          "line": 506,
                          "column": 11
                        },
                        "end": {
                          "line": 511,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 14006,
                          "end": 14035,
                          "loc": {
                            "start": {
                              "line": 507,
                              "column": 6
                            },
                            "end": {
                              "line": 507,
                              "column": 35
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 14006,
                            "end": 14034,
                            "loc": {
                              "start": {
                                "line": 507,
                                "column": 6
                              },
                              "end": {
                                "line": 507,
                                "column": 34
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 14006,
                              "end": 14015,
                              "loc": {
                                "start": {
                                  "line": 507,
                                  "column": 6
                                },
                                "end": {
                                  "line": 507,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 14006,
                                "end": 14010,
                                "loc": {
                                  "start": {
                                    "line": 507,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 507,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14011,
                                "end": 14015,
                                "loc": {
                                  "start": {
                                    "line": 507,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 507,
                                    "column": 15
                                  },
                                  "identifierName": "path"
                                },
                                "name": "path"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 14018,
                              "end": 14034,
                              "loc": {
                                "start": {
                                  "line": 507,
                                  "column": 18
                                },
                                "end": {
                                  "line": 507,
                                  "column": 34
                                },
                                "identifierName": "conditionsOrPath"
                              },
                              "name": "conditionsOrPath"
                            }
                          }
                        },
                        {
                          "type": "IfStatement",
                          "start": 14042,
                          "end": 14090,
                          "loc": {
                            "start": {
                              "line": 508,
                              "column": 6
                            },
                            "end": {
                              "line": 510,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "Identifier",
                            "start": 14046,
                            "end": 14051,
                            "loc": {
                              "start": {
                                "line": 508,
                                "column": 10
                              },
                              "end": {
                                "line": 508,
                                "column": 15
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 14053,
                            "end": 14090,
                            "loc": {
                              "start": {
                                "line": 508,
                                "column": 17
                              },
                              "end": {
                                "line": 510,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 14063,
                                "end": 14082,
                                "loc": {
                                  "start": {
                                    "line": 509,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 509,
                                    "column": 27
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 14063,
                                  "end": 14081,
                                  "loc": {
                                    "start": {
                                      "line": 509,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 509,
                                      "column": 26
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 14063,
                                    "end": 14073,
                                    "loc": {
                                      "start": {
                                        "line": 509,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 509,
                                        "column": 18
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 14063,
                                      "end": 14067,
                                      "loc": {
                                        "start": {
                                          "line": 509,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 509,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14068,
                                      "end": 14073,
                                      "loc": {
                                        "start": {
                                          "line": 509,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 509,
                                          "column": 18
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 14076,
                                    "end": 14081,
                                    "loc": {
                                      "start": {
                                        "line": 509,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 509,
                                        "column": 26
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 14103,
        "end": 14123,
        "loc": {
          "start": {
            "line": 514,
            "column": 0
          },
          "end": {
            "line": 514,
            "column": 20
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 14103,
          "end": 14122,
          "loc": {
            "start": {
              "line": 514,
              "column": 0
            },
            "end": {
              "line": 514,
              "column": 19
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 14103,
            "end": 14115,
            "loc": {
              "start": {
                "line": 514,
                "column": 0
              },
              "end": {
                "line": 514,
                "column": 12
              }
            },
            "object": {
              "type": "Identifier",
              "start": 14103,
              "end": 14110,
              "loc": {
                "start": {
                  "line": 514,
                  "column": 0
                },
                "end": {
                  "line": 514,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 14111,
              "end": 14115,
              "loc": {
                "start": {
                  "line": 514,
                  "column": 8
                },
                "end": {
                  "line": 514,
                  "column": 12
                },
                "identifierName": "Json"
              },
              "name": "Json"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 14118,
            "end": 14122,
            "loc": {
              "start": {
                "line": 514,
                "column": 15
              },
              "end": {
                "line": 514,
                "column": 19
              },
              "identifierName": "Json"
            },
            "name": "Json"
          }
        }
      },
      {
        "type": "ClassDeclaration",
        "start": 14125,
        "end": 14405,
        "loc": {
          "start": {
            "line": 516,
            "column": 0
          },
          "end": {
            "line": 528,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 14131,
          "end": 14136,
          "loc": {
            "start": {
              "line": 516,
              "column": 6
            },
            "end": {
              "line": 516,
              "column": 11
            },
            "identifierName": "Where"
          },
          "name": "Where"
        },
        "superClass": {
          "type": "Identifier",
          "start": 14145,
          "end": 14160,
          "loc": {
            "start": {
              "line": 516,
              "column": 20
            },
            "end": {
              "line": 516,
              "column": 35
            },
            "identifierName": "SequelizeMethod"
          },
          "name": "SequelizeMethod"
        },
        "body": {
          "type": "ClassBody",
          "start": 14161,
          "end": 14405,
          "loc": {
            "start": {
              "line": 516,
              "column": 36
            },
            "end": {
              "line": 528,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 14165,
              "end": 14403,
              "loc": {
                "start": {
                  "line": 517,
                  "column": 2
                },
                "end": {
                  "line": 527,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 14165,
                "end": 14176,
                "loc": {
                  "start": {
                    "line": 517,
                    "column": 2
                  },
                  "end": {
                    "line": 517,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 14177,
                  "end": 14186,
                  "loc": {
                    "start": {
                      "line": 517,
                      "column": 14
                    },
                    "end": {
                      "line": 517,
                      "column": 23
                    },
                    "identifierName": "attribute"
                  },
                  "name": "attribute"
                },
                {
                  "type": "Identifier",
                  "start": 14188,
                  "end": 14198,
                  "loc": {
                    "start": {
                      "line": 517,
                      "column": 25
                    },
                    "end": {
                      "line": 517,
                      "column": 35
                    },
                    "identifierName": "comparator"
                  },
                  "name": "comparator"
                },
                {
                  "type": "Identifier",
                  "start": 14200,
                  "end": 14205,
                  "loc": {
                    "start": {
                      "line": 517,
                      "column": 37
                    },
                    "end": {
                      "line": 517,
                      "column": 42
                    },
                    "identifierName": "logic"
                  },
                  "name": "logic"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 14207,
                "end": 14403,
                "loc": {
                  "start": {
                    "line": 517,
                    "column": 44
                  },
                  "end": {
                    "line": 527,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 14213,
                    "end": 14221,
                    "loc": {
                      "start": {
                        "line": 518,
                        "column": 4
                      },
                      "end": {
                        "line": 518,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 14213,
                      "end": 14220,
                      "loc": {
                        "start": {
                          "line": 518,
                          "column": 4
                        },
                        "end": {
                          "line": 518,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 14213,
                        "end": 14218,
                        "loc": {
                          "start": {
                            "line": 518,
                            "column": 4
                          },
                          "end": {
                            "line": 518,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 14226,
                    "end": 14308,
                    "loc": {
                      "start": {
                        "line": 519,
                        "column": 4
                      },
                      "end": {
                        "line": 522,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 14230,
                      "end": 14249,
                      "loc": {
                        "start": {
                          "line": 519,
                          "column": 8
                        },
                        "end": {
                          "line": 519,
                          "column": 27
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 14230,
                        "end": 14235,
                        "loc": {
                          "start": {
                            "line": 519,
                            "column": 8
                          },
                          "end": {
                            "line": 519,
                            "column": 13
                          },
                          "identifierName": "logic"
                        },
                        "name": "logic"
                      },
                      "operator": "===",
                      "right": {
                        "type": "Identifier",
                        "start": 14240,
                        "end": 14249,
                        "loc": {
                          "start": {
                            "line": 519,
                            "column": 18
                          },
                          "end": {
                            "line": 519,
                            "column": 27
                          },
                          "identifierName": "undefined"
                        },
                        "name": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 14251,
                      "end": 14308,
                      "loc": {
                        "start": {
                          "line": 519,
                          "column": 29
                        },
                        "end": {
                          "line": 522,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 14259,
                          "end": 14278,
                          "loc": {
                            "start": {
                              "line": 520,
                              "column": 6
                            },
                            "end": {
                              "line": 520,
                              "column": 25
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 14259,
                            "end": 14277,
                            "loc": {
                              "start": {
                                "line": 520,
                                "column": 6
                              },
                              "end": {
                                "line": 520,
                                "column": 24
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 14259,
                              "end": 14264,
                              "loc": {
                                "start": {
                                  "line": 520,
                                  "column": 6
                                },
                                "end": {
                                  "line": 520,
                                  "column": 11
                                },
                                "identifierName": "logic"
                              },
                              "name": "logic"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 14267,
                              "end": 14277,
                              "loc": {
                                "start": {
                                  "line": 520,
                                  "column": 14
                                },
                                "end": {
                                  "line": 520,
                                  "column": 24
                                },
                                "identifierName": "comparator"
                              },
                              "name": "comparator"
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 14285,
                          "end": 14302,
                          "loc": {
                            "start": {
                              "line": 521,
                              "column": 6
                            },
                            "end": {
                              "line": 521,
                              "column": 23
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 14285,
                            "end": 14301,
                            "loc": {
                              "start": {
                                "line": 521,
                                "column": 6
                              },
                              "end": {
                                "line": 521,
                                "column": 22
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 14285,
                              "end": 14295,
                              "loc": {
                                "start": {
                                  "line": 521,
                                  "column": 6
                                },
                                "end": {
                                  "line": 521,
                                  "column": 16
                                },
                                "identifierName": "comparator"
                              },
                              "name": "comparator"
                            },
                            "right": {
                              "type": "StringLiteral",
                              "start": 14298,
                              "end": 14301,
                              "loc": {
                                "start": {
                                  "line": 521,
                                  "column": 19
                                },
                                "end": {
                                  "line": 521,
                                  "column": 22
                                }
                              },
                              "extra": {
                                "rawValue": "=",
                                "raw": "'='"
                              },
                              "value": "="
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 14314,
                    "end": 14341,
                    "loc": {
                      "start": {
                        "line": 524,
                        "column": 4
                      },
                      "end": {
                        "line": 524,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 14314,
                      "end": 14340,
                      "loc": {
                        "start": {
                          "line": 524,
                          "column": 4
                        },
                        "end": {
                          "line": 524,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 14314,
                        "end": 14328,
                        "loc": {
                          "start": {
                            "line": 524,
                            "column": 4
                          },
                          "end": {
                            "line": 524,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 14314,
                          "end": 14318,
                          "loc": {
                            "start": {
                              "line": 524,
                              "column": 4
                            },
                            "end": {
                              "line": 524,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 14319,
                          "end": 14328,
                          "loc": {
                            "start": {
                              "line": 524,
                              "column": 9
                            },
                            "end": {
                              "line": 524,
                              "column": 18
                            },
                            "identifierName": "attribute"
                          },
                          "name": "attribute"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 14331,
                        "end": 14340,
                        "loc": {
                          "start": {
                            "line": 524,
                            "column": 21
                          },
                          "end": {
                            "line": 524,
                            "column": 30
                          },
                          "identifierName": "attribute"
                        },
                        "name": "attribute"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 14346,
                    "end": 14375,
                    "loc": {
                      "start": {
                        "line": 525,
                        "column": 4
                      },
                      "end": {
                        "line": 525,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 14346,
                      "end": 14374,
                      "loc": {
                        "start": {
                          "line": 525,
                          "column": 4
                        },
                        "end": {
                          "line": 525,
                          "column": 32
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 14346,
                        "end": 14361,
                        "loc": {
                          "start": {
                            "line": 525,
                            "column": 4
                          },
                          "end": {
                            "line": 525,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 14346,
                          "end": 14350,
                          "loc": {
                            "start": {
                              "line": 525,
                              "column": 4
                            },
                            "end": {
                              "line": 525,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 14351,
                          "end": 14361,
                          "loc": {
                            "start": {
                              "line": 525,
                              "column": 9
                            },
                            "end": {
                              "line": 525,
                              "column": 19
                            },
                            "identifierName": "comparator"
                          },
                          "name": "comparator"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 14364,
                        "end": 14374,
                        "loc": {
                          "start": {
                            "line": 525,
                            "column": 22
                          },
                          "end": {
                            "line": 525,
                            "column": 32
                          },
                          "identifierName": "comparator"
                        },
                        "name": "comparator"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 14380,
                    "end": 14399,
                    "loc": {
                      "start": {
                        "line": 526,
                        "column": 4
                      },
                      "end": {
                        "line": 526,
                        "column": 23
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 14380,
                      "end": 14398,
                      "loc": {
                        "start": {
                          "line": 526,
                          "column": 4
                        },
                        "end": {
                          "line": 526,
                          "column": 22
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 14380,
                        "end": 14390,
                        "loc": {
                          "start": {
                            "line": 526,
                            "column": 4
                          },
                          "end": {
                            "line": 526,
                            "column": 14
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 14380,
                          "end": 14384,
                          "loc": {
                            "start": {
                              "line": 526,
                              "column": 4
                            },
                            "end": {
                              "line": 526,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 14385,
                          "end": 14390,
                          "loc": {
                            "start": {
                              "line": 526,
                              "column": 9
                            },
                            "end": {
                              "line": 526,
                              "column": 14
                            },
                            "identifierName": "logic"
                          },
                          "name": "logic"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 14393,
                        "end": 14398,
                        "loc": {
                          "start": {
                            "line": 526,
                            "column": 17
                          },
                          "end": {
                            "line": 526,
                            "column": 22
                          },
                          "identifierName": "logic"
                        },
                        "name": "logic"
                      }
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 14406,
        "end": 14428,
        "loc": {
          "start": {
            "line": 529,
            "column": 0
          },
          "end": {
            "line": 529,
            "column": 22
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 14406,
          "end": 14427,
          "loc": {
            "start": {
              "line": 529,
              "column": 0
            },
            "end": {
              "line": 529,
              "column": 21
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 14406,
            "end": 14419,
            "loc": {
              "start": {
                "line": 529,
                "column": 0
              },
              "end": {
                "line": 529,
                "column": 13
              }
            },
            "object": {
              "type": "Identifier",
              "start": 14406,
              "end": 14413,
              "loc": {
                "start": {
                  "line": 529,
                  "column": 0
                },
                "end": {
                  "line": 529,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 14414,
              "end": 14419,
              "loc": {
                "start": {
                  "line": 529,
                  "column": 8
                },
                "end": {
                  "line": 529,
                  "column": 13
                },
                "identifierName": "Where"
              },
              "name": "Where"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 14422,
            "end": 14427,
            "loc": {
              "start": {
                "line": 529,
                "column": 16
              },
              "end": {
                "line": 529,
                "column": 21
              },
              "identifierName": "Where"
            },
            "name": "Where"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 14430,
        "end": 14477,
        "loc": {
          "start": {
            "line": 531,
            "column": 0
          },
          "end": {
            "line": 531,
            "column": 47
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 14430,
          "end": 14476,
          "loc": {
            "start": {
              "line": 531,
              "column": 0
            },
            "end": {
              "line": 531,
              "column": 46
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 14430,
            "end": 14455,
            "loc": {
              "start": {
                "line": 531,
                "column": 0
              },
              "end": {
                "line": 531,
                "column": 25
              }
            },
            "object": {
              "type": "Identifier",
              "start": 14430,
              "end": 14437,
              "loc": {
                "start": {
                  "line": 531,
                  "column": 0
                },
                "end": {
                  "line": 531,
                  "column": 7
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "property": {
              "type": "Identifier",
              "start": 14438,
              "end": 14455,
              "loc": {
                "start": {
                  "line": 531,
                  "column": 8
                },
                "end": {
                  "line": 531,
                  "column": 25
                },
                "identifierName": "validateParameter"
              },
              "name": "validateParameter"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 14458,
            "end": 14476,
            "loc": {
              "start": {
                "line": 531,
                "column": 28
              },
              "end": {
                "line": 531,
                "column": 46
              },
              "identifierName": "parameterValidator"
            },
            "name": "parameterValidator"
          }
        }
      }
    ],
    "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": "CommentLine",
      "value": " Prevent anyone messing with template settings by creating a fresh copy",
      "start": 145,
      "end": 218,
      "loc": {
        "start": {
          "line": 5,
          "column": 44
        },
        "end": {
          "line": 5,
          "column": 117
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Same concept as _.merge, but don't overwrite properties that have already been assigned",
      "start": 1296,
      "end": 1386,
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 54,
          "column": 90
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If it's an object, let _ handle it this time, we will be called again for each property",
      "start": 1481,
      "end": 1571,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "column": 94
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " An alternative to _.merge, which doesn't clone its arguments",
      "start": 1727,
      "end": 1790,
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 65,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cloning is a bad idea because options arguments may contain references to sequelize",
      "start": 1791,
      "end": 1877,
      "loc": {
        "start": {
          "line": 66,
          "column": 0
        },
        "end": {
          "line": 66,
          "column": 86
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " models - which again reference database libs which don't like to be cloned (in particular pg-native)",
      "start": 1878,
      "end": 1981,
      "loc": {
        "start": {
          "line": 67,
          "column": 0
        },
        "end": {
          "line": 67,
          "column": 103
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Make a clone of the array beacuse format modifies the passed args",
      "start": 3231,
      "end": 3299,
      "loc": {
        "start": {
          "line": 118,
          "column": 2
        },
        "end": {
          "line": 118,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Do not try to customize cloning of arrays or POJOs",
      "start": 3705,
      "end": 3758,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Don't clone stuff that's an object, but not a plain one - fx example sequelize models and instances",
      "start": 3850,
      "end": 3952,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 106
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Preserve special data-types like `fn` across clones. _.get() is used for checking up the prototype chain",
      "start": 4019,
      "end": 4126,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 111
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " Expand and normalize finder options ",
      "start": 4252,
      "end": 4293,
      "loc": {
        "start": {
          "line": 150,
          "column": 0
        },
        "end": {
          "line": 150,
          "column": 41
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " Used to map field names in attributes and where conditions ",
      "start": 4936,
      "end": 5000,
      "loc": {
        "start": {
          "line": 168,
          "column": 0
        },
        "end": {
          "line": 168,
          "column": 64
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Object lookups will force any variable to strings, we don't want that for special objects etc",
      "start": 5155,
      "end": 5251,
      "loc": {
        "start": {
          "line": 172,
          "column": 6
        },
        "end": {
          "line": 172,
          "column": 102
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Map attributes to aliased syntax attributes",
      "start": 5307,
      "end": 5353,
      "loc": {
        "start": {
          "line": 174,
          "column": 6
        },
        "end": {
          "line": 174,
          "column": 52
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check if we have ['attr', 'DESC'] or [Model, 'attr', 'DESC']",
      "start": 5870,
      "end": 5933,
      "loc": {
        "start": {
          "line": 195,
          "column": 8
        },
        "end": {
          "line": 195,
          "column": 71
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Assume ['attr'], [Model, 'attr'] or [seq.fn('somefn', 1), 'DESC']",
      "start": 6030,
      "end": 6098,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 76
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Prevent renaming of HSTORE & JSON fields",
      "start": 7301,
      "end": 7344,
      "loc": {
        "start": {
          "line": 239,
          "column": 62
        },
        "end": {
          "line": 239,
          "column": 105
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " Used to map field names in values ",
      "start": 7825,
      "end": 7864,
      "loc": {
        "start": {
          "line": 261,
          "column": 0
        },
        "end": {
          "line": 261,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Field name mapping",
      "start": 8059,
      "end": 8080,
      "loc": {
        "start": {
          "line": 267,
          "column": 6
        },
        "end": {
          "line": 267,
          "column": 27
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Determine if the default value provided exists and can be described\n * in a db schema using the DEFAULT directive.\n *\n * @param  {*} value Any default value.\n * @return {boolean} yes / no.\n * @private\n ",
      "start": 10504,
      "end": 10715,
      "loc": {
        "start": {
          "line": 358,
          "column": 0
        },
        "end": {
          "line": 365,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO this will be schemable when all supported db",
      "start": 10813,
      "end": 10865,
      "loc": {
        "start": {
          "line": 369,
          "column": 2
        },
        "end": {
          "line": 369,
          "column": 54
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " have been normalized for this case",
      "start": 10868,
      "end": 10905,
      "loc": {
        "start": {
          "line": 370,
          "column": 2
        },
        "end": {
          "line": 370,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Note: Use the `quoteIdentifier()` and `escape()` methods on the",
      "start": 12375,
      "end": 12441,
      "loc": {
        "start": {
          "line": 435,
          "column": 0
        },
        "end": {
          "line": 435,
          "column": 66
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " `QueryInterface` instead for more portable code.",
      "start": 12442,
      "end": 12493,
      "loc": {
        "start": {
          "line": 436,
          "column": 0
        },
        "end": {
          "line": 436,
          "column": 51
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Utility functions for representing SQL functions, and columns that should be escaped.\n * Please do not use these functions directly, use Sequelize.fn and Sequelize.col instead.\n * @private\n ",
      "start": 12869,
      "end": 13068,
      "loc": {
        "start": {
          "line": 453,
          "column": 0
        },
        "end": {
          "line": 457,
          "column": 3
        }
      }
    }
  ],
  "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": "DataTypes",
      "start": 21,
      "end": 30,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 31,
      "end": 32,
      "loc": {
        "start": {
          "line": 3,
          "column": 16
        },
        "end": {
          "line": 3,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 33,
      "end": 40,
      "loc": {
        "start": {
          "line": 3,
          "column": 18
        },
        "end": {
          "line": 3,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 40,
      "end": 41,
      "loc": {
        "start": {
          "line": 3,
          "column": 25
        },
        "end": {
          "line": 3,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./data-types",
      "start": 41,
      "end": 55,
      "loc": {
        "start": {
          "line": 3,
          "column": 26
        },
        "end": {
          "line": 3,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 55,
      "end": 56,
      "loc": {
        "start": {
          "line": 3,
          "column": 40
        },
        "end": {
          "line": 3,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 56,
      "end": 57,
      "loc": {
        "start": {
          "line": 3,
          "column": 41
        },
        "end": {
          "line": 3,
          "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": 58,
      "end": 63,
      "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": "SqlString",
      "start": 64,
      "end": 73,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 74,
      "end": 75,
      "loc": {
        "start": {
          "line": 4,
          "column": 16
        },
        "end": {
          "line": 4,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 76,
      "end": 83,
      "loc": {
        "start": {
          "line": 4,
          "column": 18
        },
        "end": {
          "line": 4,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 4,
          "column": 25
        },
        "end": {
          "line": 4,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./sql-string",
      "start": 84,
      "end": 98,
      "loc": {
        "start": {
          "line": 4,
          "column": 26
        },
        "end": {
          "line": 4,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 98,
      "end": 99,
      "loc": {
        "start": {
          "line": 4,
          "column": 40
        },
        "end": {
          "line": 4,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 99,
      "end": 100,
      "loc": {
        "start": {
          "line": 4,
          "column": 41
        },
        "end": {
          "line": 4,
          "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": 101,
      "end": 106,
      "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": "_",
      "start": 107,
      "end": 108,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 109,
      "end": 110,
      "loc": {
        "start": {
          "line": 5,
          "column": 8
        },
        "end": {
          "line": 5,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 111,
      "end": 118,
      "loc": {
        "start": {
          "line": 5,
          "column": 10
        },
        "end": {
          "line": 5,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 118,
      "end": 119,
      "loc": {
        "start": {
          "line": 5,
          "column": 17
        },
        "end": {
          "line": 5,
          "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": 119,
      "end": 127,
      "loc": {
        "start": {
          "line": 5,
          "column": 18
        },
        "end": {
          "line": 5,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 127,
      "end": 128,
      "loc": {
        "start": {
          "line": 5,
          "column": 26
        },
        "end": {
          "line": 5,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 128,
      "end": 129,
      "loc": {
        "start": {
          "line": 5,
          "column": 27
        },
        "end": {
          "line": 5,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "runInContext",
      "start": 129,
      "end": 141,
      "loc": {
        "start": {
          "line": 5,
          "column": 28
        },
        "end": {
          "line": 5,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 141,
      "end": 142,
      "loc": {
        "start": {
          "line": 5,
          "column": 40
        },
        "end": {
          "line": 5,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 142,
      "end": 143,
      "loc": {
        "start": {
          "line": 5,
          "column": 41
        },
        "end": {
          "line": 5,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 143,
      "end": 144,
      "loc": {
        "start": {
          "line": 5,
          "column": 42
        },
        "end": {
          "line": 5,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Prevent anyone messing with template settings by creating a fresh copy",
      "start": 145,
      "end": 218,
      "loc": {
        "start": {
          "line": 5,
          "column": 44
        },
        "end": {
          "line": 5,
          "column": 117
        }
      }
    },
    {
      "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": 219,
      "end": 224,
      "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": "parameterValidator",
      "start": 225,
      "end": 243,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 244,
      "end": 245,
      "loc": {
        "start": {
          "line": 6,
          "column": 25
        },
        "end": {
          "line": 6,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 246,
      "end": 253,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 253,
      "end": 254,
      "loc": {
        "start": {
          "line": 6,
          "column": 34
        },
        "end": {
          "line": 6,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./utils/parameter-validator",
      "start": 254,
      "end": 283,
      "loc": {
        "start": {
          "line": 6,
          "column": 35
        },
        "end": {
          "line": 6,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 283,
      "end": 284,
      "loc": {
        "start": {
          "line": 6,
          "column": 64
        },
        "end": {
          "line": 6,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 284,
      "end": 285,
      "loc": {
        "start": {
          "line": 6,
          "column": 65
        },
        "end": {
          "line": 6,
          "column": 66
        }
      }
    },
    {
      "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": 286,
      "end": 291,
      "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": "Logger",
      "start": 292,
      "end": 298,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 299,
      "end": 300,
      "loc": {
        "start": {
          "line": 7,
          "column": 13
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 301,
      "end": 308,
      "loc": {
        "start": {
          "line": 7,
          "column": 15
        },
        "end": {
          "line": 7,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./utils/logger",
      "start": 309,
      "end": 325,
      "loc": {
        "start": {
          "line": 7,
          "column": 23
        },
        "end": {
          "line": 7,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 325,
      "end": 326,
      "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": 326,
      "end": 327,
      "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": 328,
      "end": 333,
      "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": "uuid",
      "start": 334,
      "end": 338,
      "loc": {
        "start": {
          "line": 8,
          "column": 6
        },
        "end": {
          "line": 8,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 339,
      "end": 340,
      "loc": {
        "start": {
          "line": 8,
          "column": 11
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 341,
      "end": 348,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 348,
      "end": 349,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "uuid",
      "start": 349,
      "end": 355,
      "loc": {
        "start": {
          "line": 8,
          "column": 21
        },
        "end": {
          "line": 8,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 8,
          "column": 27
        },
        "end": {
          "line": 8,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 356,
      "end": 357,
      "loc": {
        "start": {
          "line": 8,
          "column": 28
        },
        "end": {
          "line": 8,
          "column": 29
        }
      }
    },
    {
      "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": 358,
      "end": 363,
      "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": "Promise",
      "start": 364,
      "end": 371,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 372,
      "end": 373,
      "loc": {
        "start": {
          "line": 9,
          "column": 14
        },
        "end": {
          "line": 9,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 374,
      "end": 381,
      "loc": {
        "start": {
          "line": 9,
          "column": 16
        },
        "end": {
          "line": 9,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 381,
      "end": 382,
      "loc": {
        "start": {
          "line": 9,
          "column": 23
        },
        "end": {
          "line": 9,
          "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": 382,
      "end": 393,
      "loc": {
        "start": {
          "line": 9,
          "column": 24
        },
        "end": {
          "line": 9,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 393,
      "end": 394,
      "loc": {
        "start": {
          "line": 9,
          "column": 35
        },
        "end": {
          "line": 9,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 394,
      "end": 395,
      "loc": {
        "start": {
          "line": 9,
          "column": 36
        },
        "end": {
          "line": 9,
          "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": 396,
      "end": 401,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primitives",
      "start": 402,
      "end": 412,
      "loc": {
        "start": {
          "line": 10,
          "column": 6
        },
        "end": {
          "line": 10,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 413,
      "end": 414,
      "loc": {
        "start": {
          "line": 10,
          "column": 17
        },
        "end": {
          "line": 10,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 415,
      "end": 416,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "end": {
          "line": 10,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 416,
      "end": 424,
      "loc": {
        "start": {
          "line": 10,
          "column": 20
        },
        "end": {
          "line": 10,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 424,
      "end": 425,
      "loc": {
        "start": {
          "line": 10,
          "column": 28
        },
        "end": {
          "line": 10,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 426,
      "end": 434,
      "loc": {
        "start": {
          "line": 10,
          "column": 30
        },
        "end": {
          "line": 10,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 434,
      "end": 435,
      "loc": {
        "start": {
          "line": 10,
          "column": 38
        },
        "end": {
          "line": 10,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "boolean",
      "start": 436,
      "end": 445,
      "loc": {
        "start": {
          "line": 10,
          "column": 40
        },
        "end": {
          "line": 10,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 445,
      "end": 446,
      "loc": {
        "start": {
          "line": 10,
          "column": 49
        },
        "end": {
          "line": 10,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 446,
      "end": 447,
      "loc": {
        "start": {
          "line": 10,
          "column": 50
        },
        "end": {
          "line": 10,
          "column": 51
        }
      }
    },
    {
      "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": 449,
      "end": 452,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inflection",
      "start": 453,
      "end": 463,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 464,
      "end": 465,
      "loc": {
        "start": {
          "line": 12,
          "column": 15
        },
        "end": {
          "line": 12,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 466,
      "end": 473,
      "loc": {
        "start": {
          "line": 12,
          "column": 17
        },
        "end": {
          "line": 12,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 473,
      "end": 474,
      "loc": {
        "start": {
          "line": 12,
          "column": 24
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "inflection",
      "start": 474,
      "end": 486,
      "loc": {
        "start": {
          "line": 12,
          "column": 25
        },
        "end": {
          "line": 12,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 486,
      "end": 487,
      "loc": {
        "start": {
          "line": 12,
          "column": 37
        },
        "end": {
          "line": 12,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 487,
      "end": 488,
      "loc": {
        "start": {
          "line": 12,
          "column": 38
        },
        "end": {
          "line": 12,
          "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": 489,
      "end": 494,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 495,
      "end": 501,
      "loc": {
        "start": {
          "line": 13,
          "column": 6
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 502,
      "end": 503,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "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": 504,
      "end": 507,
      "loc": {
        "start": {
          "line": 13,
          "column": 15
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Logger",
      "start": 508,
      "end": 514,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 514,
      "end": 515,
      "loc": {
        "start": {
          "line": 13,
          "column": 25
        },
        "end": {
          "line": 13,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 13,
          "column": 26
        },
        "end": {
          "line": 13,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 516,
      "end": 517,
      "loc": {
        "start": {
          "line": 13,
          "column": 27
        },
        "end": {
          "line": 13,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 519,
      "end": 526,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 526,
      "end": 527,
      "loc": {
        "start": {
          "line": 15,
          "column": 7
        },
        "end": {
          "line": 15,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 527,
      "end": 534,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 535,
      "end": 536,
      "loc": {
        "start": {
          "line": 15,
          "column": 16
        },
        "end": {
          "line": 15,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 537,
      "end": 544,
      "loc": {
        "start": {
          "line": 15,
          "column": 18
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 15,
          "column": 25
        },
        "end": {
          "line": 15,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 546,
      "end": 553,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 16,
          "column": 7
        },
        "end": {
          "line": 16,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 554,
      "end": 555,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 556,
      "end": 557,
      "loc": {
        "start": {
          "line": 16,
          "column": 10
        },
        "end": {
          "line": 16,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 558,
      "end": 559,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 559,
      "end": 560,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 561,
      "end": 568,
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 568,
      "end": 569,
      "loc": {
        "start": {
          "line": 17,
          "column": 7
        },
        "end": {
          "line": 17,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 569,
      "end": 574,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 575,
      "end": 576,
      "loc": {
        "start": {
          "line": 17,
          "column": 14
        },
        "end": {
          "line": 17,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 577,
      "end": 583,
      "loc": {
        "start": {
          "line": 17,
          "column": 16
        },
        "end": {
          "line": 17,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 583,
      "end": 584,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 584,
      "end": 589,
      "loc": {
        "start": {
          "line": 17,
          "column": 23
        },
        "end": {
          "line": 17,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 589,
      "end": 590,
      "loc": {
        "start": {
          "line": 17,
          "column": 28
        },
        "end": {
          "line": 17,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 590,
      "end": 594,
      "loc": {
        "start": {
          "line": 17,
          "column": 29
        },
        "end": {
          "line": 17,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 17,
          "column": 33
        },
        "end": {
          "line": 17,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 595,
      "end": 601,
      "loc": {
        "start": {
          "line": 17,
          "column": 34
        },
        "end": {
          "line": 17,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 601,
      "end": 602,
      "loc": {
        "start": {
          "line": 17,
          "column": 40
        },
        "end": {
          "line": 17,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 602,
      "end": 603,
      "loc": {
        "start": {
          "line": 17,
          "column": 41
        },
        "end": {
          "line": 17,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 604,
      "end": 611,
      "loc": {
        "start": {
          "line": 18,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 611,
      "end": 612,
      "loc": {
        "start": {
          "line": 18,
          "column": 7
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deprecate",
      "start": 612,
      "end": 621,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 622,
      "end": 623,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 624,
      "end": 630,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 630,
      "end": 631,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "deprecate",
      "start": 631,
      "end": 640,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 640,
      "end": 641,
      "loc": {
        "start": {
          "line": 18,
          "column": 36
        },
        "end": {
          "line": 18,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 641,
      "end": 645,
      "loc": {
        "start": {
          "line": 18,
          "column": 37
        },
        "end": {
          "line": 18,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 645,
      "end": 646,
      "loc": {
        "start": {
          "line": 18,
          "column": 41
        },
        "end": {
          "line": 18,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 646,
      "end": 652,
      "loc": {
        "start": {
          "line": 18,
          "column": 42
        },
        "end": {
          "line": 18,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 652,
      "end": 653,
      "loc": {
        "start": {
          "line": 18,
          "column": 48
        },
        "end": {
          "line": 18,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 653,
      "end": 654,
      "loc": {
        "start": {
          "line": 18,
          "column": 49
        },
        "end": {
          "line": 18,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 655,
      "end": 662,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 662,
      "end": 663,
      "loc": {
        "start": {
          "line": 19,
          "column": 7
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 663,
      "end": 667,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 668,
      "end": 669,
      "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": "logger",
      "start": 670,
      "end": 676,
      "loc": {
        "start": {
          "line": 19,
          "column": 15
        },
        "end": {
          "line": 19,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 19,
          "column": 21
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 677,
      "end": 681,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 681,
      "end": 682,
      "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": "bind",
      "start": 682,
      "end": 686,
      "loc": {
        "start": {
          "line": 19,
          "column": 27
        },
        "end": {
          "line": 19,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 19,
          "column": 31
        },
        "end": {
          "line": 19,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 687,
      "end": 693,
      "loc": {
        "start": {
          "line": 19,
          "column": 32
        },
        "end": {
          "line": 19,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 693,
      "end": 694,
      "loc": {
        "start": {
          "line": 19,
          "column": 38
        },
        "end": {
          "line": 19,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 694,
      "end": 695,
      "loc": {
        "start": {
          "line": 19,
          "column": 39
        },
        "end": {
          "line": 19,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 696,
      "end": 703,
      "loc": {
        "start": {
          "line": 20,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 703,
      "end": 704,
      "loc": {
        "start": {
          "line": 20,
          "column": 7
        },
        "end": {
          "line": 20,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getLogger",
      "start": 704,
      "end": 713,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 714,
      "end": 715,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 716,
      "end": 717,
      "loc": {
        "start": {
          "line": 20,
          "column": 20
        },
        "end": {
          "line": 20,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 717,
      "end": 718,
      "loc": {
        "start": {
          "line": 20,
          "column": 21
        },
        "end": {
          "line": 20,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 719,
      "end": 721,
      "loc": {
        "start": {
          "line": 20,
          "column": 23
        },
        "end": {
          "line": 20,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 20,
          "column": 26
        },
        "end": {
          "line": 20,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 724,
      "end": 730,
      "loc": {
        "start": {
          "line": 20,
          "column": 28
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 731,
      "end": 732,
      "loc": {
        "start": {
          "line": 20,
          "column": 35
        },
        "end": {
          "line": 20,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 732,
      "end": 733,
      "loc": {
        "start": {
          "line": 20,
          "column": 36
        },
        "end": {
          "line": 20,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 735,
      "end": 743,
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 22,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useInflection",
      "start": 744,
      "end": 757,
      "loc": {
        "start": {
          "line": 22,
          "column": 9
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 757,
      "end": 758,
      "loc": {
        "start": {
          "line": 22,
          "column": 22
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_inflection",
      "start": 758,
      "end": 769,
      "loc": {
        "start": {
          "line": 22,
          "column": 23
        },
        "end": {
          "line": 22,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 769,
      "end": 770,
      "loc": {
        "start": {
          "line": 22,
          "column": 34
        },
        "end": {
          "line": 22,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 771,
      "end": 772,
      "loc": {
        "start": {
          "line": 22,
          "column": 36
        },
        "end": {
          "line": 22,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inflection",
      "start": 775,
      "end": 785,
      "loc": {
        "start": {
          "line": 23,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 786,
      "end": 787,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_inflection",
      "start": 788,
      "end": 799,
      "loc": {
        "start": {
          "line": 23,
          "column": 15
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 799,
      "end": 800,
      "loc": {
        "start": {
          "line": 23,
          "column": 26
        },
        "end": {
          "line": 23,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 801,
      "end": 802,
      "loc": {
        "start": {
          "line": 24,
          "column": 0
        },
        "end": {
          "line": 24,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 803,
      "end": 810,
      "loc": {
        "start": {
          "line": 25,
          "column": 0
        },
        "end": {
          "line": 25,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 810,
      "end": 811,
      "loc": {
        "start": {
          "line": 25,
          "column": 7
        },
        "end": {
          "line": 25,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useInflection",
      "start": 811,
      "end": 824,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 825,
      "end": 826,
      "loc": {
        "start": {
          "line": 25,
          "column": 22
        },
        "end": {
          "line": 25,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "useInflection",
      "start": 827,
      "end": 840,
      "loc": {
        "start": {
          "line": 25,
          "column": 24
        },
        "end": {
          "line": 25,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 840,
      "end": 841,
      "loc": {
        "start": {
          "line": 25,
          "column": 37
        },
        "end": {
          "line": 25,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 843,
      "end": 851,
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelizeIf",
      "start": 852,
      "end": 862,
      "loc": {
        "start": {
          "line": 27,
          "column": 9
        },
        "end": {
          "line": 27,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 862,
      "end": 863,
      "loc": {
        "start": {
          "line": 27,
          "column": 19
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 863,
      "end": 866,
      "loc": {
        "start": {
          "line": 27,
          "column": 20
        },
        "end": {
          "line": 27,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 866,
      "end": 867,
      "loc": {
        "start": {
          "line": 27,
          "column": 23
        },
        "end": {
          "line": 27,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 868,
      "end": 877,
      "loc": {
        "start": {
          "line": 27,
          "column": 25
        },
        "end": {
          "line": 27,
          "column": 34
        }
      }
    },
    {
      "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": 27,
          "column": 34
        },
        "end": {
          "line": 27,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 879,
      "end": 880,
      "loc": {
        "start": {
          "line": 27,
          "column": 36
        },
        "end": {
          "line": 27,
          "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": 883,
      "end": 886,
      "loc": {
        "start": {
          "line": 28,
          "column": 2
        },
        "end": {
          "line": 28,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 887,
      "end": 893,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 894,
      "end": 895,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 896,
      "end": 899,
      "loc": {
        "start": {
          "line": 28,
          "column": 15
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "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": 904,
      "end": 906,
      "loc": {
        "start": {
          "line": 30,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 907,
      "end": 908,
      "loc": {
        "start": {
          "line": 30,
          "column": 5
        },
        "end": {
          "line": 30,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 908,
      "end": 917,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 917,
      "end": 918,
      "loc": {
        "start": {
          "line": 30,
          "column": 15
        },
        "end": {
          "line": 30,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 919,
      "end": 920,
      "loc": {
        "start": {
          "line": 30,
          "column": 17
        },
        "end": {
          "line": 30,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 925,
      "end": 931,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 932,
      "end": 933,
      "loc": {
        "start": {
          "line": 31,
          "column": 11
        },
        "end": {
          "line": 31,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelize",
      "start": 934,
      "end": 942,
      "loc": {
        "start": {
          "line": 31,
          "column": 13
        },
        "end": {
          "line": 31,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 942,
      "end": 943,
      "loc": {
        "start": {
          "line": 31,
          "column": 21
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 943,
      "end": 946,
      "loc": {
        "start": {
          "line": 31,
          "column": 22
        },
        "end": {
          "line": 31,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 946,
      "end": 947,
      "loc": {
        "start": {
          "line": 31,
          "column": 25
        },
        "end": {
          "line": 31,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 947,
      "end": 948,
      "loc": {
        "start": {
          "line": 31,
          "column": 26
        },
        "end": {
          "line": 31,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 951,
      "end": 952,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 32,
          "column": 3
        }
      }
    },
    {
      "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": 956,
      "end": 962,
      "loc": {
        "start": {
          "line": 34,
          "column": 2
        },
        "end": {
          "line": 34,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 963,
      "end": 969,
      "loc": {
        "start": {
          "line": 34,
          "column": 9
        },
        "end": {
          "line": 34,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 969,
      "end": 970,
      "loc": {
        "start": {
          "line": 34,
          "column": 15
        },
        "end": {
          "line": 34,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 971,
      "end": 972,
      "loc": {
        "start": {
          "line": 35,
          "column": 0
        },
        "end": {
          "line": 35,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 973,
      "end": 980,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 36,
          "column": 7
        },
        "end": {
          "line": 36,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelizeIf",
      "start": 981,
      "end": 991,
      "loc": {
        "start": {
          "line": 36,
          "column": 8
        },
        "end": {
          "line": 36,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 992,
      "end": 993,
      "loc": {
        "start": {
          "line": 36,
          "column": 19
        },
        "end": {
          "line": 36,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelizeIf",
      "start": 994,
      "end": 1004,
      "loc": {
        "start": {
          "line": 36,
          "column": 21
        },
        "end": {
          "line": 36,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1004,
      "end": 1005,
      "loc": {
        "start": {
          "line": 36,
          "column": 31
        },
        "end": {
          "line": 36,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1007,
      "end": 1015,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscoredIf",
      "start": 1016,
      "end": 1029,
      "loc": {
        "start": {
          "line": 38,
          "column": 9
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1029,
      "end": 1030,
      "loc": {
        "start": {
          "line": 38,
          "column": 22
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 1030,
      "end": 1033,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1033,
      "end": 1034,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 1035,
      "end": 1044,
      "loc": {
        "start": {
          "line": 38,
          "column": 28
        },
        "end": {
          "line": 38,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 38,
          "column": 37
        },
        "end": {
          "line": 38,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1046,
      "end": 1047,
      "loc": {
        "start": {
          "line": 38,
          "column": 39
        },
        "end": {
          "line": 38,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1050,
      "end": 1053,
      "loc": {
        "start": {
          "line": 39,
          "column": 2
        },
        "end": {
          "line": 39,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1054,
      "end": 1060,
      "loc": {
        "start": {
          "line": 39,
          "column": 6
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1061,
      "end": 1062,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 1063,
      "end": 1066,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1066,
      "end": 1067,
      "loc": {
        "start": {
          "line": 39,
          "column": 18
        },
        "end": {
          "line": 39,
          "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": 1071,
      "end": 1073,
      "loc": {
        "start": {
          "line": 41,
          "column": 2
        },
        "end": {
          "line": 41,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1074,
      "end": 1075,
      "loc": {
        "start": {
          "line": 41,
          "column": 5
        },
        "end": {
          "line": 41,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condition",
      "start": 1075,
      "end": 1084,
      "loc": {
        "start": {
          "line": 41,
          "column": 6
        },
        "end": {
          "line": 41,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1084,
      "end": 1085,
      "loc": {
        "start": {
          "line": 41,
          "column": 15
        },
        "end": {
          "line": 41,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1086,
      "end": 1087,
      "loc": {
        "start": {
          "line": 41,
          "column": 17
        },
        "end": {
          "line": 41,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1092,
      "end": 1098,
      "loc": {
        "start": {
          "line": 42,
          "column": 4
        },
        "end": {
          "line": 42,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1099,
      "end": 1100,
      "loc": {
        "start": {
          "line": 42,
          "column": 11
        },
        "end": {
          "line": 42,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 1101,
      "end": 1111,
      "loc": {
        "start": {
          "line": 42,
          "column": 13
        },
        "end": {
          "line": 42,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1111,
      "end": 1112,
      "loc": {
        "start": {
          "line": 42,
          "column": 23
        },
        "end": {
          "line": 42,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 1112,
      "end": 1115,
      "loc": {
        "start": {
          "line": 42,
          "column": 24
        },
        "end": {
          "line": 42,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1115,
      "end": 1116,
      "loc": {
        "start": {
          "line": 42,
          "column": 27
        },
        "end": {
          "line": 42,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1116,
      "end": 1117,
      "loc": {
        "start": {
          "line": 42,
          "column": 28
        },
        "end": {
          "line": 42,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1120,
      "end": 1121,
      "loc": {
        "start": {
          "line": 43,
          "column": 2
        },
        "end": {
          "line": 43,
          "column": 3
        }
      }
    },
    {
      "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": 1125,
      "end": 1131,
      "loc": {
        "start": {
          "line": 45,
          "column": 2
        },
        "end": {
          "line": 45,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1132,
      "end": 1138,
      "loc": {
        "start": {
          "line": 45,
          "column": 9
        },
        "end": {
          "line": 45,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1138,
      "end": 1139,
      "loc": {
        "start": {
          "line": 45,
          "column": 15
        },
        "end": {
          "line": 45,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1140,
      "end": 1141,
      "loc": {
        "start": {
          "line": 46,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 1142,
      "end": 1149,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1149,
      "end": 1150,
      "loc": {
        "start": {
          "line": 47,
          "column": 7
        },
        "end": {
          "line": 47,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscoredIf",
      "start": 1150,
      "end": 1163,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1164,
      "end": 1165,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscoredIf",
      "start": 1166,
      "end": 1179,
      "loc": {
        "start": {
          "line": 47,
          "column": 24
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1179,
      "end": 1180,
      "loc": {
        "start": {
          "line": 47,
          "column": 37
        },
        "end": {
          "line": 47,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1182,
      "end": 1190,
      "loc": {
        "start": {
          "line": 49,
          "column": 0
        },
        "end": {
          "line": 49,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPrimitive",
      "start": 1191,
      "end": 1202,
      "loc": {
        "start": {
          "line": 49,
          "column": 9
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1202,
      "end": 1203,
      "loc": {
        "start": {
          "line": 49,
          "column": 20
        },
        "end": {
          "line": 49,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 1203,
      "end": 1206,
      "loc": {
        "start": {
          "line": 49,
          "column": 21
        },
        "end": {
          "line": 49,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 49,
          "column": 24
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1208,
      "end": 1209,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "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": 1212,
      "end": 1218,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "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": "primitives",
      "start": 1219,
      "end": 1229,
      "loc": {
        "start": {
          "line": 50,
          "column": 9
        },
        "end": {
          "line": 50,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1229,
      "end": 1230,
      "loc": {
        "start": {
          "line": 50,
          "column": 19
        },
        "end": {
          "line": 50,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 1230,
      "end": 1237,
      "loc": {
        "start": {
          "line": 50,
          "column": 20
        },
        "end": {
          "line": 50,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1237,
      "end": 1238,
      "loc": {
        "start": {
          "line": 50,
          "column": 27
        },
        "end": {
          "line": 50,
          "column": 28
        }
      }
    },
    {
      "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": 1238,
      "end": 1244,
      "loc": {
        "start": {
          "line": 50,
          "column": 28
        },
        "end": {
          "line": 50,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 1245,
      "end": 1248,
      "loc": {
        "start": {
          "line": 50,
          "column": 35
        },
        "end": {
          "line": 50,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1248,
      "end": 1249,
      "loc": {
        "start": {
          "line": 50,
          "column": 38
        },
        "end": {
          "line": 50,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1250,
      "end": 1253,
      "loc": {
        "start": {
          "line": 50,
          "column": 40
        },
        "end": {
          "line": 50,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1254,
      "end": 1255,
      "loc": {
        "start": {
          "line": 50,
          "column": 44
        },
        "end": {
          "line": 50,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1255,
      "end": 1256,
      "loc": {
        "start": {
          "line": 50,
          "column": 45
        },
        "end": {
          "line": 50,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1256,
      "end": 1257,
      "loc": {
        "start": {
          "line": 50,
          "column": 46
        },
        "end": {
          "line": 50,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1258,
      "end": 1259,
      "loc": {
        "start": {
          "line": 51,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 1260,
      "end": 1267,
      "loc": {
        "start": {
          "line": 52,
          "column": 0
        },
        "end": {
          "line": 52,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1267,
      "end": 1268,
      "loc": {
        "start": {
          "line": 52,
          "column": 7
        },
        "end": {
          "line": 52,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPrimitive",
      "start": 1268,
      "end": 1279,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1280,
      "end": 1281,
      "loc": {
        "start": {
          "line": 52,
          "column": 20
        },
        "end": {
          "line": 52,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPrimitive",
      "start": 1282,
      "end": 1293,
      "loc": {
        "start": {
          "line": 52,
          "column": 22
        },
        "end": {
          "line": 52,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1293,
      "end": 1294,
      "loc": {
        "start": {
          "line": 52,
          "column": 33
        },
        "end": {
          "line": 52,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Same concept as _.merge, but don't overwrite properties that have already been assigned",
      "start": 1296,
      "end": 1386,
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 54,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1387,
      "end": 1395,
      "loc": {
        "start": {
          "line": 55,
          "column": 0
        },
        "end": {
          "line": 55,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mergeDefaults",
      "start": 1396,
      "end": 1409,
      "loc": {
        "start": {
          "line": 55,
          "column": 9
        },
        "end": {
          "line": 55,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1409,
      "end": 1410,
      "loc": {
        "start": {
          "line": 55,
          "column": 22
        },
        "end": {
          "line": 55,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 1410,
      "end": 1411,
      "loc": {
        "start": {
          "line": 55,
          "column": 23
        },
        "end": {
          "line": 55,
          "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": 55,
          "column": 24
        },
        "end": {
          "line": 55,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1413,
      "end": 1414,
      "loc": {
        "start": {
          "line": 55,
          "column": 26
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1414,
      "end": 1415,
      "loc": {
        "start": {
          "line": 55,
          "column": 27
        },
        "end": {
          "line": 55,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 30
        }
      }
    },
    {
      "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": 1420,
      "end": 1426,
      "loc": {
        "start": {
          "line": 56,
          "column": 2
        },
        "end": {
          "line": 56,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1427,
      "end": 1428,
      "loc": {
        "start": {
          "line": 56,
          "column": 9
        },
        "end": {
          "line": 56,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1428,
      "end": 1429,
      "loc": {
        "start": {
          "line": 56,
          "column": 10
        },
        "end": {
          "line": 56,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mergeWith",
      "start": 1429,
      "end": 1438,
      "loc": {
        "start": {
          "line": 56,
          "column": 11
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1438,
      "end": 1439,
      "loc": {
        "start": {
          "line": 56,
          "column": 20
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 1439,
      "end": 1440,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1440,
      "end": 1441,
      "loc": {
        "start": {
          "line": 56,
          "column": 22
        },
        "end": {
          "line": 56,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1442,
      "end": 1443,
      "loc": {
        "start": {
          "line": 56,
          "column": 24
        },
        "end": {
          "line": 56,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1443,
      "end": 1444,
      "loc": {
        "start": {
          "line": 56,
          "column": 25
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1445,
      "end": 1446,
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objectValue",
      "start": 1446,
      "end": 1457,
      "loc": {
        "start": {
          "line": 56,
          "column": 28
        },
        "end": {
          "line": 56,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1457,
      "end": 1458,
      "loc": {
        "start": {
          "line": 56,
          "column": 39
        },
        "end": {
          "line": 56,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sourceValue",
      "start": 1459,
      "end": 1470,
      "loc": {
        "start": {
          "line": 56,
          "column": 41
        },
        "end": {
          "line": 56,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1470,
      "end": 1471,
      "loc": {
        "start": {
          "line": 56,
          "column": 52
        },
        "end": {
          "line": 56,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1472,
      "end": 1474,
      "loc": {
        "start": {
          "line": 56,
          "column": 54
        },
        "end": {
          "line": 56,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1475,
      "end": 1476,
      "loc": {
        "start": {
          "line": 56,
          "column": 57
        },
        "end": {
          "line": 56,
          "column": 58
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If it's an object, let _ handle it this time, we will be called again for each property",
      "start": 1481,
      "end": 1571,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "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": 1576,
      "end": 1578,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1579,
      "end": 1580,
      "loc": {
        "start": {
          "line": 58,
          "column": 7
        },
        "end": {
          "line": 58,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1580,
      "end": 1581,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 9
        }
      }
    },
    {
      "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": 58,
          "column": 9
        },
        "end": {
          "line": 58,
          "column": 13
        }
      }
    },
    {
      "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": 58,
          "column": 13
        },
        "end": {
          "line": 58,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1586,
      "end": 1587,
      "loc": {
        "start": {
          "line": 58,
          "column": 14
        },
        "end": {
          "line": 58,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1587,
      "end": 1588,
      "loc": {
        "start": {
          "line": 58,
          "column": 15
        },
        "end": {
          "line": 58,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 1588,
      "end": 1601,
      "loc": {
        "start": {
          "line": 58,
          "column": 16
        },
        "end": {
          "line": 58,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1601,
      "end": 1602,
      "loc": {
        "start": {
          "line": 58,
          "column": 29
        },
        "end": {
          "line": 58,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objectValue",
      "start": 1602,
      "end": 1613,
      "loc": {
        "start": {
          "line": 58,
          "column": 30
        },
        "end": {
          "line": 58,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1613,
      "end": 1614,
      "loc": {
        "start": {
          "line": 58,
          "column": 41
        },
        "end": {
          "line": 58,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1615,
      "end": 1617,
      "loc": {
        "start": {
          "line": 58,
          "column": 43
        },
        "end": {
          "line": 58,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objectValue",
      "start": 1618,
      "end": 1629,
      "loc": {
        "start": {
          "line": 58,
          "column": 46
        },
        "end": {
          "line": 58,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1630,
      "end": 1633,
      "loc": {
        "start": {
          "line": 58,
          "column": 58
        },
        "end": {
          "line": 58,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1634,
      "end": 1643,
      "loc": {
        "start": {
          "line": 58,
          "column": 62
        },
        "end": {
          "line": 58,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1643,
      "end": 1644,
      "loc": {
        "start": {
          "line": 58,
          "column": 71
        },
        "end": {
          "line": 58,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1645,
      "end": 1646,
      "loc": {
        "start": {
          "line": 58,
          "column": 73
        },
        "end": {
          "line": 58,
          "column": 74
        }
      }
    },
    {
      "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": 1653,
      "end": 1659,
      "loc": {
        "start": {
          "line": 59,
          "column": 6
        },
        "end": {
          "line": 59,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objectValue",
      "start": 1660,
      "end": 1671,
      "loc": {
        "start": {
          "line": 59,
          "column": 13
        },
        "end": {
          "line": 59,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1671,
      "end": 1672,
      "loc": {
        "start": {
          "line": 59,
          "column": 24
        },
        "end": {
          "line": 59,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1677,
      "end": 1678,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1681,
      "end": 1682,
      "loc": {
        "start": {
          "line": 61,
          "column": 2
        },
        "end": {
          "line": 61,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1682,
      "end": 1683,
      "loc": {
        "start": {
          "line": 61,
          "column": 3
        },
        "end": {
          "line": 61,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1683,
      "end": 1684,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1685,
      "end": 1686,
      "loc": {
        "start": {
          "line": 62,
          "column": 0
        },
        "end": {
          "line": 62,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 1687,
      "end": 1694,
      "loc": {
        "start": {
          "line": 63,
          "column": 0
        },
        "end": {
          "line": 63,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1694,
      "end": 1695,
      "loc": {
        "start": {
          "line": 63,
          "column": 7
        },
        "end": {
          "line": 63,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mergeDefaults",
      "start": 1695,
      "end": 1708,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1709,
      "end": 1710,
      "loc": {
        "start": {
          "line": 63,
          "column": 22
        },
        "end": {
          "line": 63,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mergeDefaults",
      "start": 1711,
      "end": 1724,
      "loc": {
        "start": {
          "line": 63,
          "column": 24
        },
        "end": {
          "line": 63,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 63,
          "column": 37
        },
        "end": {
          "line": 63,
          "column": 38
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " An alternative to _.merge, which doesn't clone its arguments",
      "start": 1727,
      "end": 1790,
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 65,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cloning is a bad idea because options arguments may contain references to sequelize",
      "start": 1791,
      "end": 1877,
      "loc": {
        "start": {
          "line": 66,
          "column": 0
        },
        "end": {
          "line": 66,
          "column": 86
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " models - which again reference database libs which don't like to be cloned (in particular pg-native)",
      "start": 1878,
      "end": 1981,
      "loc": {
        "start": {
          "line": 67,
          "column": 0
        },
        "end": {
          "line": 67,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1982,
      "end": 1990,
      "loc": {
        "start": {
          "line": 68,
          "column": 0
        },
        "end": {
          "line": 68,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "merge",
      "start": 1991,
      "end": 1996,
      "loc": {
        "start": {
          "line": 68,
          "column": 9
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1996,
      "end": 1997,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1997,
      "end": 1998,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1999,
      "end": 2000,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 18
        }
      }
    },
    {
      "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": 2003,
      "end": 2008,
      "loc": {
        "start": {
          "line": 69,
          "column": 2
        },
        "end": {
          "line": 69,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2009,
      "end": 2015,
      "loc": {
        "start": {
          "line": 69,
          "column": 8
        },
        "end": {
          "line": 69,
          "column": 14
        }
      }
    },
    {
      "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": 69,
          "column": 15
        },
        "end": {
          "line": 69,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2018,
      "end": 2019,
      "loc": {
        "start": {
          "line": 69,
          "column": 17
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2019,
      "end": 2020,
      "loc": {
        "start": {
          "line": 69,
          "column": 18
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2020,
      "end": 2021,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "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": 2025,
      "end": 2028,
      "loc": {
        "start": {
          "line": 71,
          "column": 2
        },
        "end": {
          "line": 71,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2029,
      "end": 2030,
      "loc": {
        "start": {
          "line": 71,
          "column": 6
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "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": 2030,
      "end": 2035,
      "loc": {
        "start": {
          "line": 71,
          "column": 7
        },
        "end": {
          "line": 71,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2036,
      "end": 2039,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 2040,
      "end": 2042,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 2043,
      "end": 2052,
      "loc": {
        "start": {
          "line": 71,
          "column": 20
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2052,
      "end": 2053,
      "loc": {
        "start": {
          "line": 71,
          "column": 29
        },
        "end": {
          "line": 71,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2054,
      "end": 2055,
      "loc": {
        "start": {
          "line": 71,
          "column": 31
        },
        "end": {
          "line": 71,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2060,
      "end": 2061,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2061,
      "end": 2062,
      "loc": {
        "start": {
          "line": 72,
          "column": 5
        },
        "end": {
          "line": 72,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forOwn",
      "start": 2062,
      "end": 2068,
      "loc": {
        "start": {
          "line": 72,
          "column": 6
        },
        "end": {
          "line": 72,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2068,
      "end": 2069,
      "loc": {
        "start": {
          "line": 72,
          "column": 12
        },
        "end": {
          "line": 72,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 2069,
      "end": 2072,
      "loc": {
        "start": {
          "line": 72,
          "column": 13
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2072,
      "end": 2073,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2074,
      "end": 2075,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2075,
      "end": 2080,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2080,
      "end": 2081,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2082,
      "end": 2085,
      "loc": {
        "start": {
          "line": 72,
          "column": 26
        },
        "end": {
          "line": 72,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2085,
      "end": 2086,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2087,
      "end": 2089,
      "loc": {
        "start": {
          "line": 72,
          "column": 31
        },
        "end": {
          "line": 72,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2090,
      "end": 2091,
      "loc": {
        "start": {
          "line": 72,
          "column": 34
        },
        "end": {
          "line": 72,
          "column": 35
        }
      }
    },
    {
      "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": 2098,
      "end": 2100,
      "loc": {
        "start": {
          "line": 73,
          "column": 6
        },
        "end": {
          "line": 73,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2101,
      "end": 2102,
      "loc": {
        "start": {
          "line": 73,
          "column": 9
        },
        "end": {
          "line": 73,
          "column": 10
        }
      }
    },
    {
      "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": 2102,
      "end": 2108,
      "loc": {
        "start": {
          "line": 73,
          "column": 10
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2109,
      "end": 2114,
      "loc": {
        "start": {
          "line": 73,
          "column": 17
        },
        "end": {
          "line": 73,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2115,
      "end": 2118,
      "loc": {
        "start": {
          "line": 73,
          "column": 23
        },
        "end": {
          "line": 73,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 2119,
      "end": 2130,
      "loc": {
        "start": {
          "line": 73,
          "column": 27
        },
        "end": {
          "line": 73,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2130,
      "end": 2131,
      "loc": {
        "start": {
          "line": 73,
          "column": 38
        },
        "end": {
          "line": 73,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2132,
      "end": 2133,
      "loc": {
        "start": {
          "line": 73,
          "column": 40
        },
        "end": {
          "line": 73,
          "column": 41
        }
      }
    },
    {
      "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": 2142,
      "end": 2144,
      "loc": {
        "start": {
          "line": 74,
          "column": 8
        },
        "end": {
          "line": 74,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2145,
      "end": 2146,
      "loc": {
        "start": {
          "line": 74,
          "column": 11
        },
        "end": {
          "line": 74,
          "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": 2146,
      "end": 2147,
      "loc": {
        "start": {
          "line": 74,
          "column": 12
        },
        "end": {
          "line": 74,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2147,
      "end": 2153,
      "loc": {
        "start": {
          "line": 74,
          "column": 13
        },
        "end": {
          "line": 74,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2153,
      "end": 2154,
      "loc": {
        "start": {
          "line": 74,
          "column": 19
        },
        "end": {
          "line": 74,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2154,
      "end": 2157,
      "loc": {
        "start": {
          "line": 74,
          "column": 20
        },
        "end": {
          "line": 74,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2157,
      "end": 2158,
      "loc": {
        "start": {
          "line": 74,
          "column": 23
        },
        "end": {
          "line": 74,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2158,
      "end": 2159,
      "loc": {
        "start": {
          "line": 74,
          "column": 24
        },
        "end": {
          "line": 74,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2160,
      "end": 2161,
      "loc": {
        "start": {
          "line": 74,
          "column": 26
        },
        "end": {
          "line": 74,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2172,
      "end": 2178,
      "loc": {
        "start": {
          "line": 75,
          "column": 10
        },
        "end": {
          "line": 75,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2178,
      "end": 2179,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2179,
      "end": 2182,
      "loc": {
        "start": {
          "line": 75,
          "column": 17
        },
        "end": {
          "line": 75,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2182,
      "end": 2183,
      "loc": {
        "start": {
          "line": 75,
          "column": 20
        },
        "end": {
          "line": 75,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2184,
      "end": 2185,
      "loc": {
        "start": {
          "line": 75,
          "column": 22
        },
        "end": {
          "line": 75,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2186,
      "end": 2191,
      "loc": {
        "start": {
          "line": 75,
          "column": 24
        },
        "end": {
          "line": 75,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2191,
      "end": 2192,
      "loc": {
        "start": {
          "line": 75,
          "column": 29
        },
        "end": {
          "line": 75,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2201,
      "end": 2202,
      "loc": {
        "start": {
          "line": 76,
          "column": 8
        },
        "end": {
          "line": 76,
          "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": 2203,
      "end": 2207,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 14
        }
      }
    },
    {
      "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": 2208,
      "end": 2210,
      "loc": {
        "start": {
          "line": 76,
          "column": 15
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2211,
      "end": 2212,
      "loc": {
        "start": {
          "line": 76,
          "column": 18
        },
        "end": {
          "line": 76,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2212,
      "end": 2213,
      "loc": {
        "start": {
          "line": 76,
          "column": 19
        },
        "end": {
          "line": 76,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2213,
      "end": 2214,
      "loc": {
        "start": {
          "line": 76,
          "column": 20
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 2214,
      "end": 2227,
      "loc": {
        "start": {
          "line": 76,
          "column": 21
        },
        "end": {
          "line": 76,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2227,
      "end": 2228,
      "loc": {
        "start": {
          "line": 76,
          "column": 34
        },
        "end": {
          "line": 76,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2228,
      "end": 2233,
      "loc": {
        "start": {
          "line": 76,
          "column": 35
        },
        "end": {
          "line": 76,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2233,
      "end": 2234,
      "loc": {
        "start": {
          "line": 76,
          "column": 40
        },
        "end": {
          "line": 76,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2235,
      "end": 2237,
      "loc": {
        "start": {
          "line": 76,
          "column": 42
        },
        "end": {
          "line": 76,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2238,
      "end": 2239,
      "loc": {
        "start": {
          "line": 76,
          "column": 45
        },
        "end": {
          "line": 76,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2239,
      "end": 2240,
      "loc": {
        "start": {
          "line": 76,
          "column": 46
        },
        "end": {
          "line": 76,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 2240,
      "end": 2253,
      "loc": {
        "start": {
          "line": 76,
          "column": 47
        },
        "end": {
          "line": 76,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2253,
      "end": 2254,
      "loc": {
        "start": {
          "line": 76,
          "column": 60
        },
        "end": {
          "line": 76,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2254,
      "end": 2260,
      "loc": {
        "start": {
          "line": 76,
          "column": 61
        },
        "end": {
          "line": 76,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2260,
      "end": 2261,
      "loc": {
        "start": {
          "line": 76,
          "column": 67
        },
        "end": {
          "line": 76,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2261,
      "end": 2264,
      "loc": {
        "start": {
          "line": 76,
          "column": 68
        },
        "end": {
          "line": 76,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2264,
      "end": 2265,
      "loc": {
        "start": {
          "line": 76,
          "column": 71
        },
        "end": {
          "line": 76,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2265,
      "end": 2266,
      "loc": {
        "start": {
          "line": 76,
          "column": 72
        },
        "end": {
          "line": 76,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2266,
      "end": 2267,
      "loc": {
        "start": {
          "line": 76,
          "column": 73
        },
        "end": {
          "line": 76,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2268,
      "end": 2269,
      "loc": {
        "start": {
          "line": 76,
          "column": 75
        },
        "end": {
          "line": 76,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2280,
      "end": 2286,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2286,
      "end": 2287,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2287,
      "end": 2290,
      "loc": {
        "start": {
          "line": 77,
          "column": 17
        },
        "end": {
          "line": 77,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2290,
      "end": 2291,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2292,
      "end": 2293,
      "loc": {
        "start": {
          "line": 77,
          "column": 22
        },
        "end": {
          "line": 77,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "merge",
      "start": 2294,
      "end": 2299,
      "loc": {
        "start": {
          "line": 77,
          "column": 24
        },
        "end": {
          "line": 77,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2299,
      "end": 2300,
      "loc": {
        "start": {
          "line": 77,
          "column": 29
        },
        "end": {
          "line": 77,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2300,
      "end": 2306,
      "loc": {
        "start": {
          "line": 77,
          "column": 30
        },
        "end": {
          "line": 77,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2306,
      "end": 2307,
      "loc": {
        "start": {
          "line": 77,
          "column": 36
        },
        "end": {
          "line": 77,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2307,
      "end": 2310,
      "loc": {
        "start": {
          "line": 77,
          "column": 37
        },
        "end": {
          "line": 77,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2310,
      "end": 2311,
      "loc": {
        "start": {
          "line": 77,
          "column": 40
        },
        "end": {
          "line": 77,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2311,
      "end": 2312,
      "loc": {
        "start": {
          "line": 77,
          "column": 41
        },
        "end": {
          "line": 77,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2313,
      "end": 2318,
      "loc": {
        "start": {
          "line": 77,
          "column": 43
        },
        "end": {
          "line": 77,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2318,
      "end": 2319,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2319,
      "end": 2320,
      "loc": {
        "start": {
          "line": 77,
          "column": 49
        },
        "end": {
          "line": 77,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2329,
      "end": 2330,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "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": 2331,
      "end": 2335,
      "loc": {
        "start": {
          "line": 78,
          "column": 10
        },
        "end": {
          "line": 78,
          "column": 14
        }
      }
    },
    {
      "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": 2336,
      "end": 2338,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "end": {
          "line": 78,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2339,
      "end": 2340,
      "loc": {
        "start": {
          "line": 78,
          "column": 18
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 2340,
      "end": 2345,
      "loc": {
        "start": {
          "line": 78,
          "column": 19
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2345,
      "end": 2346,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 2346,
      "end": 2353,
      "loc": {
        "start": {
          "line": 78,
          "column": 25
        },
        "end": {
          "line": 78,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2353,
      "end": 2354,
      "loc": {
        "start": {
          "line": 78,
          "column": 32
        },
        "end": {
          "line": 78,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2354,
      "end": 2359,
      "loc": {
        "start": {
          "line": 78,
          "column": 33
        },
        "end": {
          "line": 78,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2359,
      "end": 2360,
      "loc": {
        "start": {
          "line": 78,
          "column": 38
        },
        "end": {
          "line": 78,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2361,
      "end": 2363,
      "loc": {
        "start": {
          "line": 78,
          "column": 40
        },
        "end": {
          "line": 78,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 2364,
      "end": 2369,
      "loc": {
        "start": {
          "line": 78,
          "column": 43
        },
        "end": {
          "line": 78,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2369,
      "end": 2370,
      "loc": {
        "start": {
          "line": 78,
          "column": 48
        },
        "end": {
          "line": 78,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 2370,
      "end": 2377,
      "loc": {
        "start": {
          "line": 78,
          "column": 49
        },
        "end": {
          "line": 78,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2377,
      "end": 2378,
      "loc": {
        "start": {
          "line": 78,
          "column": 56
        },
        "end": {
          "line": 78,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2378,
      "end": 2384,
      "loc": {
        "start": {
          "line": 78,
          "column": 57
        },
        "end": {
          "line": 78,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2384,
      "end": 2385,
      "loc": {
        "start": {
          "line": 78,
          "column": 63
        },
        "end": {
          "line": 78,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2385,
      "end": 2388,
      "loc": {
        "start": {
          "line": 78,
          "column": 64
        },
        "end": {
          "line": 78,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2388,
      "end": 2389,
      "loc": {
        "start": {
          "line": 78,
          "column": 67
        },
        "end": {
          "line": 78,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2389,
      "end": 2390,
      "loc": {
        "start": {
          "line": 78,
          "column": 68
        },
        "end": {
          "line": 78,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2390,
      "end": 2391,
      "loc": {
        "start": {
          "line": 78,
          "column": 69
        },
        "end": {
          "line": 78,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2392,
      "end": 2393,
      "loc": {
        "start": {
          "line": 78,
          "column": 71
        },
        "end": {
          "line": 78,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2404,
      "end": 2410,
      "loc": {
        "start": {
          "line": 79,
          "column": 10
        },
        "end": {
          "line": 79,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2410,
      "end": 2411,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2411,
      "end": 2414,
      "loc": {
        "start": {
          "line": 79,
          "column": 17
        },
        "end": {
          "line": 79,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2414,
      "end": 2415,
      "loc": {
        "start": {
          "line": 79,
          "column": 20
        },
        "end": {
          "line": 79,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2416,
      "end": 2417,
      "loc": {
        "start": {
          "line": 79,
          "column": 22
        },
        "end": {
          "line": 79,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2418,
      "end": 2423,
      "loc": {
        "start": {
          "line": 79,
          "column": 24
        },
        "end": {
          "line": 79,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2423,
      "end": 2424,
      "loc": {
        "start": {
          "line": 79,
          "column": 29
        },
        "end": {
          "line": 79,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "concat",
      "start": 2424,
      "end": 2430,
      "loc": {
        "start": {
          "line": 79,
          "column": 30
        },
        "end": {
          "line": 79,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2430,
      "end": 2431,
      "loc": {
        "start": {
          "line": 79,
          "column": 36
        },
        "end": {
          "line": 79,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2431,
      "end": 2437,
      "loc": {
        "start": {
          "line": 79,
          "column": 37
        },
        "end": {
          "line": 79,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2437,
      "end": 2438,
      "loc": {
        "start": {
          "line": 79,
          "column": 43
        },
        "end": {
          "line": 79,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2438,
      "end": 2441,
      "loc": {
        "start": {
          "line": 79,
          "column": 44
        },
        "end": {
          "line": 79,
          "column": 47
        }
      }
    },
    {
      "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": 79,
          "column": 47
        },
        "end": {
          "line": 79,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2442,
      "end": 2443,
      "loc": {
        "start": {
          "line": 79,
          "column": 48
        },
        "end": {
          "line": 79,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2443,
      "end": 2444,
      "loc": {
        "start": {
          "line": 79,
          "column": 49
        },
        "end": {
          "line": 79,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2453,
      "end": 2454,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "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": 2455,
      "end": 2459,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2460,
      "end": 2461,
      "loc": {
        "start": {
          "line": 80,
          "column": 15
        },
        "end": {
          "line": 80,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2472,
      "end": 2478,
      "loc": {
        "start": {
          "line": 81,
          "column": 10
        },
        "end": {
          "line": 81,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2478,
      "end": 2479,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2479,
      "end": 2482,
      "loc": {
        "start": {
          "line": 81,
          "column": 17
        },
        "end": {
          "line": 81,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2482,
      "end": 2483,
      "loc": {
        "start": {
          "line": 81,
          "column": 20
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2484,
      "end": 2485,
      "loc": {
        "start": {
          "line": 81,
          "column": 22
        },
        "end": {
          "line": 81,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2486,
      "end": 2491,
      "loc": {
        "start": {
          "line": 81,
          "column": 24
        },
        "end": {
          "line": 81,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2491,
      "end": 2492,
      "loc": {
        "start": {
          "line": 81,
          "column": 29
        },
        "end": {
          "line": 81,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2509,
      "end": 2510,
      "loc": {
        "start": {
          "line": 83,
          "column": 6
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2515,
      "end": 2516,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2516,
      "end": 2517,
      "loc": {
        "start": {
          "line": 84,
          "column": 5
        },
        "end": {
          "line": 84,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2517,
      "end": 2518,
      "loc": {
        "start": {
          "line": 84,
          "column": 6
        },
        "end": {
          "line": 84,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2521,
      "end": 2522,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 3
        }
      }
    },
    {
      "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": 2526,
      "end": 2532,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 87,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2533,
      "end": 2539,
      "loc": {
        "start": {
          "line": 87,
          "column": 9
        },
        "end": {
          "line": 87,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2539,
      "end": 2540,
      "loc": {
        "start": {
          "line": 87,
          "column": 15
        },
        "end": {
          "line": 87,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2541,
      "end": 2542,
      "loc": {
        "start": {
          "line": 88,
          "column": 0
        },
        "end": {
          "line": 88,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 2543,
      "end": 2550,
      "loc": {
        "start": {
          "line": 89,
          "column": 0
        },
        "end": {
          "line": 89,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2550,
      "end": 2551,
      "loc": {
        "start": {
          "line": 89,
          "column": 7
        },
        "end": {
          "line": 89,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "merge",
      "start": 2551,
      "end": 2556,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2557,
      "end": 2558,
      "loc": {
        "start": {
          "line": 89,
          "column": 14
        },
        "end": {
          "line": 89,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "merge",
      "start": 2559,
      "end": 2564,
      "loc": {
        "start": {
          "line": 89,
          "column": 16
        },
        "end": {
          "line": 89,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2564,
      "end": 2565,
      "loc": {
        "start": {
          "line": 89,
          "column": 21
        },
        "end": {
          "line": 89,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2567,
      "end": 2575,
      "loc": {
        "start": {
          "line": 91,
          "column": 0
        },
        "end": {
          "line": 91,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lowercaseFirst",
      "start": 2576,
      "end": 2590,
      "loc": {
        "start": {
          "line": 91,
          "column": 9
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2590,
      "end": 2591,
      "loc": {
        "start": {
          "line": 91,
          "column": 23
        },
        "end": {
          "line": 91,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 2591,
      "end": 2592,
      "loc": {
        "start": {
          "line": 91,
          "column": 24
        },
        "end": {
          "line": 91,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2592,
      "end": 2593,
      "loc": {
        "start": {
          "line": 91,
          "column": 25
        },
        "end": {
          "line": 91,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2594,
      "end": 2595,
      "loc": {
        "start": {
          "line": 91,
          "column": 27
        },
        "end": {
          "line": 91,
          "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": 2598,
      "end": 2604,
      "loc": {
        "start": {
          "line": 92,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 2605,
      "end": 2606,
      "loc": {
        "start": {
          "line": 92,
          "column": 9
        },
        "end": {
          "line": 92,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2606,
      "end": 2607,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2607,
      "end": 2608,
      "loc": {
        "start": {
          "line": 92,
          "column": 11
        },
        "end": {
          "line": 92,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2608,
      "end": 2609,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2609,
      "end": 2610,
      "loc": {
        "start": {
          "line": 92,
          "column": 13
        },
        "end": {
          "line": 92,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 2610,
      "end": 2621,
      "loc": {
        "start": {
          "line": 92,
          "column": 14
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2621,
      "end": 2622,
      "loc": {
        "start": {
          "line": 92,
          "column": 25
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2622,
      "end": 2623,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2624,
      "end": 2625,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 2626,
      "end": 2627,
      "loc": {
        "start": {
          "line": 92,
          "column": 30
        },
        "end": {
          "line": 92,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2627,
      "end": 2628,
      "loc": {
        "start": {
          "line": 92,
          "column": 31
        },
        "end": {
          "line": 92,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 2628,
      "end": 2633,
      "loc": {
        "start": {
          "line": 92,
          "column": 32
        },
        "end": {
          "line": 92,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2633,
      "end": 2634,
      "loc": {
        "start": {
          "line": 92,
          "column": 37
        },
        "end": {
          "line": 92,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2634,
      "end": 2635,
      "loc": {
        "start": {
          "line": 92,
          "column": 38
        },
        "end": {
          "line": 92,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2635,
      "end": 2636,
      "loc": {
        "start": {
          "line": 92,
          "column": 39
        },
        "end": {
          "line": 92,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2636,
      "end": 2637,
      "loc": {
        "start": {
          "line": 92,
          "column": 40
        },
        "end": {
          "line": 92,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2638,
      "end": 2639,
      "loc": {
        "start": {
          "line": 93,
          "column": 0
        },
        "end": {
          "line": 93,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 2640,
      "end": 2647,
      "loc": {
        "start": {
          "line": 94,
          "column": 0
        },
        "end": {
          "line": 94,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2647,
      "end": 2648,
      "loc": {
        "start": {
          "line": 94,
          "column": 7
        },
        "end": {
          "line": 94,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lowercaseFirst",
      "start": 2648,
      "end": 2662,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 22
        }
      }
    },
    {
      "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": 94,
          "column": 23
        },
        "end": {
          "line": 94,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lowercaseFirst",
      "start": 2665,
      "end": 2679,
      "loc": {
        "start": {
          "line": 94,
          "column": 25
        },
        "end": {
          "line": 94,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2679,
      "end": 2680,
      "loc": {
        "start": {
          "line": 94,
          "column": 39
        },
        "end": {
          "line": 94,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2682,
      "end": 2690,
      "loc": {
        "start": {
          "line": 96,
          "column": 0
        },
        "end": {
          "line": 96,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uppercaseFirst",
      "start": 2691,
      "end": 2705,
      "loc": {
        "start": {
          "line": 96,
          "column": 9
        },
        "end": {
          "line": 96,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2705,
      "end": 2706,
      "loc": {
        "start": {
          "line": 96,
          "column": 23
        },
        "end": {
          "line": 96,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 2706,
      "end": 2707,
      "loc": {
        "start": {
          "line": 96,
          "column": 24
        },
        "end": {
          "line": 96,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2707,
      "end": 2708,
      "loc": {
        "start": {
          "line": 96,
          "column": 25
        },
        "end": {
          "line": 96,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2709,
      "end": 2710,
      "loc": {
        "start": {
          "line": 96,
          "column": 27
        },
        "end": {
          "line": 96,
          "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": 2713,
      "end": 2719,
      "loc": {
        "start": {
          "line": 97,
          "column": 2
        },
        "end": {
          "line": 97,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 2720,
      "end": 2721,
      "loc": {
        "start": {
          "line": 97,
          "column": 9
        },
        "end": {
          "line": 97,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2721,
      "end": 2722,
      "loc": {
        "start": {
          "line": 97,
          "column": 10
        },
        "end": {
          "line": 97,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2722,
      "end": 2723,
      "loc": {
        "start": {
          "line": 97,
          "column": 11
        },
        "end": {
          "line": 97,
          "column": 12
        }
      }
    },
    {
      "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": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2724,
      "end": 2725,
      "loc": {
        "start": {
          "line": 97,
          "column": 13
        },
        "end": {
          "line": 97,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 2725,
      "end": 2736,
      "loc": {
        "start": {
          "line": 97,
          "column": 14
        },
        "end": {
          "line": 97,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2736,
      "end": 2737,
      "loc": {
        "start": {
          "line": 97,
          "column": 25
        },
        "end": {
          "line": 97,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2737,
      "end": 2738,
      "loc": {
        "start": {
          "line": 97,
          "column": 26
        },
        "end": {
          "line": 97,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2739,
      "end": 2740,
      "loc": {
        "start": {
          "line": 97,
          "column": 28
        },
        "end": {
          "line": 97,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 2741,
      "end": 2742,
      "loc": {
        "start": {
          "line": 97,
          "column": 30
        },
        "end": {
          "line": 97,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2742,
      "end": 2743,
      "loc": {
        "start": {
          "line": 97,
          "column": 31
        },
        "end": {
          "line": 97,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 2743,
      "end": 2748,
      "loc": {
        "start": {
          "line": 97,
          "column": 32
        },
        "end": {
          "line": 97,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2748,
      "end": 2749,
      "loc": {
        "start": {
          "line": 97,
          "column": 37
        },
        "end": {
          "line": 97,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2749,
      "end": 2750,
      "loc": {
        "start": {
          "line": 97,
          "column": 38
        },
        "end": {
          "line": 97,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2750,
      "end": 2751,
      "loc": {
        "start": {
          "line": 97,
          "column": 39
        },
        "end": {
          "line": 97,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2751,
      "end": 2752,
      "loc": {
        "start": {
          "line": 97,
          "column": 40
        },
        "end": {
          "line": 97,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2753,
      "end": 2754,
      "loc": {
        "start": {
          "line": 98,
          "column": 0
        },
        "end": {
          "line": 98,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 2755,
      "end": 2762,
      "loc": {
        "start": {
          "line": 99,
          "column": 0
        },
        "end": {
          "line": 99,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2762,
      "end": 2763,
      "loc": {
        "start": {
          "line": 99,
          "column": 7
        },
        "end": {
          "line": 99,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uppercaseFirst",
      "start": 2763,
      "end": 2777,
      "loc": {
        "start": {
          "line": 99,
          "column": 8
        },
        "end": {
          "line": 99,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2778,
      "end": 2779,
      "loc": {
        "start": {
          "line": 99,
          "column": 23
        },
        "end": {
          "line": 99,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uppercaseFirst",
      "start": 2780,
      "end": 2794,
      "loc": {
        "start": {
          "line": 99,
          "column": 25
        },
        "end": {
          "line": 99,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2794,
      "end": 2795,
      "loc": {
        "start": {
          "line": 99,
          "column": 39
        },
        "end": {
          "line": 99,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2797,
      "end": 2805,
      "loc": {
        "start": {
          "line": 101,
          "column": 0
        },
        "end": {
          "line": 101,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "spliceStr",
      "start": 2806,
      "end": 2815,
      "loc": {
        "start": {
          "line": 101,
          "column": 9
        },
        "end": {
          "line": 101,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2815,
      "end": 2816,
      "loc": {
        "start": {
          "line": 101,
          "column": 18
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 2816,
      "end": 2819,
      "loc": {
        "start": {
          "line": 101,
          "column": 19
        },
        "end": {
          "line": 101,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2819,
      "end": 2820,
      "loc": {
        "start": {
          "line": 101,
          "column": 22
        },
        "end": {
          "line": 101,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2821,
      "end": 2826,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2826,
      "end": 2827,
      "loc": {
        "start": {
          "line": 101,
          "column": 29
        },
        "end": {
          "line": 101,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 2828,
      "end": 2833,
      "loc": {
        "start": {
          "line": 101,
          "column": 31
        },
        "end": {
          "line": 101,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2833,
      "end": 2834,
      "loc": {
        "start": {
          "line": 101,
          "column": 36
        },
        "end": {
          "line": 101,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 2835,
      "end": 2838,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2838,
      "end": 2839,
      "loc": {
        "start": {
          "line": 101,
          "column": 41
        },
        "end": {
          "line": 101,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2840,
      "end": 2841,
      "loc": {
        "start": {
          "line": 101,
          "column": 43
        },
        "end": {
          "line": 101,
          "column": 44
        }
      }
    },
    {
      "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": 2844,
      "end": 2850,
      "loc": {
        "start": {
          "line": 102,
          "column": 2
        },
        "end": {
          "line": 102,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 2851,
      "end": 2854,
      "loc": {
        "start": {
          "line": 102,
          "column": 9
        },
        "end": {
          "line": 102,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2854,
      "end": 2855,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 2855,
      "end": 2860,
      "loc": {
        "start": {
          "line": 102,
          "column": 13
        },
        "end": {
          "line": 102,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2860,
      "end": 2861,
      "loc": {
        "start": {
          "line": 102,
          "column": 18
        },
        "end": {
          "line": 102,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2861,
      "end": 2862,
      "loc": {
        "start": {
          "line": 102,
          "column": 19
        },
        "end": {
          "line": 102,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2862,
      "end": 2863,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2864,
      "end": 2869,
      "loc": {
        "start": {
          "line": 102,
          "column": 22
        },
        "end": {
          "line": 102,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2869,
      "end": 2870,
      "loc": {
        "start": {
          "line": 102,
          "column": 27
        },
        "end": {
          "line": 102,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2871,
      "end": 2872,
      "loc": {
        "start": {
          "line": 102,
          "column": 29
        },
        "end": {
          "line": 102,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 2873,
      "end": 2876,
      "loc": {
        "start": {
          "line": 102,
          "column": 31
        },
        "end": {
          "line": 102,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2877,
      "end": 2878,
      "loc": {
        "start": {
          "line": 102,
          "column": 35
        },
        "end": {
          "line": 102,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 2879,
      "end": 2882,
      "loc": {
        "start": {
          "line": 102,
          "column": 37
        },
        "end": {
          "line": 102,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2882,
      "end": 2883,
      "loc": {
        "start": {
          "line": 102,
          "column": 40
        },
        "end": {
          "line": 102,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 2883,
      "end": 2888,
      "loc": {
        "start": {
          "line": 102,
          "column": 41
        },
        "end": {
          "line": 102,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2888,
      "end": 2889,
      "loc": {
        "start": {
          "line": 102,
          "column": 46
        },
        "end": {
          "line": 102,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 2889,
      "end": 2894,
      "loc": {
        "start": {
          "line": 102,
          "column": 47
        },
        "end": {
          "line": 102,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2895,
      "end": 2896,
      "loc": {
        "start": {
          "line": 102,
          "column": 53
        },
        "end": {
          "line": 102,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 2897,
      "end": 2902,
      "loc": {
        "start": {
          "line": 102,
          "column": 55
        },
        "end": {
          "line": 102,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2902,
      "end": 2903,
      "loc": {
        "start": {
          "line": 102,
          "column": 60
        },
        "end": {
          "line": 102,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2903,
      "end": 2904,
      "loc": {
        "start": {
          "line": 102,
          "column": 61
        },
        "end": {
          "line": 102,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2905,
      "end": 2906,
      "loc": {
        "start": {
          "line": 103,
          "column": 0
        },
        "end": {
          "line": 103,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 2907,
      "end": 2914,
      "loc": {
        "start": {
          "line": 104,
          "column": 0
        },
        "end": {
          "line": 104,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2914,
      "end": 2915,
      "loc": {
        "start": {
          "line": 104,
          "column": 7
        },
        "end": {
          "line": 104,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "spliceStr",
      "start": 2915,
      "end": 2924,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2925,
      "end": 2926,
      "loc": {
        "start": {
          "line": 104,
          "column": 18
        },
        "end": {
          "line": 104,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "spliceStr",
      "start": 2927,
      "end": 2936,
      "loc": {
        "start": {
          "line": 104,
          "column": 20
        },
        "end": {
          "line": 104,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2936,
      "end": 2937,
      "loc": {
        "start": {
          "line": 104,
          "column": 29
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2939,
      "end": 2947,
      "loc": {
        "start": {
          "line": 106,
          "column": 0
        },
        "end": {
          "line": 106,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelize",
      "start": 2948,
      "end": 2956,
      "loc": {
        "start": {
          "line": 106,
          "column": 9
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2956,
      "end": 2957,
      "loc": {
        "start": {
          "line": 106,
          "column": 17
        },
        "end": {
          "line": 106,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 2957,
      "end": 2960,
      "loc": {
        "start": {
          "line": 106,
          "column": 18
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2960,
      "end": 2961,
      "loc": {
        "start": {
          "line": 106,
          "column": 21
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2962,
      "end": 2963,
      "loc": {
        "start": {
          "line": 106,
          "column": 23
        },
        "end": {
          "line": 106,
          "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": 2966,
      "end": 2972,
      "loc": {
        "start": {
          "line": 107,
          "column": 2
        },
        "end": {
          "line": 107,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 2973,
      "end": 2976,
      "loc": {
        "start": {
          "line": 107,
          "column": 9
        },
        "end": {
          "line": 107,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2976,
      "end": 2977,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 2977,
      "end": 2981,
      "loc": {
        "start": {
          "line": 107,
          "column": 13
        },
        "end": {
          "line": 107,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2981,
      "end": 2982,
      "loc": {
        "start": {
          "line": 107,
          "column": 17
        },
        "end": {
          "line": 107,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2982,
      "end": 2983,
      "loc": {
        "start": {
          "line": 107,
          "column": 18
        },
        "end": {
          "line": 107,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2983,
      "end": 2984,
      "loc": {
        "start": {
          "line": 107,
          "column": 19
        },
        "end": {
          "line": 107,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 2984,
      "end": 2991,
      "loc": {
        "start": {
          "line": 107,
          "column": 20
        },
        "end": {
          "line": 107,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2991,
      "end": 2992,
      "loc": {
        "start": {
          "line": 107,
          "column": 27
        },
        "end": {
          "line": 107,
          "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": "[-_\\s]+(.)?",
        "flags": "g"
      },
      "start": 2992,
      "end": 3006,
      "loc": {
        "start": {
          "line": 107,
          "column": 28
        },
        "end": {
          "line": 107,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3006,
      "end": 3007,
      "loc": {
        "start": {
          "line": 107,
          "column": 42
        },
        "end": {
          "line": 107,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3008,
      "end": 3009,
      "loc": {
        "start": {
          "line": 107,
          "column": 44
        },
        "end": {
          "line": 107,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 3009,
      "end": 3014,
      "loc": {
        "start": {
          "line": 107,
          "column": 45
        },
        "end": {
          "line": 107,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3014,
      "end": 3015,
      "loc": {
        "start": {
          "line": 107,
          "column": 50
        },
        "end": {
          "line": 107,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 3016,
      "end": 3017,
      "loc": {
        "start": {
          "line": 107,
          "column": 52
        },
        "end": {
          "line": 107,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3017,
      "end": 3018,
      "loc": {
        "start": {
          "line": 107,
          "column": 53
        },
        "end": {
          "line": 107,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3019,
      "end": 3021,
      "loc": {
        "start": {
          "line": 107,
          "column": 55
        },
        "end": {
          "line": 107,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 3022,
      "end": 3023,
      "loc": {
        "start": {
          "line": 107,
          "column": 58
        },
        "end": {
          "line": 107,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3023,
      "end": 3024,
      "loc": {
        "start": {
          "line": 107,
          "column": 59
        },
        "end": {
          "line": 107,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 3024,
      "end": 3035,
      "loc": {
        "start": {
          "line": 107,
          "column": 60
        },
        "end": {
          "line": 107,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3035,
      "end": 3036,
      "loc": {
        "start": {
          "line": 107,
          "column": 71
        },
        "end": {
          "line": 107,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3036,
      "end": 3037,
      "loc": {
        "start": {
          "line": 107,
          "column": 72
        },
        "end": {
          "line": 107,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3037,
      "end": 3038,
      "loc": {
        "start": {
          "line": 107,
          "column": 73
        },
        "end": {
          "line": 107,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3038,
      "end": 3039,
      "loc": {
        "start": {
          "line": 107,
          "column": 74
        },
        "end": {
          "line": 107,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3040,
      "end": 3041,
      "loc": {
        "start": {
          "line": 108,
          "column": 0
        },
        "end": {
          "line": 108,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 3042,
      "end": 3049,
      "loc": {
        "start": {
          "line": 109,
          "column": 0
        },
        "end": {
          "line": 109,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3049,
      "end": 3050,
      "loc": {
        "start": {
          "line": 109,
          "column": 7
        },
        "end": {
          "line": 109,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelize",
      "start": 3050,
      "end": 3058,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3059,
      "end": 3060,
      "loc": {
        "start": {
          "line": 109,
          "column": 17
        },
        "end": {
          "line": 109,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camelize",
      "start": 3061,
      "end": 3069,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3069,
      "end": 3070,
      "loc": {
        "start": {
          "line": 109,
          "column": 27
        },
        "end": {
          "line": 109,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3072,
      "end": 3080,
      "loc": {
        "start": {
          "line": 111,
          "column": 0
        },
        "end": {
          "line": 111,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 3081,
      "end": 3091,
      "loc": {
        "start": {
          "line": 111,
          "column": 9
        },
        "end": {
          "line": 111,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3091,
      "end": 3092,
      "loc": {
        "start": {
          "line": 111,
          "column": 19
        },
        "end": {
          "line": 111,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 3092,
      "end": 3095,
      "loc": {
        "start": {
          "line": 111,
          "column": 20
        },
        "end": {
          "line": 111,
          "column": 23
        }
      }
    },
    {
      "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": 111,
          "column": 23
        },
        "end": {
          "line": 111,
          "column": 24
        }
      }
    },
    {
      "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": 111,
          "column": 25
        },
        "end": {
          "line": 111,
          "column": 26
        }
      }
    },
    {
      "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": 3101,
      "end": 3107,
      "loc": {
        "start": {
          "line": 112,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inflection",
      "start": 3108,
      "end": 3118,
      "loc": {
        "start": {
          "line": 112,
          "column": 9
        },
        "end": {
          "line": 112,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3118,
      "end": 3119,
      "loc": {
        "start": {
          "line": 112,
          "column": 19
        },
        "end": {
          "line": 112,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 3119,
      "end": 3129,
      "loc": {
        "start": {
          "line": 112,
          "column": 20
        },
        "end": {
          "line": 112,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3129,
      "end": 3130,
      "loc": {
        "start": {
          "line": 112,
          "column": 30
        },
        "end": {
          "line": 112,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 3130,
      "end": 3133,
      "loc": {
        "start": {
          "line": 112,
          "column": 31
        },
        "end": {
          "line": 112,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3133,
      "end": 3134,
      "loc": {
        "start": {
          "line": 112,
          "column": 34
        },
        "end": {
          "line": 112,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3134,
      "end": 3135,
      "loc": {
        "start": {
          "line": 112,
          "column": 35
        },
        "end": {
          "line": 112,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3136,
      "end": 3137,
      "loc": {
        "start": {
          "line": 113,
          "column": 0
        },
        "end": {
          "line": 113,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 3138,
      "end": 3145,
      "loc": {
        "start": {
          "line": 114,
          "column": 0
        },
        "end": {
          "line": 114,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3145,
      "end": 3146,
      "loc": {
        "start": {
          "line": 114,
          "column": 7
        },
        "end": {
          "line": 114,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 3146,
      "end": 3156,
      "loc": {
        "start": {
          "line": 114,
          "column": 8
        },
        "end": {
          "line": 114,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 114,
          "column": 19
        },
        "end": {
          "line": 114,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "underscore",
      "start": 3159,
      "end": 3169,
      "loc": {
        "start": {
          "line": 114,
          "column": 21
        },
        "end": {
          "line": 114,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3169,
      "end": 3170,
      "loc": {
        "start": {
          "line": 114,
          "column": 31
        },
        "end": {
          "line": 114,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3172,
      "end": 3180,
      "loc": {
        "start": {
          "line": 116,
          "column": 0
        },
        "end": {
          "line": 116,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 3181,
      "end": 3187,
      "loc": {
        "start": {
          "line": 116,
          "column": 9
        },
        "end": {
          "line": 116,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3187,
      "end": 3188,
      "loc": {
        "start": {
          "line": 116,
          "column": 15
        },
        "end": {
          "line": 116,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arr",
      "start": 3188,
      "end": 3191,
      "loc": {
        "start": {
          "line": 116,
          "column": 16
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3191,
      "end": 3192,
      "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": "dialect",
      "start": 3193,
      "end": 3200,
      "loc": {
        "start": {
          "line": 116,
          "column": 21
        },
        "end": {
          "line": 116,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3200,
      "end": 3201,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 116,
          "column": 30
        },
        "end": {
          "line": 116,
          "column": 31
        }
      }
    },
    {
      "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": 3206,
      "end": 3211,
      "loc": {
        "start": {
          "line": 117,
          "column": 2
        },
        "end": {
          "line": 117,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timeZone",
      "start": 3212,
      "end": 3220,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 117,
          "column": 17
        },
        "end": {
          "line": 117,
          "column": 18
        }
      }
    },
    {
      "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": 3223,
      "end": 3227,
      "loc": {
        "start": {
          "line": 117,
          "column": 19
        },
        "end": {
          "line": 117,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3227,
      "end": 3228,
      "loc": {
        "start": {
          "line": 117,
          "column": 23
        },
        "end": {
          "line": 117,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Make a clone of the array beacuse format modifies the passed args",
      "start": 3231,
      "end": 3299,
      "loc": {
        "start": {
          "line": 118,
          "column": 2
        },
        "end": {
          "line": 118,
          "column": 70
        }
      }
    },
    {
      "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": 3302,
      "end": 3308,
      "loc": {
        "start": {
          "line": 119,
          "column": 2
        },
        "end": {
          "line": 119,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SqlString",
      "start": 3309,
      "end": 3318,
      "loc": {
        "start": {
          "line": 119,
          "column": 9
        },
        "end": {
          "line": 119,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3318,
      "end": 3319,
      "loc": {
        "start": {
          "line": 119,
          "column": 18
        },
        "end": {
          "line": 119,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 3319,
      "end": 3325,
      "loc": {
        "start": {
          "line": 119,
          "column": 19
        },
        "end": {
          "line": 119,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3325,
      "end": 3326,
      "loc": {
        "start": {
          "line": 119,
          "column": 25
        },
        "end": {
          "line": 119,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arr",
      "start": 3326,
      "end": 3329,
      "loc": {
        "start": {
          "line": 119,
          "column": 26
        },
        "end": {
          "line": 119,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3329,
      "end": 3330,
      "loc": {
        "start": {
          "line": 119,
          "column": 29
        },
        "end": {
          "line": 119,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3330,
      "end": 3331,
      "loc": {
        "start": {
          "line": 119,
          "column": 30
        },
        "end": {
          "line": 119,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3331,
      "end": 3332,
      "loc": {
        "start": {
          "line": 119,
          "column": 31
        },
        "end": {
          "line": 119,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3332,
      "end": 3333,
      "loc": {
        "start": {
          "line": 119,
          "column": 32
        },
        "end": {
          "line": 119,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arr",
      "start": 3334,
      "end": 3337,
      "loc": {
        "start": {
          "line": 119,
          "column": 34
        },
        "end": {
          "line": 119,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3337,
      "end": 3338,
      "loc": {
        "start": {
          "line": 119,
          "column": 37
        },
        "end": {
          "line": 119,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 3338,
      "end": 3343,
      "loc": {
        "start": {
          "line": 119,
          "column": 38
        },
        "end": {
          "line": 119,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3343,
      "end": 3344,
      "loc": {
        "start": {
          "line": 119,
          "column": 43
        },
        "end": {
          "line": 119,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 119,
          "column": 44
        },
        "end": {
          "line": 119,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3345,
      "end": 3346,
      "loc": {
        "start": {
          "line": 119,
          "column": 45
        },
        "end": {
          "line": 119,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3346,
      "end": 3347,
      "loc": {
        "start": {
          "line": 119,
          "column": 46
        },
        "end": {
          "line": 119,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timeZone",
      "start": 3348,
      "end": 3356,
      "loc": {
        "start": {
          "line": 119,
          "column": 48
        },
        "end": {
          "line": 119,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3356,
      "end": 3357,
      "loc": {
        "start": {
          "line": 119,
          "column": 56
        },
        "end": {
          "line": 119,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 3358,
      "end": 3365,
      "loc": {
        "start": {
          "line": 119,
          "column": 58
        },
        "end": {
          "line": 119,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3365,
      "end": 3366,
      "loc": {
        "start": {
          "line": 119,
          "column": 65
        },
        "end": {
          "line": 119,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3366,
      "end": 3367,
      "loc": {
        "start": {
          "line": 119,
          "column": 66
        },
        "end": {
          "line": 119,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3368,
      "end": 3369,
      "loc": {
        "start": {
          "line": 120,
          "column": 0
        },
        "end": {
          "line": 120,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 3370,
      "end": 3377,
      "loc": {
        "start": {
          "line": 121,
          "column": 0
        },
        "end": {
          "line": 121,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3377,
      "end": 3378,
      "loc": {
        "start": {
          "line": 121,
          "column": 7
        },
        "end": {
          "line": 121,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 3378,
      "end": 3384,
      "loc": {
        "start": {
          "line": 121,
          "column": 8
        },
        "end": {
          "line": 121,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3385,
      "end": 3386,
      "loc": {
        "start": {
          "line": 121,
          "column": 15
        },
        "end": {
          "line": 121,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "format",
      "start": 3387,
      "end": 3393,
      "loc": {
        "start": {
          "line": 121,
          "column": 17
        },
        "end": {
          "line": 121,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3393,
      "end": 3394,
      "loc": {
        "start": {
          "line": 121,
          "column": 23
        },
        "end": {
          "line": 121,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3396,
      "end": 3404,
      "loc": {
        "start": {
          "line": 123,
          "column": 0
        },
        "end": {
          "line": 123,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatNamedParameters",
      "start": 3405,
      "end": 3426,
      "loc": {
        "start": {
          "line": 123,
          "column": 9
        },
        "end": {
          "line": 123,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3426,
      "end": 3427,
      "loc": {
        "start": {
          "line": 123,
          "column": 30
        },
        "end": {
          "line": 123,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3427,
      "end": 3430,
      "loc": {
        "start": {
          "line": 123,
          "column": 31
        },
        "end": {
          "line": 123,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3430,
      "end": 3431,
      "loc": {
        "start": {
          "line": 123,
          "column": 34
        },
        "end": {
          "line": 123,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 3432,
      "end": 3442,
      "loc": {
        "start": {
          "line": 123,
          "column": 36
        },
        "end": {
          "line": 123,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3442,
      "end": 3443,
      "loc": {
        "start": {
          "line": 123,
          "column": 46
        },
        "end": {
          "line": 123,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 3444,
      "end": 3451,
      "loc": {
        "start": {
          "line": 123,
          "column": 48
        },
        "end": {
          "line": 123,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3451,
      "end": 3452,
      "loc": {
        "start": {
          "line": 123,
          "column": 55
        },
        "end": {
          "line": 123,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3453,
      "end": 3454,
      "loc": {
        "start": {
          "line": 123,
          "column": 57
        },
        "end": {
          "line": 123,
          "column": 58
        }
      }
    },
    {
      "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": 3457,
      "end": 3462,
      "loc": {
        "start": {
          "line": 124,
          "column": 2
        },
        "end": {
          "line": 124,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timeZone",
      "start": 3463,
      "end": 3471,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3472,
      "end": 3473,
      "loc": {
        "start": {
          "line": 124,
          "column": 17
        },
        "end": {
          "line": 124,
          "column": 18
        }
      }
    },
    {
      "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": 3474,
      "end": 3478,
      "loc": {
        "start": {
          "line": 124,
          "column": 19
        },
        "end": {
          "line": 124,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3478,
      "end": 3479,
      "loc": {
        "start": {
          "line": 124,
          "column": 23
        },
        "end": {
          "line": 124,
          "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": 3482,
      "end": 3488,
      "loc": {
        "start": {
          "line": 125,
          "column": 2
        },
        "end": {
          "line": 125,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SqlString",
      "start": 3489,
      "end": 3498,
      "loc": {
        "start": {
          "line": 125,
          "column": 9
        },
        "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": 3498,
      "end": 3499,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatNamedParameters",
      "start": 3499,
      "end": 3520,
      "loc": {
        "start": {
          "line": 125,
          "column": 19
        },
        "end": {
          "line": 125,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3520,
      "end": 3521,
      "loc": {
        "start": {
          "line": 125,
          "column": 40
        },
        "end": {
          "line": 125,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3521,
      "end": 3524,
      "loc": {
        "start": {
          "line": 125,
          "column": 41
        },
        "end": {
          "line": 125,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3524,
      "end": 3525,
      "loc": {
        "start": {
          "line": 125,
          "column": 44
        },
        "end": {
          "line": 125,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 3526,
      "end": 3536,
      "loc": {
        "start": {
          "line": 125,
          "column": 46
        },
        "end": {
          "line": 125,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3536,
      "end": 3537,
      "loc": {
        "start": {
          "line": 125,
          "column": 56
        },
        "end": {
          "line": 125,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timeZone",
      "start": 3538,
      "end": 3546,
      "loc": {
        "start": {
          "line": 125,
          "column": 58
        },
        "end": {
          "line": 125,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3546,
      "end": 3547,
      "loc": {
        "start": {
          "line": 125,
          "column": 66
        },
        "end": {
          "line": 125,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 3548,
      "end": 3555,
      "loc": {
        "start": {
          "line": 125,
          "column": 68
        },
        "end": {
          "line": 125,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3555,
      "end": 3556,
      "loc": {
        "start": {
          "line": 125,
          "column": 75
        },
        "end": {
          "line": 125,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3556,
      "end": 3557,
      "loc": {
        "start": {
          "line": 125,
          "column": 76
        },
        "end": {
          "line": 125,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3558,
      "end": 3559,
      "loc": {
        "start": {
          "line": 126,
          "column": 0
        },
        "end": {
          "line": 126,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 3560,
      "end": 3567,
      "loc": {
        "start": {
          "line": 127,
          "column": 0
        },
        "end": {
          "line": 127,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3567,
      "end": 3568,
      "loc": {
        "start": {
          "line": 127,
          "column": 7
        },
        "end": {
          "line": 127,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatNamedParameters",
      "start": 3568,
      "end": 3589,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3590,
      "end": 3591,
      "loc": {
        "start": {
          "line": 127,
          "column": 30
        },
        "end": {
          "line": 127,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatNamedParameters",
      "start": 3592,
      "end": 3613,
      "loc": {
        "start": {
          "line": 127,
          "column": 32
        },
        "end": {
          "line": 127,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3613,
      "end": 3614,
      "loc": {
        "start": {
          "line": 127,
          "column": 53
        },
        "end": {
          "line": 127,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3616,
      "end": 3624,
      "loc": {
        "start": {
          "line": 129,
          "column": 0
        },
        "end": {
          "line": 129,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 3625,
      "end": 3634,
      "loc": {
        "start": {
          "line": 129,
          "column": 9
        },
        "end": {
          "line": 129,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3634,
      "end": 3635,
      "loc": {
        "start": {
          "line": 129,
          "column": 18
        },
        "end": {
          "line": 129,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3635,
      "end": 3638,
      "loc": {
        "start": {
          "line": 129,
          "column": 19
        },
        "end": {
          "line": 129,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3638,
      "end": 3639,
      "loc": {
        "start": {
          "line": 129,
          "column": 22
        },
        "end": {
          "line": 129,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3640,
      "end": 3641,
      "loc": {
        "start": {
          "line": 129,
          "column": 24
        },
        "end": {
          "line": 129,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3644,
      "end": 3647,
      "loc": {
        "start": {
          "line": 130,
          "column": 2
        },
        "end": {
          "line": 130,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3648,
      "end": 3649,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3650,
      "end": 3653,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 3654,
      "end": 3656,
      "loc": {
        "start": {
          "line": 130,
          "column": 12
        },
        "end": {
          "line": 130,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3657,
      "end": 3658,
      "loc": {
        "start": {
          "line": 130,
          "column": 15
        },
        "end": {
          "line": 130,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3658,
      "end": 3659,
      "loc": {
        "start": {
          "line": 130,
          "column": 16
        },
        "end": {
          "line": 130,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3659,
      "end": 3660,
      "loc": {
        "start": {
          "line": 130,
          "column": 17
        },
        "end": {
          "line": 130,
          "column": 18
        }
      }
    },
    {
      "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": 3663,
      "end": 3669,
      "loc": {
        "start": {
          "line": 131,
          "column": 2
        },
        "end": {
          "line": 131,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3670,
      "end": 3671,
      "loc": {
        "start": {
          "line": 131,
          "column": 9
        },
        "end": {
          "line": 131,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3671,
      "end": 3672,
      "loc": {
        "start": {
          "line": 131,
          "column": 10
        },
        "end": {
          "line": 131,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeepWith",
      "start": 3672,
      "end": 3685,
      "loc": {
        "start": {
          "line": 131,
          "column": 11
        },
        "end": {
          "line": 131,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3685,
      "end": 3686,
      "loc": {
        "start": {
          "line": 131,
          "column": 24
        },
        "end": {
          "line": 131,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 3686,
      "end": 3689,
      "loc": {
        "start": {
          "line": 131,
          "column": 25
        },
        "end": {
          "line": 131,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3689,
      "end": 3690,
      "loc": {
        "start": {
          "line": 131,
          "column": 28
        },
        "end": {
          "line": 131,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 3691,
      "end": 3695,
      "loc": {
        "start": {
          "line": 131,
          "column": 30
        },
        "end": {
          "line": 131,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3696,
      "end": 3698,
      "loc": {
        "start": {
          "line": 131,
          "column": 35
        },
        "end": {
          "line": 131,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3699,
      "end": 3700,
      "loc": {
        "start": {
          "line": 131,
          "column": 38
        },
        "end": {
          "line": 131,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Do not try to customize cloning of arrays or POJOs",
      "start": 3705,
      "end": 3758,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3763,
      "end": 3765,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3766,
      "end": 3767,
      "loc": {
        "start": {
          "line": 133,
          "column": 7
        },
        "end": {
          "line": 133,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 3767,
      "end": 3772,
      "loc": {
        "start": {
          "line": 133,
          "column": 8
        },
        "end": {
          "line": 133,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3772,
      "end": 3773,
      "loc": {
        "start": {
          "line": 133,
          "column": 13
        },
        "end": {
          "line": 133,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 3773,
      "end": 3780,
      "loc": {
        "start": {
          "line": 133,
          "column": 14
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3780,
      "end": 3781,
      "loc": {
        "start": {
          "line": 133,
          "column": 21
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 3781,
      "end": 3785,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3785,
      "end": 3786,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 3787,
      "end": 3789,
      "loc": {
        "start": {
          "line": 133,
          "column": 28
        },
        "end": {
          "line": 133,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3790,
      "end": 3791,
      "loc": {
        "start": {
          "line": 133,
          "column": 31
        },
        "end": {
          "line": 133,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3791,
      "end": 3792,
      "loc": {
        "start": {
          "line": 133,
          "column": 32
        },
        "end": {
          "line": 133,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 3792,
      "end": 3805,
      "loc": {
        "start": {
          "line": 133,
          "column": 33
        },
        "end": {
          "line": 133,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3805,
      "end": 3806,
      "loc": {
        "start": {
          "line": 133,
          "column": 46
        },
        "end": {
          "line": 133,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 3806,
      "end": 3810,
      "loc": {
        "start": {
          "line": 133,
          "column": 47
        },
        "end": {
          "line": 133,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3810,
      "end": 3811,
      "loc": {
        "start": {
          "line": 133,
          "column": 51
        },
        "end": {
          "line": 133,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3811,
      "end": 3812,
      "loc": {
        "start": {
          "line": 133,
          "column": 52
        },
        "end": {
          "line": 133,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3813,
      "end": 3814,
      "loc": {
        "start": {
          "line": 133,
          "column": 54
        },
        "end": {
          "line": 133,
          "column": 55
        }
      }
    },
    {
      "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": 3821,
      "end": 3827,
      "loc": {
        "start": {
          "line": 134,
          "column": 6
        },
        "end": {
          "line": 134,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3828,
      "end": 3837,
      "loc": {
        "start": {
          "line": 134,
          "column": 13
        },
        "end": {
          "line": 134,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3837,
      "end": 3838,
      "loc": {
        "start": {
          "line": 134,
          "column": 22
        },
        "end": {
          "line": 134,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3843,
      "end": 3844,
      "loc": {
        "start": {
          "line": 135,
          "column": 4
        },
        "end": {
          "line": 135,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Don't clone stuff that's an object, but not a plain one - fx example sequelize models and instances",
      "start": 3850,
      "end": 3952,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 106
        }
      }
    },
    {
      "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": 3957,
      "end": 3959,
      "loc": {
        "start": {
          "line": 138,
          "column": 4
        },
        "end": {
          "line": 138,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3960,
      "end": 3961,
      "loc": {
        "start": {
          "line": 138,
          "column": 7
        },
        "end": {
          "line": 138,
          "column": 8
        }
      }
    },
    {
      "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": 3961,
      "end": 3967,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 3968,
      "end": 3972,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3973,
      "end": 3976,
      "loc": {
        "start": {
          "line": 138,
          "column": 20
        },
        "end": {
          "line": 138,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 3977,
      "end": 3985,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3985,
      "end": 3986,
      "loc": {
        "start": {
          "line": 138,
          "column": 32
        },
        "end": {
          "line": 138,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3987,
      "end": 3988,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "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": 3995,
      "end": 4001,
      "loc": {
        "start": {
          "line": 139,
          "column": 6
        },
        "end": {
          "line": 139,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 4002,
      "end": 4006,
      "loc": {
        "start": {
          "line": 139,
          "column": 13
        },
        "end": {
          "line": 139,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4006,
      "end": 4007,
      "loc": {
        "start": {
          "line": 139,
          "column": 17
        },
        "end": {
          "line": 139,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4012,
      "end": 4013,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Preserve special data-types like `fn` across clones. _.get() is used for checking up the prototype chain",
      "start": 4019,
      "end": 4126,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 111
        }
      }
    },
    {
      "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": 4131,
      "end": 4133,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4134,
      "end": 4135,
      "loc": {
        "start": {
          "line": 143,
          "column": 7
        },
        "end": {
          "line": 143,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 4135,
      "end": 4139,
      "loc": {
        "start": {
          "line": 143,
          "column": 8
        },
        "end": {
          "line": 143,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4140,
      "end": 4142,
      "loc": {
        "start": {
          "line": 143,
          "column": 13
        },
        "end": {
          "line": 143,
          "column": 15
        }
      }
    },
    {
      "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": 4143,
      "end": 4149,
      "loc": {
        "start": {
          "line": 143,
          "column": 16
        },
        "end": {
          "line": 143,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 4150,
      "end": 4154,
      "loc": {
        "start": {
          "line": 143,
          "column": 23
        },
        "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": 4154,
      "end": 4155,
      "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": "clone",
      "start": 4155,
      "end": 4160,
      "loc": {
        "start": {
          "line": 143,
          "column": 28
        },
        "end": {
          "line": 143,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4161,
      "end": 4164,
      "loc": {
        "start": {
          "line": 143,
          "column": 34
        },
        "end": {
          "line": 143,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "function",
      "start": 4165,
      "end": 4175,
      "loc": {
        "start": {
          "line": 143,
          "column": 38
        },
        "end": {
          "line": 143,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4175,
      "end": 4176,
      "loc": {
        "start": {
          "line": 143,
          "column": 48
        },
        "end": {
          "line": 143,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4177,
      "end": 4178,
      "loc": {
        "start": {
          "line": 143,
          "column": 50
        },
        "end": {
          "line": 143,
          "column": 51
        }
      }
    },
    {
      "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": 4185,
      "end": 4191,
      "loc": {
        "start": {
          "line": 144,
          "column": 6
        },
        "end": {
          "line": 144,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elem",
      "start": 4192,
      "end": 4196,
      "loc": {
        "start": {
          "line": 144,
          "column": 13
        },
        "end": {
          "line": 144,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 144,
          "column": 17
        },
        "end": {
          "line": 144,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4197,
      "end": 4202,
      "loc": {
        "start": {
          "line": 144,
          "column": 18
        },
        "end": {
          "line": 144,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4202,
      "end": 4203,
      "loc": {
        "start": {
          "line": 144,
          "column": 23
        },
        "end": {
          "line": 144,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4203,
      "end": 4204,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4204,
      "end": 4205,
      "loc": {
        "start": {
          "line": 144,
          "column": 25
        },
        "end": {
          "line": 144,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4210,
      "end": 4211,
      "loc": {
        "start": {
          "line": 145,
          "column": 4
        },
        "end": {
          "line": 145,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4214,
      "end": 4215,
      "loc": {
        "start": {
          "line": 146,
          "column": 2
        },
        "end": {
          "line": 146,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4215,
      "end": 4216,
      "loc": {
        "start": {
          "line": 146,
          "column": 3
        },
        "end": {
          "line": 146,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4216,
      "end": 4217,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4218,
      "end": 4219,
      "loc": {
        "start": {
          "line": 147,
          "column": 0
        },
        "end": {
          "line": 147,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 4220,
      "end": 4227,
      "loc": {
        "start": {
          "line": 148,
          "column": 0
        },
        "end": {
          "line": 148,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4227,
      "end": 4228,
      "loc": {
        "start": {
          "line": 148,
          "column": 7
        },
        "end": {
          "line": 148,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 4228,
      "end": 4237,
      "loc": {
        "start": {
          "line": 148,
          "column": 8
        },
        "end": {
          "line": 148,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4238,
      "end": 4239,
      "loc": {
        "start": {
          "line": 148,
          "column": 18
        },
        "end": {
          "line": 148,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cloneDeep",
      "start": 4240,
      "end": 4249,
      "loc": {
        "start": {
          "line": 148,
          "column": 20
        },
        "end": {
          "line": 148,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4249,
      "end": 4250,
      "loc": {
        "start": {
          "line": 148,
          "column": 29
        },
        "end": {
          "line": 148,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " Expand and normalize finder options ",
      "start": 4252,
      "end": 4293,
      "loc": {
        "start": {
          "line": 150,
          "column": 0
        },
        "end": {
          "line": 150,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4294,
      "end": 4302,
      "loc": {
        "start": {
          "line": 151,
          "column": 0
        },
        "end": {
          "line": 151,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapFinderOptions",
      "start": 4303,
      "end": 4319,
      "loc": {
        "start": {
          "line": 151,
          "column": 9
        },
        "end": {
          "line": 151,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4319,
      "end": 4320,
      "loc": {
        "start": {
          "line": 151,
          "column": 25
        },
        "end": {
          "line": 151,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4320,
      "end": 4327,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4327,
      "end": 4328,
      "loc": {
        "start": {
          "line": 151,
          "column": 33
        },
        "end": {
          "line": 151,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 4329,
      "end": 4334,
      "loc": {
        "start": {
          "line": 151,
          "column": 35
        },
        "end": {
          "line": 151,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4334,
      "end": 4335,
      "loc": {
        "start": {
          "line": 151,
          "column": 40
        },
        "end": {
          "line": 151,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4336,
      "end": 4337,
      "loc": {
        "start": {
          "line": 151,
          "column": 42
        },
        "end": {
          "line": 151,
          "column": 43
        }
      }
    },
    {
      "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": 4340,
      "end": 4342,
      "loc": {
        "start": {
          "line": 152,
          "column": 2
        },
        "end": {
          "line": 152,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4343,
      "end": 4344,
      "loc": {
        "start": {
          "line": 152,
          "column": 5
        },
        "end": {
          "line": 152,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 4344,
      "end": 4349,
      "loc": {
        "start": {
          "line": 152,
          "column": 6
        },
        "end": {
          "line": 152,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4349,
      "end": 4350,
      "loc": {
        "start": {
          "line": 152,
          "column": 11
        },
        "end": {
          "line": 152,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_hasVirtualAttributes",
      "start": 4350,
      "end": 4371,
      "loc": {
        "start": {
          "line": 152,
          "column": 12
        },
        "end": {
          "line": 152,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4372,
      "end": 4374,
      "loc": {
        "start": {
          "line": 152,
          "column": 34
        },
        "end": {
          "line": 152,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 4375,
      "end": 4380,
      "loc": {
        "start": {
          "line": 152,
          "column": 37
        },
        "end": {
          "line": 152,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4380,
      "end": 4381,
      "loc": {
        "start": {
          "line": 152,
          "column": 42
        },
        "end": {
          "line": 152,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 4381,
      "end": 4388,
      "loc": {
        "start": {
          "line": 152,
          "column": 43
        },
        "end": {
          "line": 152,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4388,
      "end": 4389,
      "loc": {
        "start": {
          "line": 152,
          "column": 50
        },
        "end": {
          "line": 152,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4389,
      "end": 4396,
      "loc": {
        "start": {
          "line": 152,
          "column": 51
        },
        "end": {
          "line": 152,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4396,
      "end": 4397,
      "loc": {
        "start": {
          "line": 152,
          "column": 58
        },
        "end": {
          "line": 152,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4397,
      "end": 4407,
      "loc": {
        "start": {
          "line": 152,
          "column": 59
        },
        "end": {
          "line": 152,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4407,
      "end": 4408,
      "loc": {
        "start": {
          "line": 152,
          "column": 69
        },
        "end": {
          "line": 152,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4408,
      "end": 4409,
      "loc": {
        "start": {
          "line": 152,
          "column": 70
        },
        "end": {
          "line": 152,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4410,
      "end": 4411,
      "loc": {
        "start": {
          "line": 152,
          "column": 72
        },
        "end": {
          "line": 152,
          "column": 73
        }
      }
    },
    {
      "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": 4416,
      "end": 4419,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4420,
      "end": 4421,
      "loc": {
        "start": {
          "line": 153,
          "column": 8
        },
        "end": {
          "line": 153,
          "column": 9
        }
      }
    },
    {
      "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": 4421,
      "end": 4426,
      "loc": {
        "start": {
          "line": 153,
          "column": 9
        },
        "end": {
          "line": 153,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 4427,
      "end": 4436,
      "loc": {
        "start": {
          "line": 153,
          "column": 15
        },
        "end": {
          "line": 153,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 4437,
      "end": 4439,
      "loc": {
        "start": {
          "line": 153,
          "column": 25
        },
        "end": {
          "line": 153,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4440,
      "end": 4447,
      "loc": {
        "start": {
          "line": 153,
          "column": 28
        },
        "end": {
          "line": 153,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4447,
      "end": 4448,
      "loc": {
        "start": {
          "line": 153,
          "column": 35
        },
        "end": {
          "line": 153,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4448,
      "end": 4458,
      "loc": {
        "start": {
          "line": 153,
          "column": 36
        },
        "end": {
          "line": 153,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4458,
      "end": 4459,
      "loc": {
        "start": {
          "line": 153,
          "column": 46
        },
        "end": {
          "line": 153,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4460,
      "end": 4461,
      "loc": {
        "start": {
          "line": 153,
          "column": 48
        },
        "end": {
          "line": 153,
          "column": 49
        }
      }
    },
    {
      "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": 4468,
      "end": 4470,
      "loc": {
        "start": {
          "line": 154,
          "column": 6
        },
        "end": {
          "line": 154,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4471,
      "end": 4472,
      "loc": {
        "start": {
          "line": 154,
          "column": 9
        },
        "end": {
          "line": 154,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 4472,
      "end": 4477,
      "loc": {
        "start": {
          "line": 154,
          "column": 10
        },
        "end": {
          "line": 154,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4477,
      "end": 4478,
      "loc": {
        "start": {
          "line": 154,
          "column": 15
        },
        "end": {
          "line": 154,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_isVirtualAttribute",
      "start": 4478,
      "end": 4497,
      "loc": {
        "start": {
          "line": 154,
          "column": 16
        },
        "end": {
          "line": 154,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4497,
      "end": 4498,
      "loc": {
        "start": {
          "line": 154,
          "column": 35
        },
        "end": {
          "line": 154,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 4498,
      "end": 4507,
      "loc": {
        "start": {
          "line": 154,
          "column": 36
        },
        "end": {
          "line": 154,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4507,
      "end": 4508,
      "loc": {
        "start": {
          "line": 154,
          "column": 45
        },
        "end": {
          "line": 154,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4509,
      "end": 4511,
      "loc": {
        "start": {
          "line": 154,
          "column": 47
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 4512,
      "end": 4517,
      "loc": {
        "start": {
          "line": 154,
          "column": 50
        },
        "end": {
          "line": 154,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4517,
      "end": 4518,
      "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": "rawAttributes",
      "start": 4518,
      "end": 4531,
      "loc": {
        "start": {
          "line": 154,
          "column": 56
        },
        "end": {
          "line": 154,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4531,
      "end": 4532,
      "loc": {
        "start": {
          "line": 154,
          "column": 69
        },
        "end": {
          "line": 154,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 4532,
      "end": 4541,
      "loc": {
        "start": {
          "line": 154,
          "column": 70
        },
        "end": {
          "line": 154,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4541,
      "end": 4542,
      "loc": {
        "start": {
          "line": 154,
          "column": 79
        },
        "end": {
          "line": 154,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4542,
      "end": 4543,
      "loc": {
        "start": {
          "line": 154,
          "column": 80
        },
        "end": {
          "line": 154,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 4543,
      "end": 4547,
      "loc": {
        "start": {
          "line": 154,
          "column": 81
        },
        "end": {
          "line": 154,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4547,
      "end": 4548,
      "loc": {
        "start": {
          "line": 154,
          "column": 85
        },
        "end": {
          "line": 154,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 4548,
      "end": 4554,
      "loc": {
        "start": {
          "line": 154,
          "column": 86
        },
        "end": {
          "line": 154,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4554,
      "end": 4555,
      "loc": {
        "start": {
          "line": 154,
          "column": 92
        },
        "end": {
          "line": 154,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4556,
      "end": 4557,
      "loc": {
        "start": {
          "line": 154,
          "column": 94
        },
        "end": {
          "line": 154,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4566,
      "end": 4573,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4573,
      "end": 4574,
      "loc": {
        "start": {
          "line": 155,
          "column": 15
        },
        "end": {
          "line": 155,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4574,
      "end": 4584,
      "loc": {
        "start": {
          "line": 155,
          "column": 16
        },
        "end": {
          "line": 155,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4585,
      "end": 4586,
      "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": "options",
      "start": 4587,
      "end": 4594,
      "loc": {
        "start": {
          "line": 155,
          "column": 29
        },
        "end": {
          "line": 155,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4594,
      "end": 4595,
      "loc": {
        "start": {
          "line": 155,
          "column": 36
        },
        "end": {
          "line": 155,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4595,
      "end": 4605,
      "loc": {
        "start": {
          "line": 155,
          "column": 37
        },
        "end": {
          "line": 155,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4605,
      "end": 4606,
      "loc": {
        "start": {
          "line": 155,
          "column": 47
        },
        "end": {
          "line": 155,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "concat",
      "start": 4606,
      "end": 4612,
      "loc": {
        "start": {
          "line": 155,
          "column": 48
        },
        "end": {
          "line": 155,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4612,
      "end": 4613,
      "loc": {
        "start": {
          "line": 155,
          "column": 54
        },
        "end": {
          "line": 155,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 4613,
      "end": 4618,
      "loc": {
        "start": {
          "line": 155,
          "column": 55
        },
        "end": {
          "line": 155,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4618,
      "end": 4619,
      "loc": {
        "start": {
          "line": 155,
          "column": 60
        },
        "end": {
          "line": 155,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 4619,
      "end": 4632,
      "loc": {
        "start": {
          "line": 155,
          "column": 61
        },
        "end": {
          "line": 155,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4632,
      "end": 4633,
      "loc": {
        "start": {
          "line": 155,
          "column": 74
        },
        "end": {
          "line": 155,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 4633,
      "end": 4642,
      "loc": {
        "start": {
          "line": 155,
          "column": 75
        },
        "end": {
          "line": 155,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4642,
      "end": 4643,
      "loc": {
        "start": {
          "line": 155,
          "column": 84
        },
        "end": {
          "line": 155,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4643,
      "end": 4644,
      "loc": {
        "start": {
          "line": 155,
          "column": 85
        },
        "end": {
          "line": 155,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 4644,
      "end": 4648,
      "loc": {
        "start": {
          "line": 155,
          "column": 86
        },
        "end": {
          "line": 155,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4648,
      "end": 4649,
      "loc": {
        "start": {
          "line": 155,
          "column": 90
        },
        "end": {
          "line": 155,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 4649,
      "end": 4655,
      "loc": {
        "start": {
          "line": 155,
          "column": 91
        },
        "end": {
          "line": 155,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4655,
      "end": 4656,
      "loc": {
        "start": {
          "line": 155,
          "column": 97
        },
        "end": {
          "line": 155,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4656,
      "end": 4657,
      "loc": {
        "start": {
          "line": 155,
          "column": 98
        },
        "end": {
          "line": 155,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4664,
      "end": 4665,
      "loc": {
        "start": {
          "line": 156,
          "column": 6
        },
        "end": {
          "line": 156,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4670,
      "end": 4671,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4676,
      "end": 4683,
      "loc": {
        "start": {
          "line": 158,
          "column": 4
        },
        "end": {
          "line": 158,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4683,
      "end": 4684,
      "loc": {
        "start": {
          "line": 158,
          "column": 11
        },
        "end": {
          "line": 158,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4684,
      "end": 4694,
      "loc": {
        "start": {
          "line": 158,
          "column": 12
        },
        "end": {
          "line": 158,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4695,
      "end": 4696,
      "loc": {
        "start": {
          "line": 158,
          "column": 23
        },
        "end": {
          "line": 158,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4697,
      "end": 4698,
      "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,
        "updateContext": null
      },
      "start": 4698,
      "end": 4699,
      "loc": {
        "start": {
          "line": 158,
          "column": 26
        },
        "end": {
          "line": 158,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "without",
      "start": 4699,
      "end": 4706,
      "loc": {
        "start": {
          "line": 158,
          "column": 27
        },
        "end": {
          "line": 158,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4706,
      "end": 4707,
      "loc": {
        "start": {
          "line": 158,
          "column": 34
        },
        "end": {
          "line": 158,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 4707,
      "end": 4712,
      "loc": {
        "start": {
          "line": 158,
          "column": 35
        },
        "end": {
          "line": 158,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4712,
      "end": 4713,
      "loc": {
        "start": {
          "line": 158,
          "column": 40
        },
        "end": {
          "line": 158,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4713,
      "end": 4714,
      "loc": {
        "start": {
          "line": 158,
          "column": 41
        },
        "end": {
          "line": 158,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4714,
      "end": 4715,
      "loc": {
        "start": {
          "line": 158,
          "column": 42
        },
        "end": {
          "line": 158,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4716,
      "end": 4717,
      "loc": {
        "start": {
          "line": 158,
          "column": 44
        },
        "end": {
          "line": 158,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4717,
      "end": 4724,
      "loc": {
        "start": {
          "line": 158,
          "column": 45
        },
        "end": {
          "line": 158,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4724,
      "end": 4725,
      "loc": {
        "start": {
          "line": 158,
          "column": 52
        },
        "end": {
          "line": 158,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4725,
      "end": 4735,
      "loc": {
        "start": {
          "line": 158,
          "column": 53
        },
        "end": {
          "line": 158,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4735,
      "end": 4736,
      "loc": {
        "start": {
          "line": 158,
          "column": 63
        },
        "end": {
          "line": 158,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4736,
      "end": 4737,
      "loc": {
        "start": {
          "line": 158,
          "column": 64
        },
        "end": {
          "line": 158,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "concat",
      "start": 4737,
      "end": 4743,
      "loc": {
        "start": {
          "line": 158,
          "column": 65
        },
        "end": {
          "line": 158,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4743,
      "end": 4744,
      "loc": {
        "start": {
          "line": 158,
          "column": 71
        },
        "end": {
          "line": 158,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 4744,
      "end": 4749,
      "loc": {
        "start": {
          "line": 158,
          "column": 72
        },
        "end": {
          "line": 158,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4749,
      "end": 4750,
      "loc": {
        "start": {
          "line": 158,
          "column": 77
        },
        "end": {
          "line": 158,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_virtualAttributes",
      "start": 4750,
      "end": 4768,
      "loc": {
        "start": {
          "line": 158,
          "column": 78
        },
        "end": {
          "line": 158,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4768,
      "end": 4769,
      "loc": {
        "start": {
          "line": 158,
          "column": 96
        },
        "end": {
          "line": 158,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4769,
      "end": 4770,
      "loc": {
        "start": {
          "line": 158,
          "column": 97
        },
        "end": {
          "line": 158,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4770,
      "end": 4771,
      "loc": {
        "start": {
          "line": 158,
          "column": 98
        },
        "end": {
          "line": 158,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4776,
      "end": 4783,
      "loc": {
        "start": {
          "line": 159,
          "column": 4
        },
        "end": {
          "line": 159,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4783,
      "end": 4784,
      "loc": {
        "start": {
          "line": 159,
          "column": 11
        },
        "end": {
          "line": 159,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4784,
      "end": 4794,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4795,
      "end": 4796,
      "loc": {
        "start": {
          "line": 159,
          "column": 23
        },
        "end": {
          "line": 159,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4797,
      "end": 4798,
      "loc": {
        "start": {
          "line": 159,
          "column": 25
        },
        "end": {
          "line": 159,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4798,
      "end": 4799,
      "loc": {
        "start": {
          "line": 159,
          "column": 26
        },
        "end": {
          "line": 159,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniq",
      "start": 4799,
      "end": 4803,
      "loc": {
        "start": {
          "line": 159,
          "column": 27
        },
        "end": {
          "line": 159,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4803,
      "end": 4804,
      "loc": {
        "start": {
          "line": 159,
          "column": 31
        },
        "end": {
          "line": 159,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4804,
      "end": 4811,
      "loc": {
        "start": {
          "line": 159,
          "column": 32
        },
        "end": {
          "line": 159,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4811,
      "end": 4812,
      "loc": {
        "start": {
          "line": 159,
          "column": 39
        },
        "end": {
          "line": 159,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4812,
      "end": 4822,
      "loc": {
        "start": {
          "line": 159,
          "column": 40
        },
        "end": {
          "line": 159,
          "column": 50
        }
      }
    },
    {
      "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": 159,
          "column": 50
        },
        "end": {
          "line": 159,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4823,
      "end": 4824,
      "loc": {
        "start": {
          "line": 159,
          "column": 51
        },
        "end": {
          "line": 159,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4827,
      "end": 4828,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 160,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapOptionFieldNames",
      "start": 4832,
      "end": 4851,
      "loc": {
        "start": {
          "line": 162,
          "column": 2
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 162,
          "column": 21
        },
        "end": {
          "line": 162,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4852,
      "end": 4859,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4859,
      "end": 4860,
      "loc": {
        "start": {
          "line": 162,
          "column": 29
        },
        "end": {
          "line": 162,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 4861,
      "end": 4866,
      "loc": {
        "start": {
          "line": 162,
          "column": 31
        },
        "end": {
          "line": 162,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4866,
      "end": 4867,
      "loc": {
        "start": {
          "line": 162,
          "column": 36
        },
        "end": {
          "line": 162,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4867,
      "end": 4868,
      "loc": {
        "start": {
          "line": 162,
          "column": 37
        },
        "end": {
          "line": 162,
          "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": 4872,
      "end": 4878,
      "loc": {
        "start": {
          "line": 164,
          "column": 2
        },
        "end": {
          "line": 164,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4879,
      "end": 4886,
      "loc": {
        "start": {
          "line": 164,
          "column": 9
        },
        "end": {
          "line": 164,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4886,
      "end": 4887,
      "loc": {
        "start": {
          "line": 164,
          "column": 16
        },
        "end": {
          "line": 164,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4888,
      "end": 4889,
      "loc": {
        "start": {
          "line": 165,
          "column": 0
        },
        "end": {
          "line": 165,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 4890,
      "end": 4897,
      "loc": {
        "start": {
          "line": 166,
          "column": 0
        },
        "end": {
          "line": 166,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4897,
      "end": 4898,
      "loc": {
        "start": {
          "line": 166,
          "column": 7
        },
        "end": {
          "line": 166,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapFinderOptions",
      "start": 4898,
      "end": 4914,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4915,
      "end": 4916,
      "loc": {
        "start": {
          "line": 166,
          "column": 25
        },
        "end": {
          "line": 166,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapFinderOptions",
      "start": 4917,
      "end": 4933,
      "loc": {
        "start": {
          "line": 166,
          "column": 27
        },
        "end": {
          "line": 166,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4933,
      "end": 4934,
      "loc": {
        "start": {
          "line": 166,
          "column": 43
        },
        "end": {
          "line": 166,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " Used to map field names in attributes and where conditions ",
      "start": 4936,
      "end": 5000,
      "loc": {
        "start": {
          "line": 168,
          "column": 0
        },
        "end": {
          "line": 168,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 5001,
      "end": 5009,
      "loc": {
        "start": {
          "line": 169,
          "column": 0
        },
        "end": {
          "line": 169,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapOptionFieldNames",
      "start": 5010,
      "end": 5029,
      "loc": {
        "start": {
          "line": 169,
          "column": 9
        },
        "end": {
          "line": 169,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5029,
      "end": 5030,
      "loc": {
        "start": {
          "line": 169,
          "column": 28
        },
        "end": {
          "line": 169,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5030,
      "end": 5037,
      "loc": {
        "start": {
          "line": 169,
          "column": 29
        },
        "end": {
          "line": 169,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5037,
      "end": 5038,
      "loc": {
        "start": {
          "line": 169,
          "column": 36
        },
        "end": {
          "line": 169,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 5039,
      "end": 5044,
      "loc": {
        "start": {
          "line": 169,
          "column": 38
        },
        "end": {
          "line": 169,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5044,
      "end": 5045,
      "loc": {
        "start": {
          "line": 169,
          "column": 43
        },
        "end": {
          "line": 169,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5046,
      "end": 5047,
      "loc": {
        "start": {
          "line": 169,
          "column": 45
        },
        "end": {
          "line": 169,
          "column": 46
        }
      }
    },
    {
      "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": 5050,
      "end": 5052,
      "loc": {
        "start": {
          "line": 170,
          "column": 2
        },
        "end": {
          "line": 170,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5053,
      "end": 5054,
      "loc": {
        "start": {
          "line": 170,
          "column": 5
        },
        "end": {
          "line": 170,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 5054,
      "end": 5059,
      "loc": {
        "start": {
          "line": 170,
          "column": 6
        },
        "end": {
          "line": 170,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5059,
      "end": 5060,
      "loc": {
        "start": {
          "line": 170,
          "column": 11
        },
        "end": {
          "line": 170,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 5060,
      "end": 5067,
      "loc": {
        "start": {
          "line": 170,
          "column": 12
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5067,
      "end": 5068,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5068,
      "end": 5075,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5075,
      "end": 5076,
      "loc": {
        "start": {
          "line": 170,
          "column": 27
        },
        "end": {
          "line": 170,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5076,
      "end": 5086,
      "loc": {
        "start": {
          "line": 170,
          "column": 28
        },
        "end": {
          "line": 170,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5086,
      "end": 5087,
      "loc": {
        "start": {
          "line": 170,
          "column": 38
        },
        "end": {
          "line": 170,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5087,
      "end": 5088,
      "loc": {
        "start": {
          "line": 170,
          "column": 39
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5089,
      "end": 5090,
      "loc": {
        "start": {
          "line": 170,
          "column": 41
        },
        "end": {
          "line": 170,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5095,
      "end": 5102,
      "loc": {
        "start": {
          "line": 171,
          "column": 4
        },
        "end": {
          "line": 171,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5102,
      "end": 5103,
      "loc": {
        "start": {
          "line": 171,
          "column": 11
        },
        "end": {
          "line": 171,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5103,
      "end": 5113,
      "loc": {
        "start": {
          "line": 171,
          "column": 12
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5114,
      "end": 5115,
      "loc": {
        "start": {
          "line": 171,
          "column": 23
        },
        "end": {
          "line": 171,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5116,
      "end": 5123,
      "loc": {
        "start": {
          "line": 171,
          "column": 25
        },
        "end": {
          "line": 171,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5123,
      "end": 5124,
      "loc": {
        "start": {
          "line": 171,
          "column": 32
        },
        "end": {
          "line": 171,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5124,
      "end": 5134,
      "loc": {
        "start": {
          "line": 171,
          "column": 33
        },
        "end": {
          "line": 171,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5134,
      "end": 5135,
      "loc": {
        "start": {
          "line": 171,
          "column": 43
        },
        "end": {
          "line": 171,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 5135,
      "end": 5138,
      "loc": {
        "start": {
          "line": 171,
          "column": 44
        },
        "end": {
          "line": 171,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5138,
      "end": 5139,
      "loc": {
        "start": {
          "line": 171,
          "column": 47
        },
        "end": {
          "line": 171,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5139,
      "end": 5143,
      "loc": {
        "start": {
          "line": 171,
          "column": 48
        },
        "end": {
          "line": 171,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5144,
      "end": 5146,
      "loc": {
        "start": {
          "line": 171,
          "column": 53
        },
        "end": {
          "line": 171,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5147,
      "end": 5148,
      "loc": {
        "start": {
          "line": 171,
          "column": 56
        },
        "end": {
          "line": 171,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Object lookups will force any variable to strings, we don't want that for special objects etc",
      "start": 5155,
      "end": 5251,
      "loc": {
        "start": {
          "line": 172,
          "column": 6
        },
        "end": {
          "line": 172,
          "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": 5258,
      "end": 5260,
      "loc": {
        "start": {
          "line": 173,
          "column": 6
        },
        "end": {
          "line": 173,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5261,
      "end": 5262,
      "loc": {
        "start": {
          "line": 173,
          "column": 9
        },
        "end": {
          "line": 173,
          "column": 10
        }
      }
    },
    {
      "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": 5262,
      "end": 5268,
      "loc": {
        "start": {
          "line": 173,
          "column": 10
        },
        "end": {
          "line": 173,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5269,
      "end": 5273,
      "loc": {
        "start": {
          "line": 173,
          "column": 17
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5274,
      "end": 5277,
      "loc": {
        "start": {
          "line": 173,
          "column": 22
        },
        "end": {
          "line": 173,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 5278,
      "end": 5286,
      "loc": {
        "start": {
          "line": 173,
          "column": 26
        },
        "end": {
          "line": 173,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5286,
      "end": 5287,
      "loc": {
        "start": {
          "line": 173,
          "column": 34
        },
        "end": {
          "line": 173,
          "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": 5288,
      "end": 5294,
      "loc": {
        "start": {
          "line": 173,
          "column": 36
        },
        "end": {
          "line": 173,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5295,
      "end": 5299,
      "loc": {
        "start": {
          "line": 173,
          "column": 43
        },
        "end": {
          "line": 173,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5299,
      "end": 5300,
      "loc": {
        "start": {
          "line": 173,
          "column": 47
        },
        "end": {
          "line": 173,
          "column": 48
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Map attributes to aliased syntax attributes",
      "start": 5307,
      "end": 5353,
      "loc": {
        "start": {
          "line": 174,
          "column": 6
        },
        "end": {
          "line": 174,
          "column": 52
        }
      }
    },
    {
      "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": 5360,
      "end": 5362,
      "loc": {
        "start": {
          "line": 175,
          "column": 6
        },
        "end": {
          "line": 175,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5363,
      "end": 5364,
      "loc": {
        "start": {
          "line": 175,
          "column": 9
        },
        "end": {
          "line": 175,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 5364,
      "end": 5369,
      "loc": {
        "start": {
          "line": 175,
          "column": 10
        },
        "end": {
          "line": 175,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5369,
      "end": 5370,
      "loc": {
        "start": {
          "line": 175,
          "column": 15
        },
        "end": {
          "line": 175,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 5370,
      "end": 5383,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5383,
      "end": 5384,
      "loc": {
        "start": {
          "line": 175,
          "column": 29
        },
        "end": {
          "line": 175,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5384,
      "end": 5388,
      "loc": {
        "start": {
          "line": 175,
          "column": 30
        },
        "end": {
          "line": 175,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5388,
      "end": 5389,
      "loc": {
        "start": {
          "line": 175,
          "column": 34
        },
        "end": {
          "line": 175,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5390,
      "end": 5392,
      "loc": {
        "start": {
          "line": 175,
          "column": 36
        },
        "end": {
          "line": 175,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5393,
      "end": 5397,
      "loc": {
        "start": {
          "line": 175,
          "column": 39
        },
        "end": {
          "line": 175,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5398,
      "end": 5401,
      "loc": {
        "start": {
          "line": 175,
          "column": 44
        },
        "end": {
          "line": 175,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 5402,
      "end": 5407,
      "loc": {
        "start": {
          "line": 175,
          "column": 48
        },
        "end": {
          "line": 175,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5407,
      "end": 5408,
      "loc": {
        "start": {
          "line": 175,
          "column": 53
        },
        "end": {
          "line": 175,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 5408,
      "end": 5421,
      "loc": {
        "start": {
          "line": 175,
          "column": 54
        },
        "end": {
          "line": 175,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5421,
      "end": 5422,
      "loc": {
        "start": {
          "line": 175,
          "column": 67
        },
        "end": {
          "line": 175,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5422,
      "end": 5426,
      "loc": {
        "start": {
          "line": 175,
          "column": 68
        },
        "end": {
          "line": 175,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5426,
      "end": 5427,
      "loc": {
        "start": {
          "line": 175,
          "column": 72
        },
        "end": {
          "line": 175,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5427,
      "end": 5428,
      "loc": {
        "start": {
          "line": 175,
          "column": 73
        },
        "end": {
          "line": 175,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5428,
      "end": 5433,
      "loc": {
        "start": {
          "line": 175,
          "column": 74
        },
        "end": {
          "line": 175,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5433,
      "end": 5434,
      "loc": {
        "start": {
          "line": 175,
          "column": 79
        },
        "end": {
          "line": 175,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5435,
      "end": 5436,
      "loc": {
        "start": {
          "line": 175,
          "column": 81
        },
        "end": {
          "line": 175,
          "column": 82
        }
      }
    },
    {
      "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": 5445,
      "end": 5451,
      "loc": {
        "start": {
          "line": 176,
          "column": 8
        },
        "end": {
          "line": 176,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5452,
      "end": 5453,
      "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": "Model",
      "start": 5453,
      "end": 5458,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5458,
      "end": 5459,
      "loc": {
        "start": {
          "line": 176,
          "column": 21
        },
        "end": {
          "line": 176,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 5459,
      "end": 5472,
      "loc": {
        "start": {
          "line": 176,
          "column": 22
        },
        "end": {
          "line": 176,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5472,
      "end": 5473,
      "loc": {
        "start": {
          "line": 176,
          "column": 35
        },
        "end": {
          "line": 176,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5473,
      "end": 5477,
      "loc": {
        "start": {
          "line": 176,
          "column": 36
        },
        "end": {
          "line": 176,
          "column": 40
        }
      }
    },
    {
      "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": 176,
          "column": 40
        },
        "end": {
          "line": 176,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5478,
      "end": 5479,
      "loc": {
        "start": {
          "line": 176,
          "column": 41
        },
        "end": {
          "line": 176,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5479,
      "end": 5484,
      "loc": {
        "start": {
          "line": 176,
          "column": 42
        },
        "end": {
          "line": 176,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5484,
      "end": 5485,
      "loc": {
        "start": {
          "line": 176,
          "column": 47
        },
        "end": {
          "line": 176,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5486,
      "end": 5490,
      "loc": {
        "start": {
          "line": 176,
          "column": 49
        },
        "end": {
          "line": 176,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5490,
      "end": 5491,
      "loc": {
        "start": {
          "line": 176,
          "column": 53
        },
        "end": {
          "line": 176,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5491,
      "end": 5492,
      "loc": {
        "start": {
          "line": 176,
          "column": 54
        },
        "end": {
          "line": 176,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5499,
      "end": 5500,
      "loc": {
        "start": {
          "line": 177,
          "column": 6
        },
        "end": {
          "line": 177,
          "column": 7
        }
      }
    },
    {
      "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": 5507,
      "end": 5513,
      "loc": {
        "start": {
          "line": 178,
          "column": 6
        },
        "end": {
          "line": 178,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5514,
      "end": 5518,
      "loc": {
        "start": {
          "line": 178,
          "column": 13
        },
        "end": {
          "line": 178,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5518,
      "end": 5519,
      "loc": {
        "start": {
          "line": 178,
          "column": 17
        },
        "end": {
          "line": 178,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5524,
      "end": 5525,
      "loc": {
        "start": {
          "line": 179,
          "column": 4
        },
        "end": {
          "line": 179,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5525,
      "end": 5526,
      "loc": {
        "start": {
          "line": 179,
          "column": 5
        },
        "end": {
          "line": 179,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5526,
      "end": 5527,
      "loc": {
        "start": {
          "line": 179,
          "column": 6
        },
        "end": {
          "line": 179,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5530,
      "end": 5531,
      "loc": {
        "start": {
          "line": 180,
          "column": 2
        },
        "end": {
          "line": 180,
          "column": 3
        }
      }
    },
    {
      "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": 5535,
      "end": 5537,
      "loc": {
        "start": {
          "line": 182,
          "column": 2
        },
        "end": {
          "line": 182,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5538,
      "end": 5539,
      "loc": {
        "start": {
          "line": 182,
          "column": 5
        },
        "end": {
          "line": 182,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5539,
      "end": 5546,
      "loc": {
        "start": {
          "line": 182,
          "column": 6
        },
        "end": {
          "line": 182,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5546,
      "end": 5547,
      "loc": {
        "start": {
          "line": 182,
          "column": 13
        },
        "end": {
          "line": 182,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 5547,
      "end": 5552,
      "loc": {
        "start": {
          "line": 182,
          "column": 14
        },
        "end": {
          "line": 182,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5553,
      "end": 5555,
      "loc": {
        "start": {
          "line": 182,
          "column": 20
        },
        "end": {
          "line": 182,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5556,
      "end": 5557,
      "loc": {
        "start": {
          "line": 182,
          "column": 23
        },
        "end": {
          "line": 182,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5557,
      "end": 5558,
      "loc": {
        "start": {
          "line": 182,
          "column": 24
        },
        "end": {
          "line": 182,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 5558,
      "end": 5571,
      "loc": {
        "start": {
          "line": 182,
          "column": 25
        },
        "end": {
          "line": 182,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5571,
      "end": 5572,
      "loc": {
        "start": {
          "line": 182,
          "column": 38
        },
        "end": {
          "line": 182,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5572,
      "end": 5579,
      "loc": {
        "start": {
          "line": 182,
          "column": 39
        },
        "end": {
          "line": 182,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5579,
      "end": 5580,
      "loc": {
        "start": {
          "line": 182,
          "column": 46
        },
        "end": {
          "line": 182,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 5580,
      "end": 5585,
      "loc": {
        "start": {
          "line": 182,
          "column": 47
        },
        "end": {
          "line": 182,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5585,
      "end": 5586,
      "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": 5586,
      "end": 5587,
      "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": 5588,
      "end": 5589,
      "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": "options",
      "start": 5594,
      "end": 5601,
      "loc": {
        "start": {
          "line": 183,
          "column": 4
        },
        "end": {
          "line": 183,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5601,
      "end": 5602,
      "loc": {
        "start": {
          "line": 183,
          "column": 11
        },
        "end": {
          "line": 183,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 5602,
      "end": 5607,
      "loc": {
        "start": {
          "line": 183,
          "column": 12
        },
        "end": {
          "line": 183,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5608,
      "end": 5609,
      "loc": {
        "start": {
          "line": 183,
          "column": 18
        },
        "end": {
          "line": 183,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapWhereFieldNames",
      "start": 5610,
      "end": 5628,
      "loc": {
        "start": {
          "line": 183,
          "column": 20
        },
        "end": {
          "line": 183,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 183,
          "column": 38
        },
        "end": {
          "line": 183,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5629,
      "end": 5636,
      "loc": {
        "start": {
          "line": 183,
          "column": 39
        },
        "end": {
          "line": 183,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5636,
      "end": 5637,
      "loc": {
        "start": {
          "line": 183,
          "column": 46
        },
        "end": {
          "line": 183,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 5637,
      "end": 5642,
      "loc": {
        "start": {
          "line": 183,
          "column": 47
        },
        "end": {
          "line": 183,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5642,
      "end": 5643,
      "loc": {
        "start": {
          "line": 183,
          "column": 52
        },
        "end": {
          "line": 183,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 5644,
      "end": 5649,
      "loc": {
        "start": {
          "line": 183,
          "column": 54
        },
        "end": {
          "line": 183,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5649,
      "end": 5650,
      "loc": {
        "start": {
          "line": 183,
          "column": 59
        },
        "end": {
          "line": 183,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5650,
      "end": 5651,
      "loc": {
        "start": {
          "line": 183,
          "column": 60
        },
        "end": {
          "line": 183,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5654,
      "end": 5655,
      "loc": {
        "start": {
          "line": 184,
          "column": 2
        },
        "end": {
          "line": 184,
          "column": 3
        }
      }
    },
    {
      "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": 5659,
      "end": 5661,
      "loc": {
        "start": {
          "line": 186,
          "column": 2
        },
        "end": {
          "line": 186,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5662,
      "end": 5663,
      "loc": {
        "start": {
          "line": 186,
          "column": 5
        },
        "end": {
          "line": 186,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 5663,
      "end": 5668,
      "loc": {
        "start": {
          "line": 186,
          "column": 6
        },
        "end": {
          "line": 186,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5668,
      "end": 5669,
      "loc": {
        "start": {
          "line": 186,
          "column": 11
        },
        "end": {
          "line": 186,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 5669,
      "end": 5676,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5676,
      "end": 5677,
      "loc": {
        "start": {
          "line": 186,
          "column": 19
        },
        "end": {
          "line": 186,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5677,
      "end": 5684,
      "loc": {
        "start": {
          "line": 186,
          "column": 20
        },
        "end": {
          "line": 186,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5684,
      "end": 5685,
      "loc": {
        "start": {
          "line": 186,
          "column": 27
        },
        "end": {
          "line": 186,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 5685,
      "end": 5690,
      "loc": {
        "start": {
          "line": 186,
          "column": 28
        },
        "end": {
          "line": 186,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5690,
      "end": 5691,
      "loc": {
        "start": {
          "line": 186,
          "column": 33
        },
        "end": {
          "line": 186,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5691,
      "end": 5692,
      "loc": {
        "start": {
          "line": 186,
          "column": 34
        },
        "end": {
          "line": 186,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5693,
      "end": 5694,
      "loc": {
        "start": {
          "line": 186,
          "column": 36
        },
        "end": {
          "line": 186,
          "column": 37
        }
      }
    },
    {
      "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": 5699,
      "end": 5702,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5703,
      "end": 5704,
      "loc": {
        "start": {
          "line": 187,
          "column": 8
        },
        "end": {
          "line": 187,
          "column": 9
        }
      }
    },
    {
      "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": 5704,
      "end": 5709,
      "loc": {
        "start": {
          "line": 187,
          "column": 9
        },
        "end": {
          "line": 187,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 5710,
      "end": 5716,
      "loc": {
        "start": {
          "line": 187,
          "column": 15
        },
        "end": {
          "line": 187,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 5717,
      "end": 5719,
      "loc": {
        "start": {
          "line": 187,
          "column": 22
        },
        "end": {
          "line": 187,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 5720,
      "end": 5727,
      "loc": {
        "start": {
          "line": 187,
          "column": 25
        },
        "end": {
          "line": 187,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5727,
      "end": 5728,
      "loc": {
        "start": {
          "line": 187,
          "column": 32
        },
        "end": {
          "line": 187,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 5728,
      "end": 5733,
      "loc": {
        "start": {
          "line": 187,
          "column": 33
        },
        "end": {
          "line": 187,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5733,
      "end": 5734,
      "loc": {
        "start": {
          "line": 187,
          "column": 38
        },
        "end": {
          "line": 187,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5735,
      "end": 5736,
      "loc": {
        "start": {
          "line": 187,
          "column": 40
        },
        "end": {
          "line": 187,
          "column": 41
        }
      }
    },
    {
      "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": 5743,
      "end": 5746,
      "loc": {
        "start": {
          "line": 188,
          "column": 6
        },
        "end": {
          "line": 188,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 5747,
      "end": 5757,
      "loc": {
        "start": {
          "line": 188,
          "column": 10
        },
        "end": {
          "line": 188,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5757,
      "end": 5758,
      "loc": {
        "start": {
          "line": 188,
          "column": 20
        },
        "end": {
          "line": 188,
          "column": 21
        }
      }
    },
    {
      "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": 5765,
      "end": 5768,
      "loc": {
        "start": {
          "line": 189,
          "column": 6
        },
        "end": {
          "line": 189,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5769,
      "end": 5773,
      "loc": {
        "start": {
          "line": 189,
          "column": 10
        },
        "end": {
          "line": 189,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5773,
      "end": 5774,
      "loc": {
        "start": {
          "line": 189,
          "column": 14
        },
        "end": {
          "line": 189,
          "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": 5781,
      "end": 5784,
      "loc": {
        "start": {
          "line": 190,
          "column": 6
        },
        "end": {
          "line": 190,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrOffset",
      "start": 5785,
      "end": 5795,
      "loc": {
        "start": {
          "line": 190,
          "column": 10
        },
        "end": {
          "line": 190,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5795,
      "end": 5796,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 21
        }
      }
    },
    {
      "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": 5804,
      "end": 5806,
      "loc": {
        "start": {
          "line": 192,
          "column": 6
        },
        "end": {
          "line": 192,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5807,
      "end": 5808,
      "loc": {
        "start": {
          "line": 192,
          "column": 9
        },
        "end": {
          "line": 192,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 5808,
      "end": 5813,
      "loc": {
        "start": {
          "line": 192,
          "column": 10
        },
        "end": {
          "line": 192,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5813,
      "end": 5814,
      "loc": {
        "start": {
          "line": 192,
          "column": 15
        },
        "end": {
          "line": 192,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 5814,
      "end": 5821,
      "loc": {
        "start": {
          "line": 192,
          "column": 16
        },
        "end": {
          "line": 192,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5821,
      "end": 5822,
      "loc": {
        "start": {
          "line": 192,
          "column": 23
        },
        "end": {
          "line": 192,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 5822,
      "end": 5828,
      "loc": {
        "start": {
          "line": 192,
          "column": 24
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5829,
      "end": 5830,
      "loc": {
        "start": {
          "line": 192,
          "column": 31
        },
        "end": {
          "line": 192,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5831,
      "end": 5832,
      "loc": {
        "start": {
          "line": 192,
          "column": 33
        },
        "end": {
          "line": 192,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 5841,
      "end": 5851,
      "loc": {
        "start": {
          "line": 193,
          "column": 8
        },
        "end": {
          "line": 193,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5852,
      "end": 5853,
      "loc": {
        "start": {
          "line": 193,
          "column": 19
        },
        "end": {
          "line": 193,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 5854,
      "end": 5859,
      "loc": {
        "start": {
          "line": 193,
          "column": 21
        },
        "end": {
          "line": 193,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5859,
      "end": 5860,
      "loc": {
        "start": {
          "line": 193,
          "column": 26
        },
        "end": {
          "line": 193,
          "column": 27
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check if we have ['attr', 'DESC'] or [Model, 'attr', 'DESC']",
      "start": 5870,
      "end": 5933,
      "loc": {
        "start": {
          "line": 195,
          "column": 8
        },
        "end": {
          "line": 195,
          "column": 71
        }
      }
    },
    {
      "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": 5942,
      "end": 5944,
      "loc": {
        "start": {
          "line": 196,
          "column": 8
        },
        "end": {
          "line": 196,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5945,
      "end": 5946,
      "loc": {
        "start": {
          "line": 196,
          "column": 11
        },
        "end": {
          "line": 196,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 5946,
      "end": 5952,
      "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": "oGroup",
      "start": 5953,
      "end": 5959,
      "loc": {
        "start": {
          "line": 196,
          "column": 19
        },
        "end": {
          "line": 196,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5959,
      "end": 5960,
      "loc": {
        "start": {
          "line": 196,
          "column": 25
        },
        "end": {
          "line": 196,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 5960,
      "end": 5966,
      "loc": {
        "start": {
          "line": 196,
          "column": 26
        },
        "end": {
          "line": 196,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5966,
      "end": 5967,
      "loc": {
        "start": {
          "line": 196,
          "column": 32
        },
        "end": {
          "line": 196,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5967,
      "end": 5973,
      "loc": {
        "start": {
          "line": 196,
          "column": 33
        },
        "end": {
          "line": 196,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5974,
      "end": 5975,
      "loc": {
        "start": {
          "line": 196,
          "column": 40
        },
        "end": {
          "line": 196,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5976,
      "end": 5977,
      "loc": {
        "start": {
          "line": 196,
          "column": 42
        },
        "end": {
          "line": 196,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5977,
      "end": 5978,
      "loc": {
        "start": {
          "line": 196,
          "column": 43
        },
        "end": {
          "line": 196,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5979,
      "end": 5982,
      "loc": {
        "start": {
          "line": 196,
          "column": 45
        },
        "end": {
          "line": 196,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 5983,
      "end": 5991,
      "loc": {
        "start": {
          "line": 196,
          "column": 49
        },
        "end": {
          "line": 196,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5991,
      "end": 5992,
      "loc": {
        "start": {
          "line": 196,
          "column": 57
        },
        "end": {
          "line": 196,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5993,
      "end": 5994,
      "loc": {
        "start": {
          "line": 196,
          "column": 59
        },
        "end": {
          "line": 196,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrOffset",
      "start": 6005,
      "end": 6015,
      "loc": {
        "start": {
          "line": 197,
          "column": 10
        },
        "end": {
          "line": 197,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6016,
      "end": 6017,
      "loc": {
        "start": {
          "line": 197,
          "column": 21
        },
        "end": {
          "line": 197,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6018,
      "end": 6019,
      "loc": {
        "start": {
          "line": 197,
          "column": 23
        },
        "end": {
          "line": 197,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6019,
      "end": 6020,
      "loc": {
        "start": {
          "line": 197,
          "column": 24
        },
        "end": {
          "line": 197,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Assume ['attr'], [Model, 'attr'] or [seq.fn('somefn', 1), 'DESC']",
      "start": 6030,
      "end": 6098,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6107,
      "end": 6108,
      "loc": {
        "start": {
          "line": 200,
          "column": 8
        },
        "end": {
          "line": 200,
          "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": 6109,
      "end": 6113,
      "loc": {
        "start": {
          "line": 200,
          "column": 10
        },
        "end": {
          "line": 200,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6114,
      "end": 6115,
      "loc": {
        "start": {
          "line": 200,
          "column": 15
        },
        "end": {
          "line": 200,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrOffset",
      "start": 6126,
      "end": 6136,
      "loc": {
        "start": {
          "line": 201,
          "column": 10
        },
        "end": {
          "line": 201,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6137,
      "end": 6138,
      "loc": {
        "start": {
          "line": 201,
          "column": 21
        },
        "end": {
          "line": 201,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6139,
      "end": 6140,
      "loc": {
        "start": {
          "line": 201,
          "column": 23
        },
        "end": {
          "line": 201,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6140,
      "end": 6141,
      "loc": {
        "start": {
          "line": 201,
          "column": 24
        },
        "end": {
          "line": 201,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6150,
      "end": 6151,
      "loc": {
        "start": {
          "line": 202,
          "column": 8
        },
        "end": {
          "line": 202,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6161,
      "end": 6165,
      "loc": {
        "start": {
          "line": 204,
          "column": 8
        },
        "end": {
          "line": 204,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6166,
      "end": 6167,
      "loc": {
        "start": {
          "line": 204,
          "column": 13
        },
        "end": {
          "line": 204,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 6168,
      "end": 6174,
      "loc": {
        "start": {
          "line": 204,
          "column": 15
        },
        "end": {
          "line": 204,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6174,
      "end": 6175,
      "loc": {
        "start": {
          "line": 204,
          "column": 21
        },
        "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": "oGroup",
      "start": 6175,
      "end": 6181,
      "loc": {
        "start": {
          "line": 204,
          "column": 22
        },
        "end": {
          "line": 204,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6181,
      "end": 6182,
      "loc": {
        "start": {
          "line": 204,
          "column": 28
        },
        "end": {
          "line": 204,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6182,
      "end": 6188,
      "loc": {
        "start": {
          "line": 204,
          "column": 29
        },
        "end": {
          "line": 204,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6189,
      "end": 6190,
      "loc": {
        "start": {
          "line": 204,
          "column": 36
        },
        "end": {
          "line": 204,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrOffset",
      "start": 6191,
      "end": 6201,
      "loc": {
        "start": {
          "line": 204,
          "column": 38
        },
        "end": {
          "line": 204,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6201,
      "end": 6202,
      "loc": {
        "start": {
          "line": 204,
          "column": 48
        },
        "end": {
          "line": 204,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6202,
      "end": 6203,
      "loc": {
        "start": {
          "line": 204,
          "column": 49
        },
        "end": {
          "line": 204,
          "column": 50
        }
      }
    },
    {
      "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": 6212,
      "end": 6214,
      "loc": {
        "start": {
          "line": 205,
          "column": 8
        },
        "end": {
          "line": 205,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 205,
          "column": 11
        },
        "end": {
          "line": 205,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 6216,
      "end": 6222,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6222,
      "end": 6223,
      "loc": {
        "start": {
          "line": 205,
          "column": 18
        },
        "end": {
          "line": 205,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6223,
      "end": 6229,
      "loc": {
        "start": {
          "line": 205,
          "column": 19
        },
        "end": {
          "line": 205,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 6230,
      "end": 6231,
      "loc": {
        "start": {
          "line": 205,
          "column": 26
        },
        "end": {
          "line": 205,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrOffset",
      "start": 6232,
      "end": 6242,
      "loc": {
        "start": {
          "line": 205,
          "column": 28
        },
        "end": {
          "line": 205,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6242,
      "end": 6243,
      "loc": {
        "start": {
          "line": 205,
          "column": 38
        },
        "end": {
          "line": 205,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6244,
      "end": 6245,
      "loc": {
        "start": {
          "line": 205,
          "column": 40
        },
        "end": {
          "line": 205,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6256,
      "end": 6266,
      "loc": {
        "start": {
          "line": 206,
          "column": 10
        },
        "end": {
          "line": 206,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6267,
      "end": 6268,
      "loc": {
        "start": {
          "line": 206,
          "column": 21
        },
        "end": {
          "line": 206,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 6269,
      "end": 6275,
      "loc": {
        "start": {
          "line": 206,
          "column": 23
        },
        "end": {
          "line": 206,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6275,
      "end": 6276,
      "loc": {
        "start": {
          "line": 206,
          "column": 29
        },
        "end": {
          "line": 206,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 6276,
      "end": 6282,
      "loc": {
        "start": {
          "line": 206,
          "column": 30
        },
        "end": {
          "line": 206,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6282,
      "end": 6283,
      "loc": {
        "start": {
          "line": 206,
          "column": 36
        },
        "end": {
          "line": 206,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6283,
      "end": 6289,
      "loc": {
        "start": {
          "line": 206,
          "column": 37
        },
        "end": {
          "line": 206,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6290,
      "end": 6291,
      "loc": {
        "start": {
          "line": 206,
          "column": 44
        },
        "end": {
          "line": 206,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6292,
      "end": 6293,
      "loc": {
        "start": {
          "line": 206,
          "column": 46
        },
        "end": {
          "line": 206,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrOffset",
      "start": 6293,
      "end": 6303,
      "loc": {
        "start": {
          "line": 206,
          "column": 47
        },
        "end": {
          "line": 206,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6304,
      "end": 6305,
      "loc": {
        "start": {
          "line": 206,
          "column": 58
        },
        "end": {
          "line": 206,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6306,
      "end": 6307,
      "loc": {
        "start": {
          "line": 206,
          "column": 60
        },
        "end": {
          "line": 206,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6307,
      "end": 6308,
      "loc": {
        "start": {
          "line": 206,
          "column": 61
        },
        "end": {
          "line": 206,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6308,
      "end": 6309,
      "loc": {
        "start": {
          "line": 206,
          "column": 62
        },
        "end": {
          "line": 206,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6309,
      "end": 6310,
      "loc": {
        "start": {
          "line": 206,
          "column": 63
        },
        "end": {
          "line": 206,
          "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": 6321,
      "end": 6323,
      "loc": {
        "start": {
          "line": 207,
          "column": 10
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6324,
      "end": 6325,
      "loc": {
        "start": {
          "line": 207,
          "column": 13
        },
        "end": {
          "line": 207,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6325,
      "end": 6335,
      "loc": {
        "start": {
          "line": 207,
          "column": 14
        },
        "end": {
          "line": 207,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6335,
      "end": 6336,
      "loc": {
        "start": {
          "line": 207,
          "column": 24
        },
        "end": {
          "line": 207,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 6336,
      "end": 6341,
      "loc": {
        "start": {
          "line": 207,
          "column": 25
        },
        "end": {
          "line": 207,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6341,
      "end": 6342,
      "loc": {
        "start": {
          "line": 207,
          "column": 30
        },
        "end": {
          "line": 207,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6343,
      "end": 6344,
      "loc": {
        "start": {
          "line": 207,
          "column": 32
        },
        "end": {
          "line": 207,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6357,
      "end": 6367,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6368,
      "end": 6369,
      "loc": {
        "start": {
          "line": 208,
          "column": 23
        },
        "end": {
          "line": 208,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6370,
      "end": 6380,
      "loc": {
        "start": {
          "line": 208,
          "column": 25
        },
        "end": {
          "line": 208,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6380,
      "end": 6381,
      "loc": {
        "start": {
          "line": 208,
          "column": 35
        },
        "end": {
          "line": 208,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 6381,
      "end": 6386,
      "loc": {
        "start": {
          "line": 208,
          "column": 36
        },
        "end": {
          "line": 208,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6386,
      "end": 6387,
      "loc": {
        "start": {
          "line": 208,
          "column": 41
        },
        "end": {
          "line": 208,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6398,
      "end": 6399,
      "loc": {
        "start": {
          "line": 209,
          "column": 10
        },
        "end": {
          "line": 209,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6408,
      "end": 6409,
      "loc": {
        "start": {
          "line": 210,
          "column": 8
        },
        "end": {
          "line": 210,
          "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": 6419,
      "end": 6421,
      "loc": {
        "start": {
          "line": 212,
          "column": 8
        },
        "end": {
          "line": 212,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6422,
      "end": 6423,
      "loc": {
        "start": {
          "line": 212,
          "column": 11
        },
        "end": {
          "line": 212,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6423,
      "end": 6433,
      "loc": {
        "start": {
          "line": 212,
          "column": 12
        },
        "end": {
          "line": 212,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6433,
      "end": 6434,
      "loc": {
        "start": {
          "line": 212,
          "column": 22
        },
        "end": {
          "line": 212,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 6434,
      "end": 6447,
      "loc": {
        "start": {
          "line": 212,
          "column": 23
        },
        "end": {
          "line": 212,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6448,
      "end": 6450,
      "loc": {
        "start": {
          "line": 212,
          "column": 37
        },
        "end": {
          "line": 212,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6451,
      "end": 6461,
      "loc": {
        "start": {
          "line": 212,
          "column": 40
        },
        "end": {
          "line": 212,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6461,
      "end": 6462,
      "loc": {
        "start": {
          "line": 212,
          "column": 50
        },
        "end": {
          "line": 212,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 6462,
      "end": 6475,
      "loc": {
        "start": {
          "line": 212,
          "column": 51
        },
        "end": {
          "line": 212,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6475,
      "end": 6476,
      "loc": {
        "start": {
          "line": 212,
          "column": 64
        },
        "end": {
          "line": 212,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6476,
      "end": 6480,
      "loc": {
        "start": {
          "line": 212,
          "column": 65
        },
        "end": {
          "line": 212,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6480,
      "end": 6481,
      "loc": {
        "start": {
          "line": 212,
          "column": 69
        },
        "end": {
          "line": 212,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6482,
      "end": 6484,
      "loc": {
        "start": {
          "line": 212,
          "column": 71
        },
        "end": {
          "line": 212,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6485,
      "end": 6489,
      "loc": {
        "start": {
          "line": 212,
          "column": 74
        },
        "end": {
          "line": 212,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 6490,
      "end": 6493,
      "loc": {
        "start": {
          "line": 212,
          "column": 79
        },
        "end": {
          "line": 212,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6494,
      "end": 6504,
      "loc": {
        "start": {
          "line": 212,
          "column": 83
        },
        "end": {
          "line": 212,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6504,
      "end": 6505,
      "loc": {
        "start": {
          "line": 212,
          "column": 93
        },
        "end": {
          "line": 212,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 6505,
      "end": 6518,
      "loc": {
        "start": {
          "line": 212,
          "column": 94
        },
        "end": {
          "line": 212,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6518,
      "end": 6519,
      "loc": {
        "start": {
          "line": 212,
          "column": 107
        },
        "end": {
          "line": 212,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6519,
      "end": 6523,
      "loc": {
        "start": {
          "line": 212,
          "column": 108
        },
        "end": {
          "line": 212,
          "column": 112
        }
      }
    },
    {
      "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": 212,
          "column": 112
        },
        "end": {
          "line": 212,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6524,
      "end": 6525,
      "loc": {
        "start": {
          "line": 212,
          "column": 113
        },
        "end": {
          "line": 212,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6525,
      "end": 6530,
      "loc": {
        "start": {
          "line": 212,
          "column": 114
        },
        "end": {
          "line": 212,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6530,
      "end": 6531,
      "loc": {
        "start": {
          "line": 212,
          "column": 119
        },
        "end": {
          "line": 212,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6532,
      "end": 6533,
      "loc": {
        "start": {
          "line": 212,
          "column": 121
        },
        "end": {
          "line": 212,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 6544,
      "end": 6550,
      "loc": {
        "start": {
          "line": 213,
          "column": 10
        },
        "end": {
          "line": 213,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6550,
      "end": 6551,
      "loc": {
        "start": {
          "line": 213,
          "column": 16
        },
        "end": {
          "line": 213,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oGroup",
      "start": 6551,
      "end": 6557,
      "loc": {
        "start": {
          "line": 213,
          "column": 17
        },
        "end": {
          "line": 213,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6557,
      "end": 6558,
      "loc": {
        "start": {
          "line": 213,
          "column": 23
        },
        "end": {
          "line": 213,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6558,
      "end": 6564,
      "loc": {
        "start": {
          "line": 213,
          "column": 24
        },
        "end": {
          "line": 213,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6565,
      "end": 6566,
      "loc": {
        "start": {
          "line": 213,
          "column": 31
        },
        "end": {
          "line": 213,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrOffset",
      "start": 6567,
      "end": 6577,
      "loc": {
        "start": {
          "line": 213,
          "column": 33
        },
        "end": {
          "line": 213,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6577,
      "end": 6578,
      "loc": {
        "start": {
          "line": 213,
          "column": 43
        },
        "end": {
          "line": 213,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6579,
      "end": 6580,
      "loc": {
        "start": {
          "line": 213,
          "column": 45
        },
        "end": {
          "line": 213,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "OrderModel",
      "start": 6581,
      "end": 6591,
      "loc": {
        "start": {
          "line": 213,
          "column": 47
        },
        "end": {
          "line": 213,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6591,
      "end": 6592,
      "loc": {
        "start": {
          "line": 213,
          "column": 57
        },
        "end": {
          "line": 213,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 6592,
      "end": 6605,
      "loc": {
        "start": {
          "line": 213,
          "column": 58
        },
        "end": {
          "line": 213,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6605,
      "end": 6606,
      "loc": {
        "start": {
          "line": 213,
          "column": 71
        },
        "end": {
          "line": 213,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6606,
      "end": 6610,
      "loc": {
        "start": {
          "line": 213,
          "column": 72
        },
        "end": {
          "line": 213,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6610,
      "end": 6611,
      "loc": {
        "start": {
          "line": 213,
          "column": 76
        },
        "end": {
          "line": 213,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6611,
      "end": 6612,
      "loc": {
        "start": {
          "line": 213,
          "column": 77
        },
        "end": {
          "line": 213,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6612,
      "end": 6617,
      "loc": {
        "start": {
          "line": 213,
          "column": 78
        },
        "end": {
          "line": 213,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6617,
      "end": 6618,
      "loc": {
        "start": {
          "line": 213,
          "column": 83
        },
        "end": {
          "line": 213,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6627,
      "end": 6628,
      "loc": {
        "start": {
          "line": 214,
          "column": 8
        },
        "end": {
          "line": 214,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6635,
      "end": 6636,
      "loc": {
        "start": {
          "line": 215,
          "column": 6
        },
        "end": {
          "line": 215,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6641,
      "end": 6642,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6645,
      "end": 6646,
      "loc": {
        "start": {
          "line": 217,
          "column": 2
        },
        "end": {
          "line": 217,
          "column": 3
        }
      }
    },
    {
      "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": 6650,
      "end": 6656,
      "loc": {
        "start": {
          "line": 219,
          "column": 2
        },
        "end": {
          "line": 219,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6657,
      "end": 6664,
      "loc": {
        "start": {
          "line": 219,
          "column": 9
        },
        "end": {
          "line": 219,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6664,
      "end": 6665,
      "loc": {
        "start": {
          "line": 219,
          "column": 16
        },
        "end": {
          "line": 219,
          "column": 17
        }
      }
    },
    {
      "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": 220,
          "column": 0
        },
        "end": {
          "line": 220,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 6668,
      "end": 6675,
      "loc": {
        "start": {
          "line": 221,
          "column": 0
        },
        "end": {
          "line": 221,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6675,
      "end": 6676,
      "loc": {
        "start": {
          "line": 221,
          "column": 7
        },
        "end": {
          "line": 221,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapOptionFieldNames",
      "start": 6676,
      "end": 6695,
      "loc": {
        "start": {
          "line": 221,
          "column": 8
        },
        "end": {
          "line": 221,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6696,
      "end": 6697,
      "loc": {
        "start": {
          "line": 221,
          "column": 28
        },
        "end": {
          "line": 221,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapOptionFieldNames",
      "start": 6698,
      "end": 6717,
      "loc": {
        "start": {
          "line": 221,
          "column": 30
        },
        "end": {
          "line": 221,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6717,
      "end": 6718,
      "loc": {
        "start": {
          "line": 221,
          "column": 49
        },
        "end": {
          "line": 221,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 6720,
      "end": 6728,
      "loc": {
        "start": {
          "line": 223,
          "column": 0
        },
        "end": {
          "line": 223,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapWhereFieldNames",
      "start": 6729,
      "end": 6747,
      "loc": {
        "start": {
          "line": 223,
          "column": 9
        },
        "end": {
          "line": 223,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6747,
      "end": 6748,
      "loc": {
        "start": {
          "line": 223,
          "column": 27
        },
        "end": {
          "line": 223,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6748,
      "end": 6758,
      "loc": {
        "start": {
          "line": 223,
          "column": 28
        },
        "end": {
          "line": 223,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6758,
      "end": 6759,
      "loc": {
        "start": {
          "line": 223,
          "column": 38
        },
        "end": {
          "line": 223,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 6760,
      "end": 6765,
      "loc": {
        "start": {
          "line": 223,
          "column": 40
        },
        "end": {
          "line": 223,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6765,
      "end": 6766,
      "loc": {
        "start": {
          "line": 223,
          "column": 45
        },
        "end": {
          "line": 223,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6767,
      "end": 6768,
      "loc": {
        "start": {
          "line": 223,
          "column": 47
        },
        "end": {
          "line": 223,
          "column": 48
        }
      }
    },
    {
      "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": 6771,
      "end": 6774,
      "loc": {
        "start": {
          "line": 224,
          "column": 2
        },
        "end": {
          "line": 224,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6775,
      "end": 6784,
      "loc": {
        "start": {
          "line": 224,
          "column": 6
        },
        "end": {
          "line": 224,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6784,
      "end": 6785,
      "loc": {
        "start": {
          "line": 224,
          "column": 15
        },
        "end": {
          "line": 224,
          "column": 16
        }
      }
    },
    {
      "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": 6788,
      "end": 6791,
      "loc": {
        "start": {
          "line": 225,
          "column": 2
        },
        "end": {
          "line": 225,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 6792,
      "end": 6804,
      "loc": {
        "start": {
          "line": 225,
          "column": 6
        },
        "end": {
          "line": 225,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6804,
      "end": 6805,
      "loc": {
        "start": {
          "line": 225,
          "column": 18
        },
        "end": {
          "line": 225,
          "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": 6809,
      "end": 6811,
      "loc": {
        "start": {
          "line": 227,
          "column": 2
        },
        "end": {
          "line": 227,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6812,
      "end": 6813,
      "loc": {
        "start": {
          "line": 227,
          "column": 5
        },
        "end": {
          "line": 227,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6813,
      "end": 6823,
      "loc": {
        "start": {
          "line": 227,
          "column": 6
        },
        "end": {
          "line": 227,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6823,
      "end": 6824,
      "loc": {
        "start": {
          "line": 227,
          "column": 16
        },
        "end": {
          "line": 227,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6825,
      "end": 6826,
      "loc": {
        "start": {
          "line": 227,
          "column": 18
        },
        "end": {
          "line": 227,
          "column": 19
        }
      }
    },
    {
      "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": 6831,
      "end": 6834,
      "loc": {
        "start": {
          "line": 228,
          "column": 4
        },
        "end": {
          "line": 228,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6835,
      "end": 6836,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6836,
      "end": 6845,
      "loc": {
        "start": {
          "line": 228,
          "column": 9
        },
        "end": {
          "line": 228,
          "column": 18
        }
      }
    },
    {
      "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": 6846,
      "end": 6848,
      "loc": {
        "start": {
          "line": 228,
          "column": 19
        },
        "end": {
          "line": 228,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6849,
      "end": 6859,
      "loc": {
        "start": {
          "line": 228,
          "column": 22
        },
        "end": {
          "line": 228,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6859,
      "end": 6860,
      "loc": {
        "start": {
          "line": 228,
          "column": 32
        },
        "end": {
          "line": 228,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6861,
      "end": 6862,
      "loc": {
        "start": {
          "line": 228,
          "column": 34
        },
        "end": {
          "line": 228,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 6869,
      "end": 6881,
      "loc": {
        "start": {
          "line": 229,
          "column": 6
        },
        "end": {
          "line": 229,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 229,
          "column": 19
        },
        "end": {
          "line": 229,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 6884,
      "end": 6889,
      "loc": {
        "start": {
          "line": 229,
          "column": 21
        },
        "end": {
          "line": 229,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6889,
      "end": 6890,
      "loc": {
        "start": {
          "line": 229,
          "column": 26
        },
        "end": {
          "line": 229,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 6890,
      "end": 6903,
      "loc": {
        "start": {
          "line": 229,
          "column": 27
        },
        "end": {
          "line": 229,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6903,
      "end": 6904,
      "loc": {
        "start": {
          "line": 229,
          "column": 40
        },
        "end": {
          "line": 229,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 6904,
      "end": 6913,
      "loc": {
        "start": {
          "line": 229,
          "column": 41
        },
        "end": {
          "line": 229,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6913,
      "end": 6914,
      "loc": {
        "start": {
          "line": 229,
          "column": 50
        },
        "end": {
          "line": 229,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6914,
      "end": 6915,
      "loc": {
        "start": {
          "line": 229,
          "column": 51
        },
        "end": {
          "line": 229,
          "column": 52
        }
      }
    },
    {
      "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": 6923,
      "end": 6925,
      "loc": {
        "start": {
          "line": 231,
          "column": 6
        },
        "end": {
          "line": 231,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6926,
      "end": 6927,
      "loc": {
        "start": {
          "line": 231,
          "column": 9
        },
        "end": {
          "line": 231,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 6927,
      "end": 6939,
      "loc": {
        "start": {
          "line": 231,
          "column": 10
        },
        "end": {
          "line": 231,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6940,
      "end": 6942,
      "loc": {
        "start": {
          "line": 231,
          "column": 23
        },
        "end": {
          "line": 231,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 6943,
      "end": 6955,
      "loc": {
        "start": {
          "line": 231,
          "column": 26
        },
        "end": {
          "line": 231,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6955,
      "end": 6956,
      "loc": {
        "start": {
          "line": 231,
          "column": 38
        },
        "end": {
          "line": 231,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6956,
      "end": 6961,
      "loc": {
        "start": {
          "line": 231,
          "column": 39
        },
        "end": {
          "line": 231,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 6962,
      "end": 6965,
      "loc": {
        "start": {
          "line": 231,
          "column": 45
        },
        "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": "rawAttribute",
      "start": 6966,
      "end": 6978,
      "loc": {
        "start": {
          "line": 231,
          "column": 49
        },
        "end": {
          "line": 231,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6978,
      "end": 6979,
      "loc": {
        "start": {
          "line": 231,
          "column": 61
        },
        "end": {
          "line": 231,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldName",
      "start": 6979,
      "end": 6988,
      "loc": {
        "start": {
          "line": 231,
          "column": 62
        },
        "end": {
          "line": 231,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6988,
      "end": 6989,
      "loc": {
        "start": {
          "line": 231,
          "column": 71
        },
        "end": {
          "line": 231,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6990,
      "end": 6991,
      "loc": {
        "start": {
          "line": 231,
          "column": 73
        },
        "end": {
          "line": 231,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7000,
      "end": 7010,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7010,
      "end": 7011,
      "loc": {
        "start": {
          "line": 232,
          "column": 18
        },
        "end": {
          "line": 232,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 7011,
      "end": 7023,
      "loc": {
        "start": {
          "line": 232,
          "column": 19
        },
        "end": {
          "line": 232,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7023,
      "end": 7024,
      "loc": {
        "start": {
          "line": 232,
          "column": 31
        },
        "end": {
          "line": 232,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7024,
      "end": 7029,
      "loc": {
        "start": {
          "line": 232,
          "column": 32
        },
        "end": {
          "line": 232,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7029,
      "end": 7030,
      "loc": {
        "start": {
          "line": 232,
          "column": 37
        },
        "end": {
          "line": 232,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7031,
      "end": 7032,
      "loc": {
        "start": {
          "line": 232,
          "column": 39
        },
        "end": {
          "line": 232,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7033,
      "end": 7043,
      "loc": {
        "start": {
          "line": 232,
          "column": 41
        },
        "end": {
          "line": 232,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7043,
      "end": 7044,
      "loc": {
        "start": {
          "line": 232,
          "column": 51
        },
        "end": {
          "line": 232,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7044,
      "end": 7053,
      "loc": {
        "start": {
          "line": 232,
          "column": 52
        },
        "end": {
          "line": 232,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7053,
      "end": 7054,
      "loc": {
        "start": {
          "line": 232,
          "column": 61
        },
        "end": {
          "line": 232,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7054,
      "end": 7055,
      "loc": {
        "start": {
          "line": 232,
          "column": 62
        },
        "end": {
          "line": 232,
          "column": 63
        }
      }
    },
    {
      "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": 7064,
      "end": 7070,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7071,
      "end": 7081,
      "loc": {
        "start": {
          "line": 233,
          "column": 15
        },
        "end": {
          "line": 233,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7081,
      "end": 7082,
      "loc": {
        "start": {
          "line": 233,
          "column": 25
        },
        "end": {
          "line": 233,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7082,
      "end": 7091,
      "loc": {
        "start": {
          "line": 233,
          "column": 26
        },
        "end": {
          "line": 233,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7091,
      "end": 7092,
      "loc": {
        "start": {
          "line": 233,
          "column": 35
        },
        "end": {
          "line": 233,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7092,
      "end": 7093,
      "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
      },
      "start": 7100,
      "end": 7101,
      "loc": {
        "start": {
          "line": 234,
          "column": 6
        },
        "end": {
          "line": 234,
          "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": 7109,
      "end": 7111,
      "loc": {
        "start": {
          "line": 236,
          "column": 6
        },
        "end": {
          "line": 236,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7112,
      "end": 7113,
      "loc": {
        "start": {
          "line": 236,
          "column": 9
        },
        "end": {
          "line": 236,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7113,
      "end": 7114,
      "loc": {
        "start": {
          "line": 236,
          "column": 10
        },
        "end": {
          "line": 236,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7114,
      "end": 7115,
      "loc": {
        "start": {
          "line": 236,
          "column": 11
        },
        "end": {
          "line": 236,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 7115,
      "end": 7128,
      "loc": {
        "start": {
          "line": 236,
          "column": 12
        },
        "end": {
          "line": 236,
          "column": 25
        }
      }
    },
    {
      "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": 236,
          "column": 25
        },
        "end": {
          "line": 236,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7129,
      "end": 7139,
      "loc": {
        "start": {
          "line": 236,
          "column": 26
        },
        "end": {
          "line": 236,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7139,
      "end": 7140,
      "loc": {
        "start": {
          "line": 236,
          "column": 36
        },
        "end": {
          "line": 236,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7140,
      "end": 7149,
      "loc": {
        "start": {
          "line": 236,
          "column": 37
        },
        "end": {
          "line": 236,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7149,
      "end": 7150,
      "loc": {
        "start": {
          "line": 236,
          "column": 46
        },
        "end": {
          "line": 236,
          "column": 47
        }
      }
    },
    {
      "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": 236,
          "column": 47
        },
        "end": {
          "line": 236,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7160,
      "end": 7162,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7163,
      "end": 7164,
      "loc": {
        "start": {
          "line": 237,
          "column": 11
        },
        "end": {
          "line": 237,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7164,
      "end": 7165,
      "loc": {
        "start": {
          "line": 237,
          "column": 12
        },
        "end": {
          "line": 237,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 7165,
      "end": 7177,
      "loc": {
        "start": {
          "line": 237,
          "column": 13
        },
        "end": {
          "line": 237,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7178,
      "end": 7180,
      "loc": {
        "start": {
          "line": 237,
          "column": 26
        },
        "end": {
          "line": 237,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7181,
      "end": 7182,
      "loc": {
        "start": {
          "line": 237,
          "column": 29
        },
        "end": {
          "line": 237,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 7193,
      "end": 7205,
      "loc": {
        "start": {
          "line": 238,
          "column": 10
        },
        "end": {
          "line": 238,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7205,
      "end": 7206,
      "loc": {
        "start": {
          "line": 238,
          "column": 22
        },
        "end": {
          "line": 238,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7206,
      "end": 7210,
      "loc": {
        "start": {
          "line": 238,
          "column": 23
        },
        "end": {
          "line": 238,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 7211,
      "end": 7221,
      "loc": {
        "start": {
          "line": 238,
          "column": 28
        },
        "end": {
          "line": 238,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 7222,
      "end": 7231,
      "loc": {
        "start": {
          "line": 238,
          "column": 39
        },
        "end": {
          "line": 238,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7231,
      "end": 7232,
      "loc": {
        "start": {
          "line": 238,
          "column": 48
        },
        "end": {
          "line": 238,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HSTORE",
      "start": 7232,
      "end": 7238,
      "loc": {
        "start": {
          "line": 238,
          "column": 49
        },
        "end": {
          "line": 238,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7249,
      "end": 7251,
      "loc": {
        "start": {
          "line": 239,
          "column": 10
        },
        "end": {
          "line": 239,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 7252,
      "end": 7264,
      "loc": {
        "start": {
          "line": 239,
          "column": 13
        },
        "end": {
          "line": 239,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7264,
      "end": 7265,
      "loc": {
        "start": {
          "line": 239,
          "column": 25
        },
        "end": {
          "line": 239,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7265,
      "end": 7269,
      "loc": {
        "start": {
          "line": 239,
          "column": 26
        },
        "end": {
          "line": 239,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 7270,
      "end": 7280,
      "loc": {
        "start": {
          "line": 239,
          "column": 31
        },
        "end": {
          "line": 239,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 7281,
      "end": 7290,
      "loc": {
        "start": {
          "line": 239,
          "column": 42
        },
        "end": {
          "line": 239,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7290,
      "end": 7291,
      "loc": {
        "start": {
          "line": 239,
          "column": 51
        },
        "end": {
          "line": 239,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 7291,
      "end": 7295,
      "loc": {
        "start": {
          "line": 239,
          "column": 52
        },
        "end": {
          "line": 239,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7295,
      "end": 7296,
      "loc": {
        "start": {
          "line": 239,
          "column": 56
        },
        "end": {
          "line": 239,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7296,
      "end": 7297,
      "loc": {
        "start": {
          "line": 239,
          "column": 57
        },
        "end": {
          "line": 239,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7297,
      "end": 7298,
      "loc": {
        "start": {
          "line": 239,
          "column": 58
        },
        "end": {
          "line": 239,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7299,
      "end": 7300,
      "loc": {
        "start": {
          "line": 239,
          "column": 60
        },
        "end": {
          "line": 239,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Prevent renaming of HSTORE & JSON fields",
      "start": 7301,
      "end": 7344,
      "loc": {
        "start": {
          "line": 239,
          "column": 62
        },
        "end": {
          "line": 239,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7353,
      "end": 7363,
      "loc": {
        "start": {
          "line": 240,
          "column": 8
        },
        "end": {
          "line": 240,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7363,
      "end": 7364,
      "loc": {
        "start": {
          "line": 240,
          "column": 18
        },
        "end": {
          "line": 240,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7364,
      "end": 7373,
      "loc": {
        "start": {
          "line": 240,
          "column": 19
        },
        "end": {
          "line": 240,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7373,
      "end": 7374,
      "loc": {
        "start": {
          "line": 240,
          "column": 28
        },
        "end": {
          "line": 240,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7375,
      "end": 7376,
      "loc": {
        "start": {
          "line": 240,
          "column": 30
        },
        "end": {
          "line": 240,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapOptionFieldNames",
      "start": 7377,
      "end": 7396,
      "loc": {
        "start": {
          "line": 240,
          "column": 32
        },
        "end": {
          "line": 240,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7396,
      "end": 7397,
      "loc": {
        "start": {
          "line": 240,
          "column": 51
        },
        "end": {
          "line": 240,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7397,
      "end": 7398,
      "loc": {
        "start": {
          "line": 240,
          "column": 52
        },
        "end": {
          "line": 240,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7409,
      "end": 7414,
      "loc": {
        "start": {
          "line": 241,
          "column": 10
        },
        "end": {
          "line": 241,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7414,
      "end": 7415,
      "loc": {
        "start": {
          "line": 241,
          "column": 15
        },
        "end": {
          "line": 241,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7416,
      "end": 7426,
      "loc": {
        "start": {
          "line": 241,
          "column": 17
        },
        "end": {
          "line": 241,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7426,
      "end": 7427,
      "loc": {
        "start": {
          "line": 241,
          "column": 27
        },
        "end": {
          "line": 241,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7427,
      "end": 7436,
      "loc": {
        "start": {
          "line": 241,
          "column": 28
        },
        "end": {
          "line": 241,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7436,
      "end": 7437,
      "loc": {
        "start": {
          "line": 241,
          "column": 37
        },
        "end": {
          "line": 241,
          "column": 38
        }
      }
    },
    {
      "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": 242,
          "column": 8
        },
        "end": {
          "line": 242,
          "column": 9
        }
      }
    },
    {
      "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": 242,
          "column": 9
        },
        "end": {
          "line": 242,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 7449,
      "end": 7454,
      "loc": {
        "start": {
          "line": 242,
          "column": 11
        },
        "end": {
          "line": 242,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7454,
      "end": 7455,
      "loc": {
        "start": {
          "line": 242,
          "column": 16
        },
        "end": {
          "line": 242,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7455,
      "end": 7456,
      "loc": {
        "start": {
          "line": 242,
          "column": 17
        },
        "end": {
          "line": 242,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7456,
      "end": 7461,
      "loc": {
        "start": {
          "line": 242,
          "column": 18
        },
        "end": {
          "line": 242,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7461,
      "end": 7462,
      "loc": {
        "start": {
          "line": 242,
          "column": 23
        },
        "end": {
          "line": 242,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7469,
      "end": 7470,
      "loc": {
        "start": {
          "line": 243,
          "column": 6
        },
        "end": {
          "line": 243,
          "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": 7478,
      "end": 7480,
      "loc": {
        "start": {
          "line": 245,
          "column": 6
        },
        "end": {
          "line": 245,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7481,
      "end": 7482,
      "loc": {
        "start": {
          "line": 245,
          "column": 9
        },
        "end": {
          "line": 245,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 7482,
      "end": 7487,
      "loc": {
        "start": {
          "line": 245,
          "column": 10
        },
        "end": {
          "line": 245,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7487,
      "end": 7488,
      "loc": {
        "start": {
          "line": 245,
          "column": 15
        },
        "end": {
          "line": 245,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 7488,
      "end": 7495,
      "loc": {
        "start": {
          "line": 245,
          "column": 16
        },
        "end": {
          "line": 245,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7495,
      "end": 7496,
      "loc": {
        "start": {
          "line": 245,
          "column": 23
        },
        "end": {
          "line": 245,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7496,
      "end": 7506,
      "loc": {
        "start": {
          "line": 245,
          "column": 24
        },
        "end": {
          "line": 245,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7506,
      "end": 7507,
      "loc": {
        "start": {
          "line": 245,
          "column": 34
        },
        "end": {
          "line": 245,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7507,
      "end": 7516,
      "loc": {
        "start": {
          "line": 245,
          "column": 35
        },
        "end": {
          "line": 245,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7516,
      "end": 7517,
      "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": 7517,
      "end": 7518,
      "loc": {
        "start": {
          "line": 245,
          "column": 45
        },
        "end": {
          "line": 245,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7518,
      "end": 7519,
      "loc": {
        "start": {
          "line": 245,
          "column": 46
        },
        "end": {
          "line": 245,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7520,
      "end": 7521,
      "loc": {
        "start": {
          "line": 245,
          "column": 48
        },
        "end": {
          "line": 245,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7530,
      "end": 7540,
      "loc": {
        "start": {
          "line": 246,
          "column": 8
        },
        "end": {
          "line": 246,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7540,
      "end": 7541,
      "loc": {
        "start": {
          "line": 246,
          "column": 18
        },
        "end": {
          "line": 246,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7541,
      "end": 7550,
      "loc": {
        "start": {
          "line": 246,
          "column": 19
        },
        "end": {
          "line": 246,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7550,
      "end": 7551,
      "loc": {
        "start": {
          "line": 246,
          "column": 28
        },
        "end": {
          "line": 246,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7552,
      "end": 7553,
      "loc": {
        "start": {
          "line": 246,
          "column": 30
        },
        "end": {
          "line": 246,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7554,
      "end": 7564,
      "loc": {
        "start": {
          "line": 246,
          "column": 32
        },
        "end": {
          "line": 246,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7564,
      "end": 7565,
      "loc": {
        "start": {
          "line": 246,
          "column": 42
        },
        "end": {
          "line": 246,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 7565,
      "end": 7574,
      "loc": {
        "start": {
          "line": 246,
          "column": 43
        },
        "end": {
          "line": 246,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7574,
      "end": 7575,
      "loc": {
        "start": {
          "line": 246,
          "column": 52
        },
        "end": {
          "line": 246,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7575,
      "end": 7576,
      "loc": {
        "start": {
          "line": 246,
          "column": 53
        },
        "end": {
          "line": 246,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 7576,
      "end": 7579,
      "loc": {
        "start": {
          "line": 246,
          "column": 54
        },
        "end": {
          "line": 246,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7579,
      "end": 7580,
      "loc": {
        "start": {
          "line": 246,
          "column": 57
        },
        "end": {
          "line": 246,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7580,
      "end": 7585,
      "loc": {
        "start": {
          "line": 246,
          "column": 58
        },
        "end": {
          "line": 246,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7586,
      "end": 7588,
      "loc": {
        "start": {
          "line": 246,
          "column": 64
        },
        "end": {
          "line": 246,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7589,
      "end": 7590,
      "loc": {
        "start": {
          "line": 246,
          "column": 67
        },
        "end": {
          "line": 246,
          "column": 68
        }
      }
    },
    {
      "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": 7601,
      "end": 7603,
      "loc": {
        "start": {
          "line": 247,
          "column": 10
        },
        "end": {
          "line": 247,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7604,
      "end": 7605,
      "loc": {
        "start": {
          "line": 247,
          "column": 13
        },
        "end": {
          "line": 247,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7605,
      "end": 7606,
      "loc": {
        "start": {
          "line": 247,
          "column": 14
        },
        "end": {
          "line": 247,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7606,
      "end": 7607,
      "loc": {
        "start": {
          "line": 247,
          "column": 15
        },
        "end": {
          "line": 247,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 7607,
      "end": 7620,
      "loc": {
        "start": {
          "line": 247,
          "column": 16
        },
        "end": {
          "line": 247,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7620,
      "end": 7621,
      "loc": {
        "start": {
          "line": 247,
          "column": 29
        },
        "end": {
          "line": 247,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7621,
      "end": 7626,
      "loc": {
        "start": {
          "line": 247,
          "column": 30
        },
        "end": {
          "line": 247,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7626,
      "end": 7627,
      "loc": {
        "start": {
          "line": 247,
          "column": 35
        },
        "end": {
          "line": 247,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7627,
      "end": 7628,
      "loc": {
        "start": {
          "line": 247,
          "column": 36
        },
        "end": {
          "line": 247,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7629,
      "end": 7630,
      "loc": {
        "start": {
          "line": 247,
          "column": 38
        },
        "end": {
          "line": 247,
          "column": 39
        }
      }
    },
    {
      "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": 7643,
      "end": 7649,
      "loc": {
        "start": {
          "line": 248,
          "column": 12
        },
        "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": "mapWhereFieldNames",
      "start": 7650,
      "end": 7668,
      "loc": {
        "start": {
          "line": 248,
          "column": 19
        },
        "end": {
          "line": 248,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7668,
      "end": 7669,
      "loc": {
        "start": {
          "line": 248,
          "column": 37
        },
        "end": {
          "line": 248,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7669,
      "end": 7674,
      "loc": {
        "start": {
          "line": 248,
          "column": 38
        },
        "end": {
          "line": 248,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7674,
      "end": 7675,
      "loc": {
        "start": {
          "line": 248,
          "column": 43
        },
        "end": {
          "line": 248,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 7676,
      "end": 7681,
      "loc": {
        "start": {
          "line": 248,
          "column": 45
        },
        "end": {
          "line": 248,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7681,
      "end": 7682,
      "loc": {
        "start": {
          "line": 248,
          "column": 50
        },
        "end": {
          "line": 248,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7682,
      "end": 7683,
      "loc": {
        "start": {
          "line": 248,
          "column": 51
        },
        "end": {
          "line": 248,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7694,
      "end": 7695,
      "loc": {
        "start": {
          "line": 249,
          "column": 10
        },
        "end": {
          "line": 249,
          "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": 7707,
      "end": 7713,
      "loc": {
        "start": {
          "line": 251,
          "column": 10
        },
        "end": {
          "line": 251,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "where",
      "start": 7714,
      "end": 7719,
      "loc": {
        "start": {
          "line": 251,
          "column": 17
        },
        "end": {
          "line": 251,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7719,
      "end": 7720,
      "loc": {
        "start": {
          "line": 251,
          "column": 22
        },
        "end": {
          "line": 251,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7729,
      "end": 7730,
      "loc": {
        "start": {
          "line": 252,
          "column": 8
        },
        "end": {
          "line": 252,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7730,
      "end": 7731,
      "loc": {
        "start": {
          "line": 252,
          "column": 9
        },
        "end": {
          "line": 252,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7731,
      "end": 7732,
      "loc": {
        "start": {
          "line": 252,
          "column": 10
        },
        "end": {
          "line": 252,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7739,
      "end": 7740,
      "loc": {
        "start": {
          "line": 253,
          "column": 6
        },
        "end": {
          "line": 253,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7745,
      "end": 7746,
      "loc": {
        "start": {
          "line": 254,
          "column": 4
        },
        "end": {
          "line": 254,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7749,
      "end": 7750,
      "loc": {
        "start": {
          "line": 255,
          "column": 2
        },
        "end": {
          "line": 255,
          "column": 3
        }
      }
    },
    {
      "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": 7754,
      "end": 7760,
      "loc": {
        "start": {
          "line": 257,
          "column": 2
        },
        "end": {
          "line": 257,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7761,
      "end": 7771,
      "loc": {
        "start": {
          "line": 257,
          "column": 9
        },
        "end": {
          "line": 257,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7771,
      "end": 7772,
      "loc": {
        "start": {
          "line": 257,
          "column": 19
        },
        "end": {
          "line": 257,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7773,
      "end": 7774,
      "loc": {
        "start": {
          "line": 258,
          "column": 0
        },
        "end": {
          "line": 258,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 7775,
      "end": 7782,
      "loc": {
        "start": {
          "line": 259,
          "column": 0
        },
        "end": {
          "line": 259,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7782,
      "end": 7783,
      "loc": {
        "start": {
          "line": 259,
          "column": 7
        },
        "end": {
          "line": 259,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapWhereFieldNames",
      "start": 7783,
      "end": 7801,
      "loc": {
        "start": {
          "line": 259,
          "column": 8
        },
        "end": {
          "line": 259,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7802,
      "end": 7803,
      "loc": {
        "start": {
          "line": 259,
          "column": 27
        },
        "end": {
          "line": 259,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapWhereFieldNames",
      "start": 7804,
      "end": 7822,
      "loc": {
        "start": {
          "line": 259,
          "column": 29
        },
        "end": {
          "line": 259,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7822,
      "end": 7823,
      "loc": {
        "start": {
          "line": 259,
          "column": 47
        },
        "end": {
          "line": 259,
          "column": 48
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " Used to map field names in values ",
      "start": 7825,
      "end": 7864,
      "loc": {
        "start": {
          "line": 261,
          "column": 0
        },
        "end": {
          "line": 261,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 7865,
      "end": 7873,
      "loc": {
        "start": {
          "line": 262,
          "column": 0
        },
        "end": {
          "line": 262,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapValueFieldNames",
      "start": 7874,
      "end": 7892,
      "loc": {
        "start": {
          "line": 262,
          "column": 9
        },
        "end": {
          "line": 262,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7892,
      "end": 7893,
      "loc": {
        "start": {
          "line": 262,
          "column": 27
        },
        "end": {
          "line": 262,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataValues",
      "start": 7893,
      "end": 7903,
      "loc": {
        "start": {
          "line": 262,
          "column": 28
        },
        "end": {
          "line": 262,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7903,
      "end": 7904,
      "loc": {
        "start": {
          "line": 262,
          "column": 38
        },
        "end": {
          "line": 262,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7905,
      "end": 7911,
      "loc": {
        "start": {
          "line": 262,
          "column": 40
        },
        "end": {
          "line": 262,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7911,
      "end": 7912,
      "loc": {
        "start": {
          "line": 262,
          "column": 46
        },
        "end": {
          "line": 262,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 7913,
      "end": 7918,
      "loc": {
        "start": {
          "line": 262,
          "column": 48
        },
        "end": {
          "line": 262,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7918,
      "end": 7919,
      "loc": {
        "start": {
          "line": 262,
          "column": 53
        },
        "end": {
          "line": 262,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7920,
      "end": 7921,
      "loc": {
        "start": {
          "line": 262,
          "column": 55
        },
        "end": {
          "line": 262,
          "column": 56
        }
      }
    },
    {
      "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": 7924,
      "end": 7929,
      "loc": {
        "start": {
          "line": 263,
          "column": 2
        },
        "end": {
          "line": 263,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 7930,
      "end": 7936,
      "loc": {
        "start": {
          "line": 263,
          "column": 8
        },
        "end": {
          "line": 263,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7937,
      "end": 7938,
      "loc": {
        "start": {
          "line": 263,
          "column": 15
        },
        "end": {
          "line": 263,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7939,
      "end": 7940,
      "loc": {
        "start": {
          "line": 263,
          "column": 17
        },
        "end": {
          "line": 263,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7940,
      "end": 7941,
      "loc": {
        "start": {
          "line": 263,
          "column": 18
        },
        "end": {
          "line": 263,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7941,
      "end": 7942,
      "loc": {
        "start": {
          "line": 263,
          "column": 19
        },
        "end": {
          "line": 263,
          "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": 7946,
      "end": 7949,
      "loc": {
        "start": {
          "line": 265,
          "column": 2
        },
        "end": {
          "line": 265,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7950,
      "end": 7951,
      "loc": {
        "start": {
          "line": 265,
          "column": 6
        },
        "end": {
          "line": 265,
          "column": 7
        }
      }
    },
    {
      "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": 7951,
      "end": 7956,
      "loc": {
        "start": {
          "line": 265,
          "column": 7
        },
        "end": {
          "line": 265,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 7957,
      "end": 7961,
      "loc": {
        "start": {
          "line": 265,
          "column": 13
        },
        "end": {
          "line": 265,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 7962,
      "end": 7964,
      "loc": {
        "start": {
          "line": 265,
          "column": 18
        },
        "end": {
          "line": 265,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7965,
      "end": 7971,
      "loc": {
        "start": {
          "line": 265,
          "column": 21
        },
        "end": {
          "line": 265,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7971,
      "end": 7972,
      "loc": {
        "start": {
          "line": 265,
          "column": 27
        },
        "end": {
          "line": 265,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7973,
      "end": 7974,
      "loc": {
        "start": {
          "line": 265,
          "column": 29
        },
        "end": {
          "line": 265,
          "column": 30
        }
      }
    },
    {
      "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": 7979,
      "end": 7981,
      "loc": {
        "start": {
          "line": 266,
          "column": 4
        },
        "end": {
          "line": 266,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7982,
      "end": 7983,
      "loc": {
        "start": {
          "line": 266,
          "column": 7
        },
        "end": {
          "line": 266,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataValues",
      "start": 7983,
      "end": 7993,
      "loc": {
        "start": {
          "line": 266,
          "column": 8
        },
        "end": {
          "line": 266,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7993,
      "end": 7994,
      "loc": {
        "start": {
          "line": 266,
          "column": 18
        },
        "end": {
          "line": 266,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 7994,
      "end": 7998,
      "loc": {
        "start": {
          "line": 266,
          "column": 19
        },
        "end": {
          "line": 266,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7998,
      "end": 7999,
      "loc": {
        "start": {
          "line": 266,
          "column": 23
        },
        "end": {
          "line": 266,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8000,
      "end": 8003,
      "loc": {
        "start": {
          "line": 266,
          "column": 25
        },
        "end": {
          "line": 266,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8004,
      "end": 8013,
      "loc": {
        "start": {
          "line": 266,
          "column": 29
        },
        "end": {
          "line": 266,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8014,
      "end": 8016,
      "loc": {
        "start": {
          "line": 266,
          "column": 39
        },
        "end": {
          "line": 266,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8017,
      "end": 8018,
      "loc": {
        "start": {
          "line": 266,
          "column": 42
        },
        "end": {
          "line": 266,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 8018,
      "end": 8023,
      "loc": {
        "start": {
          "line": 266,
          "column": 43
        },
        "end": {
          "line": 266,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8023,
      "end": 8024,
      "loc": {
        "start": {
          "line": 266,
          "column": 48
        },
        "end": {
          "line": 266,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_isVirtualAttribute",
      "start": 8024,
      "end": 8043,
      "loc": {
        "start": {
          "line": 266,
          "column": 49
        },
        "end": {
          "line": 266,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8043,
      "end": 8044,
      "loc": {
        "start": {
          "line": 266,
          "column": 68
        },
        "end": {
          "line": 266,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8044,
      "end": 8048,
      "loc": {
        "start": {
          "line": 266,
          "column": 69
        },
        "end": {
          "line": 266,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8048,
      "end": 8049,
      "loc": {
        "start": {
          "line": 266,
          "column": 73
        },
        "end": {
          "line": 266,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8049,
      "end": 8050,
      "loc": {
        "start": {
          "line": 266,
          "column": 74
        },
        "end": {
          "line": 266,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8051,
      "end": 8052,
      "loc": {
        "start": {
          "line": 266,
          "column": 76
        },
        "end": {
          "line": 266,
          "column": 77
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Field name mapping",
      "start": 8059,
      "end": 8080,
      "loc": {
        "start": {
          "line": 267,
          "column": 6
        },
        "end": {
          "line": 267,
          "column": 27
        }
      }
    },
    {
      "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": 8087,
      "end": 8089,
      "loc": {
        "start": {
          "line": 268,
          "column": 6
        },
        "end": {
          "line": 268,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8090,
      "end": 8091,
      "loc": {
        "start": {
          "line": 268,
          "column": 9
        },
        "end": {
          "line": 268,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 8091,
      "end": 8096,
      "loc": {
        "start": {
          "line": 268,
          "column": 10
        },
        "end": {
          "line": 268,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8096,
      "end": 8097,
      "loc": {
        "start": {
          "line": 268,
          "column": 15
        },
        "end": {
          "line": 268,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 8097,
      "end": 8110,
      "loc": {
        "start": {
          "line": 268,
          "column": 16
        },
        "end": {
          "line": 268,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8110,
      "end": 8111,
      "loc": {
        "start": {
          "line": 268,
          "column": 29
        },
        "end": {
          "line": 268,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8111,
      "end": 8115,
      "loc": {
        "start": {
          "line": 268,
          "column": 30
        },
        "end": {
          "line": 268,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8115,
      "end": 8116,
      "loc": {
        "start": {
          "line": 268,
          "column": 34
        },
        "end": {
          "line": 268,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8117,
      "end": 8119,
      "loc": {
        "start": {
          "line": 268,
          "column": 36
        },
        "end": {
          "line": 268,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 8120,
      "end": 8125,
      "loc": {
        "start": {
          "line": 268,
          "column": 39
        },
        "end": {
          "line": 268,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8125,
      "end": 8126,
      "loc": {
        "start": {
          "line": 268,
          "column": 44
        },
        "end": {
          "line": 268,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 8126,
      "end": 8139,
      "loc": {
        "start": {
          "line": 268,
          "column": 45
        },
        "end": {
          "line": 268,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8139,
      "end": 8140,
      "loc": {
        "start": {
          "line": 268,
          "column": 58
        },
        "end": {
          "line": 268,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8140,
      "end": 8144,
      "loc": {
        "start": {
          "line": 268,
          "column": 59
        },
        "end": {
          "line": 268,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8144,
      "end": 8145,
      "loc": {
        "start": {
          "line": 268,
          "column": 63
        },
        "end": {
          "line": 268,
          "column": 64
        }
      }
    },
    {
      "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": 268,
          "column": 64
        },
        "end": {
          "line": 268,
          "column": 65
        }
      }
    },
    {
      "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": 268,
          "column": 65
        },
        "end": {
          "line": 268,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8152,
      "end": 8154,
      "loc": {
        "start": {
          "line": 268,
          "column": 71
        },
        "end": {
          "line": 268,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 8155,
      "end": 8160,
      "loc": {
        "start": {
          "line": 268,
          "column": 74
        },
        "end": {
          "line": 268,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8160,
      "end": 8161,
      "loc": {
        "start": {
          "line": 268,
          "column": 79
        },
        "end": {
          "line": 268,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 8161,
      "end": 8174,
      "loc": {
        "start": {
          "line": 268,
          "column": 80
        },
        "end": {
          "line": 268,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8174,
      "end": 8175,
      "loc": {
        "start": {
          "line": 268,
          "column": 93
        },
        "end": {
          "line": 268,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8175,
      "end": 8179,
      "loc": {
        "start": {
          "line": 268,
          "column": 94
        },
        "end": {
          "line": 268,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8179,
      "end": 8180,
      "loc": {
        "start": {
          "line": 268,
          "column": 98
        },
        "end": {
          "line": 268,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8180,
      "end": 8181,
      "loc": {
        "start": {
          "line": 268,
          "column": 99
        },
        "end": {
          "line": 268,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8181,
      "end": 8186,
      "loc": {
        "start": {
          "line": 268,
          "column": 100
        },
        "end": {
          "line": 268,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8187,
      "end": 8190,
      "loc": {
        "start": {
          "line": 268,
          "column": 106
        },
        "end": {
          "line": 268,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8191,
      "end": 8195,
      "loc": {
        "start": {
          "line": 268,
          "column": 110
        },
        "end": {
          "line": 268,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8195,
      "end": 8196,
      "loc": {
        "start": {
          "line": 268,
          "column": 114
        },
        "end": {
          "line": 268,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8197,
      "end": 8198,
      "loc": {
        "start": {
          "line": 268,
          "column": 116
        },
        "end": {
          "line": 268,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 8207,
      "end": 8213,
      "loc": {
        "start": {
          "line": 269,
          "column": 8
        },
        "end": {
          "line": 269,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8213,
      "end": 8214,
      "loc": {
        "start": {
          "line": 269,
          "column": 14
        },
        "end": {
          "line": 269,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Model",
      "start": 8214,
      "end": 8219,
      "loc": {
        "start": {
          "line": 269,
          "column": 15
        },
        "end": {
          "line": 269,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8219,
      "end": 8220,
      "loc": {
        "start": {
          "line": 269,
          "column": 20
        },
        "end": {
          "line": 269,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 8220,
      "end": 8233,
      "loc": {
        "start": {
          "line": 269,
          "column": 21
        },
        "end": {
          "line": 269,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8233,
      "end": 8234,
      "loc": {
        "start": {
          "line": 269,
          "column": 34
        },
        "end": {
          "line": 269,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8234,
      "end": 8238,
      "loc": {
        "start": {
          "line": 269,
          "column": 35
        },
        "end": {
          "line": 269,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8238,
      "end": 8239,
      "loc": {
        "start": {
          "line": 269,
          "column": 39
        },
        "end": {
          "line": 269,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8239,
      "end": 8240,
      "loc": {
        "start": {
          "line": 269,
          "column": 40
        },
        "end": {
          "line": 269,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8240,
      "end": 8245,
      "loc": {
        "start": {
          "line": 269,
          "column": 41
        },
        "end": {
          "line": 269,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8245,
      "end": 8246,
      "loc": {
        "start": {
          "line": 269,
          "column": 46
        },
        "end": {
          "line": 269,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8247,
      "end": 8248,
      "loc": {
        "start": {
          "line": 269,
          "column": 48
        },
        "end": {
          "line": 269,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataValues",
      "start": 8249,
      "end": 8259,
      "loc": {
        "start": {
          "line": 269,
          "column": 50
        },
        "end": {
          "line": 269,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8259,
      "end": 8260,
      "loc": {
        "start": {
          "line": 269,
          "column": 60
        },
        "end": {
          "line": 269,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8260,
      "end": 8264,
      "loc": {
        "start": {
          "line": 269,
          "column": 61
        },
        "end": {
          "line": 269,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8264,
      "end": 8265,
      "loc": {
        "start": {
          "line": 269,
          "column": 65
        },
        "end": {
          "line": 269,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8265,
      "end": 8266,
      "loc": {
        "start": {
          "line": 269,
          "column": 66
        },
        "end": {
          "line": 269,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8273,
      "end": 8274,
      "loc": {
        "start": {
          "line": 270,
          "column": 6
        },
        "end": {
          "line": 270,
          "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": 8275,
      "end": 8279,
      "loc": {
        "start": {
          "line": 270,
          "column": 8
        },
        "end": {
          "line": 270,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8280,
      "end": 8281,
      "loc": {
        "start": {
          "line": 270,
          "column": 13
        },
        "end": {
          "line": 270,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 8290,
      "end": 8296,
      "loc": {
        "start": {
          "line": 271,
          "column": 8
        },
        "end": {
          "line": 271,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8296,
      "end": 8297,
      "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": "attr",
      "start": 8297,
      "end": 8301,
      "loc": {
        "start": {
          "line": 271,
          "column": 15
        },
        "end": {
          "line": 271,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8301,
      "end": 8302,
      "loc": {
        "start": {
          "line": 271,
          "column": 19
        },
        "end": {
          "line": 271,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8303,
      "end": 8304,
      "loc": {
        "start": {
          "line": 271,
          "column": 21
        },
        "end": {
          "line": 271,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataValues",
      "start": 8305,
      "end": 8315,
      "loc": {
        "start": {
          "line": 271,
          "column": 23
        },
        "end": {
          "line": 271,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8315,
      "end": 8316,
      "loc": {
        "start": {
          "line": 271,
          "column": 33
        },
        "end": {
          "line": 271,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 8316,
      "end": 8320,
      "loc": {
        "start": {
          "line": 271,
          "column": 34
        },
        "end": {
          "line": 271,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8320,
      "end": 8321,
      "loc": {
        "start": {
          "line": 271,
          "column": 38
        },
        "end": {
          "line": 271,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8321,
      "end": 8322,
      "loc": {
        "start": {
          "line": 271,
          "column": 39
        },
        "end": {
          "line": 271,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8329,
      "end": 8330,
      "loc": {
        "start": {
          "line": 272,
          "column": 6
        },
        "end": {
          "line": 272,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8335,
      "end": 8336,
      "loc": {
        "start": {
          "line": 273,
          "column": 4
        },
        "end": {
          "line": 273,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8339,
      "end": 8340,
      "loc": {
        "start": {
          "line": 274,
          "column": 2
        },
        "end": {
          "line": 274,
          "column": 3
        }
      }
    },
    {
      "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": 8344,
      "end": 8350,
      "loc": {
        "start": {
          "line": 276,
          "column": 2
        },
        "end": {
          "line": 276,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 8351,
      "end": 8357,
      "loc": {
        "start": {
          "line": 276,
          "column": 9
        },
        "end": {
          "line": 276,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8357,
      "end": 8358,
      "loc": {
        "start": {
          "line": 276,
          "column": 15
        },
        "end": {
          "line": 276,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8359,
      "end": 8360,
      "loc": {
        "start": {
          "line": 277,
          "column": 0
        },
        "end": {
          "line": 277,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 8361,
      "end": 8368,
      "loc": {
        "start": {
          "line": 278,
          "column": 0
        },
        "end": {
          "line": 278,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8368,
      "end": 8369,
      "loc": {
        "start": {
          "line": 278,
          "column": 7
        },
        "end": {
          "line": 278,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapValueFieldNames",
      "start": 8369,
      "end": 8387,
      "loc": {
        "start": {
          "line": 278,
          "column": 8
        },
        "end": {
          "line": 278,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8388,
      "end": 8389,
      "loc": {
        "start": {
          "line": 278,
          "column": 27
        },
        "end": {
          "line": 278,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapValueFieldNames",
      "start": 8390,
      "end": 8408,
      "loc": {
        "start": {
          "line": 278,
          "column": 29
        },
        "end": {
          "line": 278,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8408,
      "end": 8409,
      "loc": {
        "start": {
          "line": 278,
          "column": 47
        },
        "end": {
          "line": 278,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 8411,
      "end": 8419,
      "loc": {
        "start": {
          "line": 280,
          "column": 0
        },
        "end": {
          "line": 280,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isColString",
      "start": 8420,
      "end": 8431,
      "loc": {
        "start": {
          "line": 280,
          "column": 9
        },
        "end": {
          "line": 280,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8431,
      "end": 8432,
      "loc": {
        "start": {
          "line": 280,
          "column": 20
        },
        "end": {
          "line": 280,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8432,
      "end": 8437,
      "loc": {
        "start": {
          "line": 280,
          "column": 21
        },
        "end": {
          "line": 280,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8437,
      "end": 8438,
      "loc": {
        "start": {
          "line": 280,
          "column": 26
        },
        "end": {
          "line": 280,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8439,
      "end": 8440,
      "loc": {
        "start": {
          "line": 280,
          "column": 28
        },
        "end": {
          "line": 280,
          "column": 29
        }
      }
    },
    {
      "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": 8443,
      "end": 8449,
      "loc": {
        "start": {
          "line": 281,
          "column": 2
        },
        "end": {
          "line": 281,
          "column": 8
        }
      }
    },
    {
      "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": 8450,
      "end": 8456,
      "loc": {
        "start": {
          "line": 281,
          "column": 9
        },
        "end": {
          "line": 281,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8457,
      "end": 8462,
      "loc": {
        "start": {
          "line": 281,
          "column": 16
        },
        "end": {
          "line": 281,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8463,
      "end": 8466,
      "loc": {
        "start": {
          "line": 281,
          "column": 22
        },
        "end": {
          "line": 281,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 8467,
      "end": 8475,
      "loc": {
        "start": {
          "line": 281,
          "column": 26
        },
        "end": {
          "line": 281,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8476,
      "end": 8478,
      "loc": {
        "start": {
          "line": 281,
          "column": 35
        },
        "end": {
          "line": 281,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8479,
      "end": 8484,
      "loc": {
        "start": {
          "line": 281,
          "column": 38
        },
        "end": {
          "line": 281,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8484,
      "end": 8485,
      "loc": {
        "start": {
          "line": 281,
          "column": 43
        },
        "end": {
          "line": 281,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "substr",
      "start": 8485,
      "end": 8491,
      "loc": {
        "start": {
          "line": 281,
          "column": 44
        },
        "end": {
          "line": 281,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8491,
      "end": 8492,
      "loc": {
        "start": {
          "line": 281,
          "column": 50
        },
        "end": {
          "line": 281,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8492,
      "end": 8493,
      "loc": {
        "start": {
          "line": 281,
          "column": 51
        },
        "end": {
          "line": 281,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8493,
      "end": 8494,
      "loc": {
        "start": {
          "line": 281,
          "column": 52
        },
        "end": {
          "line": 281,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8495,
      "end": 8496,
      "loc": {
        "start": {
          "line": 281,
          "column": 54
        },
        "end": {
          "line": 281,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8496,
      "end": 8497,
      "loc": {
        "start": {
          "line": 281,
          "column": 55
        },
        "end": {
          "line": 281,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8498,
      "end": 8501,
      "loc": {
        "start": {
          "line": 281,
          "column": 57
        },
        "end": {
          "line": 281,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "$",
      "start": 8502,
      "end": 8505,
      "loc": {
        "start": {
          "line": 281,
          "column": 61
        },
        "end": {
          "line": 281,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8506,
      "end": 8508,
      "loc": {
        "start": {
          "line": 281,
          "column": 65
        },
        "end": {
          "line": 281,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8509,
      "end": 8514,
      "loc": {
        "start": {
          "line": 281,
          "column": 68
        },
        "end": {
          "line": 281,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8514,
      "end": 8515,
      "loc": {
        "start": {
          "line": 281,
          "column": 73
        },
        "end": {
          "line": 281,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "substr",
      "start": 8515,
      "end": 8521,
      "loc": {
        "start": {
          "line": 281,
          "column": 74
        },
        "end": {
          "line": 281,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8521,
      "end": 8522,
      "loc": {
        "start": {
          "line": 281,
          "column": 80
        },
        "end": {
          "line": 281,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8522,
      "end": 8527,
      "loc": {
        "start": {
          "line": 281,
          "column": 81
        },
        "end": {
          "line": 281,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8527,
      "end": 8528,
      "loc": {
        "start": {
          "line": 281,
          "column": 86
        },
        "end": {
          "line": 281,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 8528,
      "end": 8534,
      "loc": {
        "start": {
          "line": 281,
          "column": 87
        },
        "end": {
          "line": 281,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8535,
      "end": 8536,
      "loc": {
        "start": {
          "line": 281,
          "column": 94
        },
        "end": {
          "line": 281,
          "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": 8537,
      "end": 8538,
      "loc": {
        "start": {
          "line": 281,
          "column": 96
        },
        "end": {
          "line": 281,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8538,
      "end": 8539,
      "loc": {
        "start": {
          "line": 281,
          "column": 97
        },
        "end": {
          "line": 281,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8540,
      "end": 8541,
      "loc": {
        "start": {
          "line": 281,
          "column": 99
        },
        "end": {
          "line": 281,
          "column": 100
        }
      }
    },
    {
      "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": 281,
          "column": 100
        },
        "end": {
          "line": 281,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8543,
      "end": 8546,
      "loc": {
        "start": {
          "line": 281,
          "column": 102
        },
        "end": {
          "line": 281,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "$",
      "start": 8547,
      "end": 8550,
      "loc": {
        "start": {
          "line": 281,
          "column": 106
        },
        "end": {
          "line": 281,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8550,
      "end": 8551,
      "loc": {
        "start": {
          "line": 281,
          "column": 109
        },
        "end": {
          "line": 281,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8552,
      "end": 8553,
      "loc": {
        "start": {
          "line": 282,
          "column": 0
        },
        "end": {
          "line": 282,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 8554,
      "end": 8561,
      "loc": {
        "start": {
          "line": 283,
          "column": 0
        },
        "end": {
          "line": 283,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8561,
      "end": 8562,
      "loc": {
        "start": {
          "line": 283,
          "column": 7
        },
        "end": {
          "line": 283,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isColString",
      "start": 8562,
      "end": 8573,
      "loc": {
        "start": {
          "line": 283,
          "column": 8
        },
        "end": {
          "line": 283,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8574,
      "end": 8575,
      "loc": {
        "start": {
          "line": 283,
          "column": 20
        },
        "end": {
          "line": 283,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isColString",
      "start": 8576,
      "end": 8587,
      "loc": {
        "start": {
          "line": 283,
          "column": 22
        },
        "end": {
          "line": 283,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8587,
      "end": 8588,
      "loc": {
        "start": {
          "line": 283,
          "column": 33
        },
        "end": {
          "line": 283,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 8590,
      "end": 8598,
      "loc": {
        "start": {
          "line": 285,
          "column": 0
        },
        "end": {
          "line": 285,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "argsArePrimaryKeys",
      "start": 8599,
      "end": 8617,
      "loc": {
        "start": {
          "line": 285,
          "column": 9
        },
        "end": {
          "line": 285,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8617,
      "end": 8618,
      "loc": {
        "start": {
          "line": 285,
          "column": 27
        },
        "end": {
          "line": 285,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 8618,
      "end": 8622,
      "loc": {
        "start": {
          "line": 285,
          "column": 28
        },
        "end": {
          "line": 285,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8622,
      "end": 8623,
      "loc": {
        "start": {
          "line": 285,
          "column": 32
        },
        "end": {
          "line": 285,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 8624,
      "end": 8635,
      "loc": {
        "start": {
          "line": 285,
          "column": 34
        },
        "end": {
          "line": 285,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8635,
      "end": 8636,
      "loc": {
        "start": {
          "line": 285,
          "column": 45
        },
        "end": {
          "line": 285,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8637,
      "end": 8638,
      "loc": {
        "start": {
          "line": 285,
          "column": 47
        },
        "end": {
          "line": 285,
          "column": 48
        }
      }
    },
    {
      "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": 8641,
      "end": 8644,
      "loc": {
        "start": {
          "line": 286,
          "column": 2
        },
        "end": {
          "line": 286,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8645,
      "end": 8651,
      "loc": {
        "start": {
          "line": 286,
          "column": 6
        },
        "end": {
          "line": 286,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8652,
      "end": 8653,
      "loc": {
        "start": {
          "line": 286,
          "column": 13
        },
        "end": {
          "line": 286,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8654,
      "end": 8655,
      "loc": {
        "start": {
          "line": 286,
          "column": 15
        },
        "end": {
          "line": 286,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 8655,
      "end": 8659,
      "loc": {
        "start": {
          "line": 286,
          "column": 16
        },
        "end": {
          "line": 286,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8659,
      "end": 8660,
      "loc": {
        "start": {
          "line": 286,
          "column": 20
        },
        "end": {
          "line": 286,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 8660,
      "end": 8666,
      "loc": {
        "start": {
          "line": 286,
          "column": 21
        },
        "end": {
          "line": 286,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8667,
      "end": 8670,
      "loc": {
        "start": {
          "line": 286,
          "column": 28
        },
        "end": {
          "line": 286,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 8671,
      "end": 8677,
      "loc": {
        "start": {
          "line": 286,
          "column": 32
        },
        "end": {
          "line": 286,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8677,
      "end": 8678,
      "loc": {
        "start": {
          "line": 286,
          "column": 38
        },
        "end": {
          "line": 286,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 8678,
      "end": 8682,
      "loc": {
        "start": {
          "line": 286,
          "column": 39
        },
        "end": {
          "line": 286,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8682,
      "end": 8683,
      "loc": {
        "start": {
          "line": 286,
          "column": 43
        },
        "end": {
          "line": 286,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKeys",
      "start": 8683,
      "end": 8694,
      "loc": {
        "start": {
          "line": 286,
          "column": 44
        },
        "end": {
          "line": 286,
          "column": 55
        }
      }
    },
    {
      "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": 286,
          "column": 55
        },
        "end": {
          "line": 286,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8695,
      "end": 8696,
      "loc": {
        "start": {
          "line": 286,
          "column": 56
        },
        "end": {
          "line": 286,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 8696,
      "end": 8702,
      "loc": {
        "start": {
          "line": 286,
          "column": 57
        },
        "end": {
          "line": 286,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8702,
      "end": 8703,
      "loc": {
        "start": {
          "line": 286,
          "column": 63
        },
        "end": {
          "line": 286,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8703,
      "end": 8704,
      "loc": {
        "start": {
          "line": 286,
          "column": 64
        },
        "end": {
          "line": 286,
          "column": 65
        }
      }
    },
    {
      "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": 8707,
      "end": 8709,
      "loc": {
        "start": {
          "line": 287,
          "column": 2
        },
        "end": {
          "line": 287,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8710,
      "end": 8711,
      "loc": {
        "start": {
          "line": 287,
          "column": 5
        },
        "end": {
          "line": 287,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8711,
      "end": 8717,
      "loc": {
        "start": {
          "line": 287,
          "column": 6
        },
        "end": {
          "line": 287,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8717,
      "end": 8718,
      "loc": {
        "start": {
          "line": 287,
          "column": 12
        },
        "end": {
          "line": 287,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8719,
      "end": 8720,
      "loc": {
        "start": {
          "line": 287,
          "column": 14
        },
        "end": {
          "line": 287,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 8725,
      "end": 8726,
      "loc": {
        "start": {
          "line": 288,
          "column": 4
        },
        "end": {
          "line": 288,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8726,
      "end": 8727,
      "loc": {
        "start": {
          "line": 288,
          "column": 5
        },
        "end": {
          "line": 288,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 8727,
      "end": 8731,
      "loc": {
        "start": {
          "line": 288,
          "column": 6
        },
        "end": {
          "line": 288,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8731,
      "end": 8732,
      "loc": {
        "start": {
          "line": 288,
          "column": 10
        },
        "end": {
          "line": 288,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 8732,
      "end": 8736,
      "loc": {
        "start": {
          "line": 288,
          "column": 11
        },
        "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": 8736,
      "end": 8737,
      "loc": {
        "start": {
          "line": 288,
          "column": 15
        },
        "end": {
          "line": 288,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 8738,
      "end": 8741,
      "loc": {
        "start": {
          "line": 288,
          "column": 17
        },
        "end": {
          "line": 288,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8742,
      "end": 8744,
      "loc": {
        "start": {
          "line": 288,
          "column": 21
        },
        "end": {
          "line": 288,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8745,
      "end": 8746,
      "loc": {
        "start": {
          "line": 288,
          "column": 24
        },
        "end": {
          "line": 288,
          "column": 25
        }
      }
    },
    {
      "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": 8753,
      "end": 8755,
      "loc": {
        "start": {
          "line": 289,
          "column": 6
        },
        "end": {
          "line": 289,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8756,
      "end": 8757,
      "loc": {
        "start": {
          "line": 289,
          "column": 9
        },
        "end": {
          "line": 289,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8757,
      "end": 8763,
      "loc": {
        "start": {
          "line": 289,
          "column": 10
        },
        "end": {
          "line": 289,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8763,
      "end": 8764,
      "loc": {
        "start": {
          "line": 289,
          "column": 16
        },
        "end": {
          "line": 289,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8765,
      "end": 8766,
      "loc": {
        "start": {
          "line": 289,
          "column": 18
        },
        "end": {
          "line": 289,
          "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": 8775,
      "end": 8777,
      "loc": {
        "start": {
          "line": 290,
          "column": 8
        },
        "end": {
          "line": 290,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8778,
      "end": 8779,
      "loc": {
        "start": {
          "line": 290,
          "column": 11
        },
        "end": {
          "line": 290,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8779,
      "end": 8780,
      "loc": {
        "start": {
          "line": 290,
          "column": 12
        },
        "end": {
          "line": 290,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 8780,
      "end": 8788,
      "loc": {
        "start": {
          "line": 290,
          "column": 13
        },
        "end": {
          "line": 290,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8788,
      "end": 8789,
      "loc": {
        "start": {
          "line": 290,
          "column": 21
        },
        "end": {
          "line": 290,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 8790,
      "end": 8798,
      "loc": {
        "start": {
          "line": 290,
          "column": 23
        },
        "end": {
          "line": 290,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8798,
      "end": 8799,
      "loc": {
        "start": {
          "line": 290,
          "column": 31
        },
        "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": 8799,
      "end": 8800,
      "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": "indexOf",
      "start": 8800,
      "end": 8807,
      "loc": {
        "start": {
          "line": 290,
          "column": 33
        },
        "end": {
          "line": 290,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8807,
      "end": 8808,
      "loc": {
        "start": {
          "line": 290,
          "column": 40
        },
        "end": {
          "line": 290,
          "column": 41
        }
      }
    },
    {
      "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": 8808,
      "end": 8814,
      "loc": {
        "start": {
          "line": 290,
          "column": 41
        },
        "end": {
          "line": 290,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 8815,
      "end": 8818,
      "loc": {
        "start": {
          "line": 290,
          "column": 48
        },
        "end": {
          "line": 290,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8818,
      "end": 8819,
      "loc": {
        "start": {
          "line": 290,
          "column": 51
        },
        "end": {
          "line": 290,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8820,
      "end": 8823,
      "loc": {
        "start": {
          "line": 290,
          "column": 53
        },
        "end": {
          "line": 290,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8824,
      "end": 8825,
      "loc": {
        "start": {
          "line": 290,
          "column": 57
        },
        "end": {
          "line": 290,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8825,
      "end": 8826,
      "loc": {
        "start": {
          "line": 290,
          "column": 58
        },
        "end": {
          "line": 290,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8826,
      "end": 8827,
      "loc": {
        "start": {
          "line": 290,
          "column": 59
        },
        "end": {
          "line": 290,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8828,
      "end": 8829,
      "loc": {
        "start": {
          "line": 290,
          "column": 61
        },
        "end": {
          "line": 290,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8840,
      "end": 8846,
      "loc": {
        "start": {
          "line": 291,
          "column": 10
        },
        "end": {
          "line": 291,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8847,
      "end": 8848,
      "loc": {
        "start": {
          "line": 291,
          "column": 17
        },
        "end": {
          "line": 291,
          "column": 18
        }
      }
    },
    {
      "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": 8849,
      "end": 8853,
      "loc": {
        "start": {
          "line": 291,
          "column": 19
        },
        "end": {
          "line": 291,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8853,
      "end": 8854,
      "loc": {
        "start": {
          "line": 291,
          "column": 23
        },
        "end": {
          "line": 291,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8863,
      "end": 8864,
      "loc": {
        "start": {
          "line": 292,
          "column": 8
        },
        "end": {
          "line": 292,
          "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": 8865,
      "end": 8869,
      "loc": {
        "start": {
          "line": 292,
          "column": 10
        },
        "end": {
          "line": 292,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8870,
      "end": 8871,
      "loc": {
        "start": {
          "line": 292,
          "column": 15
        },
        "end": {
          "line": 292,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8882,
      "end": 8888,
      "loc": {
        "start": {
          "line": 293,
          "column": 10
        },
        "end": {
          "line": 293,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8889,
      "end": 8890,
      "loc": {
        "start": {
          "line": 293,
          "column": 17
        },
        "end": {
          "line": 293,
          "column": 18
        }
      }
    },
    {
      "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": 293,
          "column": 19
        },
        "end": {
          "line": 293,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 8892,
      "end": 8895,
      "loc": {
        "start": {
          "line": 293,
          "column": 20
        },
        "end": {
          "line": 293,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 8896,
      "end": 8906,
      "loc": {
        "start": {
          "line": 293,
          "column": 24
        },
        "end": {
          "line": 293,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 8907,
      "end": 8911,
      "loc": {
        "start": {
          "line": 293,
          "column": 35
        },
        "end": {
          "line": 293,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8911,
      "end": 8912,
      "loc": {
        "start": {
          "line": 293,
          "column": 39
        },
        "end": {
          "line": 293,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8913,
      "end": 8915,
      "loc": {
        "start": {
          "line": 293,
          "column": 41
        },
        "end": {
          "line": 293,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 8916,
      "end": 8922,
      "loc": {
        "start": {
          "line": 293,
          "column": 44
        },
        "end": {
          "line": 293,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8922,
      "end": 8923,
      "loc": {
        "start": {
          "line": 293,
          "column": 50
        },
        "end": {
          "line": 293,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBuffer",
      "start": 8923,
      "end": 8931,
      "loc": {
        "start": {
          "line": 293,
          "column": 51
        },
        "end": {
          "line": 293,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8931,
      "end": 8932,
      "loc": {
        "start": {
          "line": 293,
          "column": 59
        },
        "end": {
          "line": 293,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 8932,
      "end": 8935,
      "loc": {
        "start": {
          "line": 293,
          "column": 60
        },
        "end": {
          "line": 293,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8935,
      "end": 8936,
      "loc": {
        "start": {
          "line": 293,
          "column": 63
        },
        "end": {
          "line": 293,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8936,
      "end": 8937,
      "loc": {
        "start": {
          "line": 293,
          "column": 64
        },
        "end": {
          "line": 293,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8946,
      "end": 8947,
      "loc": {
        "start": {
          "line": 294,
          "column": 8
        },
        "end": {
          "line": 294,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8954,
      "end": 8955,
      "loc": {
        "start": {
          "line": 295,
          "column": 6
        },
        "end": {
          "line": 295,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8960,
      "end": 8961,
      "loc": {
        "start": {
          "line": 296,
          "column": 4
        },
        "end": {
          "line": 296,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8961,
      "end": 8962,
      "loc": {
        "start": {
          "line": 296,
          "column": 5
        },
        "end": {
          "line": 296,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8962,
      "end": 8963,
      "loc": {
        "start": {
          "line": 296,
          "column": 6
        },
        "end": {
          "line": 296,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8966,
      "end": 8967,
      "loc": {
        "start": {
          "line": 297,
          "column": 2
        },
        "end": {
          "line": 297,
          "column": 3
        }
      }
    },
    {
      "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": 8970,
      "end": 8976,
      "loc": {
        "start": {
          "line": 298,
          "column": 2
        },
        "end": {
          "line": 298,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8977,
      "end": 8983,
      "loc": {
        "start": {
          "line": 298,
          "column": 9
        },
        "end": {
          "line": 298,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8983,
      "end": 8984,
      "loc": {
        "start": {
          "line": 298,
          "column": 15
        },
        "end": {
          "line": 298,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8985,
      "end": 8986,
      "loc": {
        "start": {
          "line": 299,
          "column": 0
        },
        "end": {
          "line": 299,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 8987,
      "end": 8994,
      "loc": {
        "start": {
          "line": 300,
          "column": 0
        },
        "end": {
          "line": 300,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8994,
      "end": 8995,
      "loc": {
        "start": {
          "line": 300,
          "column": 7
        },
        "end": {
          "line": 300,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "argsArePrimaryKeys",
      "start": 8995,
      "end": 9013,
      "loc": {
        "start": {
          "line": 300,
          "column": 8
        },
        "end": {
          "line": 300,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9014,
      "end": 9015,
      "loc": {
        "start": {
          "line": 300,
          "column": 27
        },
        "end": {
          "line": 300,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "argsArePrimaryKeys",
      "start": 9016,
      "end": 9034,
      "loc": {
        "start": {
          "line": 300,
          "column": 29
        },
        "end": {
          "line": 300,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9034,
      "end": 9035,
      "loc": {
        "start": {
          "line": 300,
          "column": 47
        },
        "end": {
          "line": 300,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9037,
      "end": 9045,
      "loc": {
        "start": {
          "line": 302,
          "column": 0
        },
        "end": {
          "line": 302,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "canTreatArrayAsAnd",
      "start": 9046,
      "end": 9064,
      "loc": {
        "start": {
          "line": 302,
          "column": 9
        },
        "end": {
          "line": 302,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9064,
      "end": 9065,
      "loc": {
        "start": {
          "line": 302,
          "column": 27
        },
        "end": {
          "line": 302,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arr",
      "start": 9065,
      "end": 9068,
      "loc": {
        "start": {
          "line": 302,
          "column": 28
        },
        "end": {
          "line": 302,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9068,
      "end": 9069,
      "loc": {
        "start": {
          "line": 302,
          "column": 31
        },
        "end": {
          "line": 302,
          "column": 32
        }
      }
    },
    {
      "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": 302,
          "column": 33
        },
        "end": {
          "line": 302,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9074,
      "end": 9080,
      "loc": {
        "start": {
          "line": 303,
          "column": 2
        },
        "end": {
          "line": 303,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arr",
      "start": 9081,
      "end": 9084,
      "loc": {
        "start": {
          "line": 303,
          "column": 9
        },
        "end": {
          "line": 303,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9084,
      "end": 9085,
      "loc": {
        "start": {
          "line": 303,
          "column": 12
        },
        "end": {
          "line": 303,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 9085,
      "end": 9091,
      "loc": {
        "start": {
          "line": 303,
          "column": 13
        },
        "end": {
          "line": 303,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9091,
      "end": 9092,
      "loc": {
        "start": {
          "line": 303,
          "column": 19
        },
        "end": {
          "line": 303,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9092,
      "end": 9093,
      "loc": {
        "start": {
          "line": 303,
          "column": 20
        },
        "end": {
          "line": 303,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "treatAsAnd",
      "start": 9093,
      "end": 9103,
      "loc": {
        "start": {
          "line": 303,
          "column": 21
        },
        "end": {
          "line": 303,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9103,
      "end": 9104,
      "loc": {
        "start": {
          "line": 303,
          "column": 31
        },
        "end": {
          "line": 303,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 9105,
      "end": 9108,
      "loc": {
        "start": {
          "line": 303,
          "column": 33
        },
        "end": {
          "line": 303,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9108,
      "end": 9109,
      "loc": {
        "start": {
          "line": 303,
          "column": 36
        },
        "end": {
          "line": 303,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9110,
      "end": 9112,
      "loc": {
        "start": {
          "line": 303,
          "column": 38
        },
        "end": {
          "line": 303,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9113,
      "end": 9114,
      "loc": {
        "start": {
          "line": 303,
          "column": 41
        },
        "end": {
          "line": 303,
          "column": 42
        }
      }
    },
    {
      "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": 9119,
      "end": 9121,
      "loc": {
        "start": {
          "line": 304,
          "column": 4
        },
        "end": {
          "line": 304,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9122,
      "end": 9123,
      "loc": {
        "start": {
          "line": 304,
          "column": 7
        },
        "end": {
          "line": 304,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "treatAsAnd",
      "start": 9123,
      "end": 9133,
      "loc": {
        "start": {
          "line": 304,
          "column": 8
        },
        "end": {
          "line": 304,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9133,
      "end": 9134,
      "loc": {
        "start": {
          "line": 304,
          "column": 18
        },
        "end": {
          "line": 304,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9135,
      "end": 9136,
      "loc": {
        "start": {
          "line": 304,
          "column": 20
        },
        "end": {
          "line": 304,
          "column": 21
        }
      }
    },
    {
      "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": 9143,
      "end": 9149,
      "loc": {
        "start": {
          "line": 305,
          "column": 6
        },
        "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": "treatAsAnd",
      "start": 9150,
      "end": 9160,
      "loc": {
        "start": {
          "line": 305,
          "column": 13
        },
        "end": {
          "line": 305,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9160,
      "end": 9161,
      "loc": {
        "start": {
          "line": 305,
          "column": 23
        },
        "end": {
          "line": 305,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9166,
      "end": 9167,
      "loc": {
        "start": {
          "line": 306,
          "column": 4
        },
        "end": {
          "line": 306,
          "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": 9168,
      "end": 9172,
      "loc": {
        "start": {
          "line": 306,
          "column": 6
        },
        "end": {
          "line": 306,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9173,
      "end": 9174,
      "loc": {
        "start": {
          "line": 306,
          "column": 11
        },
        "end": {
          "line": 306,
          "column": 12
        }
      }
    },
    {
      "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": 9181,
      "end": 9187,
      "loc": {
        "start": {
          "line": 307,
          "column": 6
        },
        "end": {
          "line": 307,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9188,
      "end": 9189,
      "loc": {
        "start": {
          "line": 307,
          "column": 13
        },
        "end": {
          "line": 307,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9189,
      "end": 9190,
      "loc": {
        "start": {
          "line": 307,
          "column": 14
        },
        "end": {
          "line": 307,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 9190,
      "end": 9203,
      "loc": {
        "start": {
          "line": 307,
          "column": 15
        },
        "end": {
          "line": 307,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9203,
      "end": 9204,
      "loc": {
        "start": {
          "line": 307,
          "column": 28
        },
        "end": {
          "line": 307,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arg",
      "start": 9204,
      "end": 9207,
      "loc": {
        "start": {
          "line": 307,
          "column": 29
        },
        "end": {
          "line": 307,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9207,
      "end": 9208,
      "loc": {
        "start": {
          "line": 307,
          "column": 32
        },
        "end": {
          "line": 307,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9208,
      "end": 9209,
      "loc": {
        "start": {
          "line": 307,
          "column": 33
        },
        "end": {
          "line": 307,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9214,
      "end": 9215,
      "loc": {
        "start": {
          "line": 308,
          "column": 4
        },
        "end": {
          "line": 308,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9218,
      "end": 9219,
      "loc": {
        "start": {
          "line": 309,
          "column": 2
        },
        "end": {
          "line": 309,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9219,
      "end": 9220,
      "loc": {
        "start": {
          "line": 309,
          "column": 3
        },
        "end": {
          "line": 309,
          "column": 4
        }
      }
    },
    {
      "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": 9221,
      "end": 9226,
      "loc": {
        "start": {
          "line": 309,
          "column": 5
        },
        "end": {
          "line": 309,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9226,
      "end": 9227,
      "loc": {
        "start": {
          "line": 309,
          "column": 10
        },
        "end": {
          "line": 309,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9227,
      "end": 9228,
      "loc": {
        "start": {
          "line": 309,
          "column": 11
        },
        "end": {
          "line": 309,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9229,
      "end": 9230,
      "loc": {
        "start": {
          "line": 310,
          "column": 0
        },
        "end": {
          "line": 310,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 9231,
      "end": 9238,
      "loc": {
        "start": {
          "line": 311,
          "column": 0
        },
        "end": {
          "line": 311,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9238,
      "end": 9239,
      "loc": {
        "start": {
          "line": 311,
          "column": 7
        },
        "end": {
          "line": 311,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "canTreatArrayAsAnd",
      "start": 9239,
      "end": 9257,
      "loc": {
        "start": {
          "line": 311,
          "column": 8
        },
        "end": {
          "line": 311,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9258,
      "end": 9259,
      "loc": {
        "start": {
          "line": 311,
          "column": 27
        },
        "end": {
          "line": 311,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "canTreatArrayAsAnd",
      "start": 9260,
      "end": 9278,
      "loc": {
        "start": {
          "line": 311,
          "column": 29
        },
        "end": {
          "line": 311,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9278,
      "end": 9279,
      "loc": {
        "start": {
          "line": 311,
          "column": 47
        },
        "end": {
          "line": 311,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9281,
      "end": 9289,
      "loc": {
        "start": {
          "line": 313,
          "column": 0
        },
        "end": {
          "line": 313,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "combineTableNames",
      "start": 9290,
      "end": 9307,
      "loc": {
        "start": {
          "line": 313,
          "column": 9
        },
        "end": {
          "line": 313,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9307,
      "end": 9308,
      "loc": {
        "start": {
          "line": 313,
          "column": 26
        },
        "end": {
          "line": 313,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName1",
      "start": 9308,
      "end": 9318,
      "loc": {
        "start": {
          "line": 313,
          "column": 27
        },
        "end": {
          "line": 313,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9318,
      "end": 9319,
      "loc": {
        "start": {
          "line": 313,
          "column": 37
        },
        "end": {
          "line": 313,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName2",
      "start": 9320,
      "end": 9330,
      "loc": {
        "start": {
          "line": 313,
          "column": 39
        },
        "end": {
          "line": 313,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9330,
      "end": 9331,
      "loc": {
        "start": {
          "line": 313,
          "column": 49
        },
        "end": {
          "line": 313,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9332,
      "end": 9333,
      "loc": {
        "start": {
          "line": 313,
          "column": 51
        },
        "end": {
          "line": 313,
          "column": 52
        }
      }
    },
    {
      "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": 9336,
      "end": 9342,
      "loc": {
        "start": {
          "line": 314,
          "column": 2
        },
        "end": {
          "line": 314,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9343,
      "end": 9344,
      "loc": {
        "start": {
          "line": 314,
          "column": 9
        },
        "end": {
          "line": 314,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName1",
      "start": 9344,
      "end": 9354,
      "loc": {
        "start": {
          "line": 314,
          "column": 10
        },
        "end": {
          "line": 314,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9354,
      "end": 9355,
      "loc": {
        "start": {
          "line": 314,
          "column": 20
        },
        "end": {
          "line": 314,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 9355,
      "end": 9366,
      "loc": {
        "start": {
          "line": 314,
          "column": 21
        },
        "end": {
          "line": 314,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9366,
      "end": 9367,
      "loc": {
        "start": {
          "line": 314,
          "column": 32
        },
        "end": {
          "line": 314,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9367,
      "end": 9368,
      "loc": {
        "start": {
          "line": 314,
          "column": 33
        },
        "end": {
          "line": 314,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 9369,
      "end": 9370,
      "loc": {
        "start": {
          "line": 314,
          "column": 35
        },
        "end": {
          "line": 314,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName2",
      "start": 9371,
      "end": 9381,
      "loc": {
        "start": {
          "line": 314,
          "column": 37
        },
        "end": {
          "line": 314,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9381,
      "end": 9382,
      "loc": {
        "start": {
          "line": 314,
          "column": 47
        },
        "end": {
          "line": 314,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 9382,
      "end": 9393,
      "loc": {
        "start": {
          "line": 314,
          "column": 48
        },
        "end": {
          "line": 314,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9393,
      "end": 9394,
      "loc": {
        "start": {
          "line": 314,
          "column": 59
        },
        "end": {
          "line": 314,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9394,
      "end": 9395,
      "loc": {
        "start": {
          "line": 314,
          "column": 60
        },
        "end": {
          "line": 314,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9395,
      "end": 9396,
      "loc": {
        "start": {
          "line": 314,
          "column": 61
        },
        "end": {
          "line": 314,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9397,
      "end": 9398,
      "loc": {
        "start": {
          "line": 314,
          "column": 63
        },
        "end": {
          "line": 314,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9399,
      "end": 9400,
      "loc": {
        "start": {
          "line": 314,
          "column": 65
        },
        "end": {
          "line": 314,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName1",
      "start": 9400,
      "end": 9410,
      "loc": {
        "start": {
          "line": 314,
          "column": 66
        },
        "end": {
          "line": 314,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9411,
      "end": 9412,
      "loc": {
        "start": {
          "line": 314,
          "column": 77
        },
        "end": {
          "line": 314,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName2",
      "start": 9413,
      "end": 9423,
      "loc": {
        "start": {
          "line": 314,
          "column": 79
        },
        "end": {
          "line": 314,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9423,
      "end": 9424,
      "loc": {
        "start": {
          "line": 314,
          "column": 89
        },
        "end": {
          "line": 314,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9425,
      "end": 9426,
      "loc": {
        "start": {
          "line": 314,
          "column": 91
        },
        "end": {
          "line": 314,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9427,
      "end": 9428,
      "loc": {
        "start": {
          "line": 314,
          "column": 93
        },
        "end": {
          "line": 314,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName2",
      "start": 9428,
      "end": 9438,
      "loc": {
        "start": {
          "line": 314,
          "column": 94
        },
        "end": {
          "line": 314,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9439,
      "end": 9440,
      "loc": {
        "start": {
          "line": 314,
          "column": 105
        },
        "end": {
          "line": 314,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName1",
      "start": 9441,
      "end": 9451,
      "loc": {
        "start": {
          "line": 314,
          "column": 107
        },
        "end": {
          "line": 314,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9451,
      "end": 9452,
      "loc": {
        "start": {
          "line": 314,
          "column": 117
        },
        "end": {
          "line": 314,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9452,
      "end": 9453,
      "loc": {
        "start": {
          "line": 314,
          "column": 118
        },
        "end": {
          "line": 314,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9454,
      "end": 9455,
      "loc": {
        "start": {
          "line": 315,
          "column": 0
        },
        "end": {
          "line": 315,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 9456,
      "end": 9463,
      "loc": {
        "start": {
          "line": 316,
          "column": 0
        },
        "end": {
          "line": 316,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9463,
      "end": 9464,
      "loc": {
        "start": {
          "line": 316,
          "column": 7
        },
        "end": {
          "line": 316,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "combineTableNames",
      "start": 9464,
      "end": 9481,
      "loc": {
        "start": {
          "line": 316,
          "column": 8
        },
        "end": {
          "line": 316,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9482,
      "end": 9483,
      "loc": {
        "start": {
          "line": 316,
          "column": 26
        },
        "end": {
          "line": 316,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "combineTableNames",
      "start": 9484,
      "end": 9501,
      "loc": {
        "start": {
          "line": 316,
          "column": 28
        },
        "end": {
          "line": 316,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9501,
      "end": 9502,
      "loc": {
        "start": {
          "line": 316,
          "column": 45
        },
        "end": {
          "line": 316,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9504,
      "end": 9512,
      "loc": {
        "start": {
          "line": 318,
          "column": 0
        },
        "end": {
          "line": 318,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "singularize",
      "start": 9513,
      "end": 9524,
      "loc": {
        "start": {
          "line": 318,
          "column": 9
        },
        "end": {
          "line": 318,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9524,
      "end": 9525,
      "loc": {
        "start": {
          "line": 318,
          "column": 20
        },
        "end": {
          "line": 318,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 9525,
      "end": 9528,
      "loc": {
        "start": {
          "line": 318,
          "column": 21
        },
        "end": {
          "line": 318,
          "column": 24
        }
      }
    },
    {
      "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": 318,
          "column": 24
        },
        "end": {
          "line": 318,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9530,
      "end": 9531,
      "loc": {
        "start": {
          "line": 318,
          "column": 26
        },
        "end": {
          "line": 318,
          "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": 9534,
      "end": 9540,
      "loc": {
        "start": {
          "line": 319,
          "column": 2
        },
        "end": {
          "line": 319,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inflection",
      "start": 9541,
      "end": 9551,
      "loc": {
        "start": {
          "line": 319,
          "column": 9
        },
        "end": {
          "line": 319,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9551,
      "end": 9552,
      "loc": {
        "start": {
          "line": 319,
          "column": 19
        },
        "end": {
          "line": 319,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "singularize",
      "start": 9552,
      "end": 9563,
      "loc": {
        "start": {
          "line": 319,
          "column": 20
        },
        "end": {
          "line": 319,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9563,
      "end": 9564,
      "loc": {
        "start": {
          "line": 319,
          "column": 31
        },
        "end": {
          "line": 319,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 9564,
      "end": 9567,
      "loc": {
        "start": {
          "line": 319,
          "column": 32
        },
        "end": {
          "line": 319,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9567,
      "end": 9568,
      "loc": {
        "start": {
          "line": 319,
          "column": 35
        },
        "end": {
          "line": 319,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9568,
      "end": 9569,
      "loc": {
        "start": {
          "line": 319,
          "column": 36
        },
        "end": {
          "line": 319,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9570,
      "end": 9571,
      "loc": {
        "start": {
          "line": 320,
          "column": 0
        },
        "end": {
          "line": 320,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 9572,
      "end": 9579,
      "loc": {
        "start": {
          "line": 321,
          "column": 0
        },
        "end": {
          "line": 321,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9579,
      "end": 9580,
      "loc": {
        "start": {
          "line": 321,
          "column": 7
        },
        "end": {
          "line": 321,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "singularize",
      "start": 9580,
      "end": 9591,
      "loc": {
        "start": {
          "line": 321,
          "column": 8
        },
        "end": {
          "line": 321,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9592,
      "end": 9593,
      "loc": {
        "start": {
          "line": 321,
          "column": 20
        },
        "end": {
          "line": 321,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "singularize",
      "start": 9594,
      "end": 9605,
      "loc": {
        "start": {
          "line": 321,
          "column": 22
        },
        "end": {
          "line": 321,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9605,
      "end": 9606,
      "loc": {
        "start": {
          "line": 321,
          "column": 33
        },
        "end": {
          "line": 321,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9608,
      "end": 9616,
      "loc": {
        "start": {
          "line": 323,
          "column": 0
        },
        "end": {
          "line": 323,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pluralize",
      "start": 9617,
      "end": 9626,
      "loc": {
        "start": {
          "line": 323,
          "column": 9
        },
        "end": {
          "line": 323,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9626,
      "end": 9627,
      "loc": {
        "start": {
          "line": 323,
          "column": 18
        },
        "end": {
          "line": 323,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 9627,
      "end": 9630,
      "loc": {
        "start": {
          "line": 323,
          "column": 19
        },
        "end": {
          "line": 323,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9630,
      "end": 9631,
      "loc": {
        "start": {
          "line": 323,
          "column": 22
        },
        "end": {
          "line": 323,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9632,
      "end": 9633,
      "loc": {
        "start": {
          "line": 323,
          "column": 24
        },
        "end": {
          "line": 323,
          "column": 25
        }
      }
    },
    {
      "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": 9636,
      "end": 9642,
      "loc": {
        "start": {
          "line": 324,
          "column": 2
        },
        "end": {
          "line": 324,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inflection",
      "start": 9643,
      "end": 9653,
      "loc": {
        "start": {
          "line": 324,
          "column": 9
        },
        "end": {
          "line": 324,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9653,
      "end": 9654,
      "loc": {
        "start": {
          "line": 324,
          "column": 19
        },
        "end": {
          "line": 324,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pluralize",
      "start": 9654,
      "end": 9663,
      "loc": {
        "start": {
          "line": 324,
          "column": 20
        },
        "end": {
          "line": 324,
          "column": 29
        }
      }
    },
    {
      "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": 324,
          "column": 29
        },
        "end": {
          "line": 324,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "str",
      "start": 9664,
      "end": 9667,
      "loc": {
        "start": {
          "line": 324,
          "column": 30
        },
        "end": {
          "line": 324,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9667,
      "end": 9668,
      "loc": {
        "start": {
          "line": 324,
          "column": 33
        },
        "end": {
          "line": 324,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9668,
      "end": 9669,
      "loc": {
        "start": {
          "line": 324,
          "column": 34
        },
        "end": {
          "line": 324,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9670,
      "end": 9671,
      "loc": {
        "start": {
          "line": 325,
          "column": 0
        },
        "end": {
          "line": 325,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 9672,
      "end": 9679,
      "loc": {
        "start": {
          "line": 326,
          "column": 0
        },
        "end": {
          "line": 326,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9679,
      "end": 9680,
      "loc": {
        "start": {
          "line": 326,
          "column": 7
        },
        "end": {
          "line": 326,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pluralize",
      "start": 9680,
      "end": 9689,
      "loc": {
        "start": {
          "line": 326,
          "column": 8
        },
        "end": {
          "line": 326,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9690,
      "end": 9691,
      "loc": {
        "start": {
          "line": 326,
          "column": 18
        },
        "end": {
          "line": 326,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pluralize",
      "start": 9692,
      "end": 9701,
      "loc": {
        "start": {
          "line": 326,
          "column": 20
        },
        "end": {
          "line": 326,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9701,
      "end": 9702,
      "loc": {
        "start": {
          "line": 326,
          "column": 29
        },
        "end": {
          "line": 326,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9704,
      "end": 9712,
      "loc": {
        "start": {
          "line": 328,
          "column": 0
        },
        "end": {
          "line": 328,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeCommentsFromFunctionString",
      "start": 9713,
      "end": 9745,
      "loc": {
        "start": {
          "line": 328,
          "column": 9
        },
        "end": {
          "line": 328,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9745,
      "end": 9746,
      "loc": {
        "start": {
          "line": 328,
          "column": 41
        },
        "end": {
          "line": 328,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 9746,
      "end": 9747,
      "loc": {
        "start": {
          "line": 328,
          "column": 42
        },
        "end": {
          "line": 328,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9747,
      "end": 9748,
      "loc": {
        "start": {
          "line": 328,
          "column": 43
        },
        "end": {
          "line": 328,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9749,
      "end": 9750,
      "loc": {
        "start": {
          "line": 328,
          "column": 45
        },
        "end": {
          "line": 328,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 9753,
      "end": 9754,
      "loc": {
        "start": {
          "line": 329,
          "column": 2
        },
        "end": {
          "line": 329,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9755,
      "end": 9756,
      "loc": {
        "start": {
          "line": 329,
          "column": 4
        },
        "end": {
          "line": 329,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 9757,
      "end": 9758,
      "loc": {
        "start": {
          "line": 329,
          "column": 6
        },
        "end": {
          "line": 329,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9758,
      "end": 9759,
      "loc": {
        "start": {
          "line": 329,
          "column": 7
        },
        "end": {
          "line": 329,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 9759,
      "end": 9766,
      "loc": {
        "start": {
          "line": 329,
          "column": 8
        },
        "end": {
          "line": 329,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9766,
      "end": 9767,
      "loc": {
        "start": {
          "line": 329,
          "column": 15
        },
        "end": {
          "line": 329,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "\\s*(\\/\\/.*)",
        "flags": "g"
      },
      "start": 9767,
      "end": 9781,
      "loc": {
        "start": {
          "line": 329,
          "column": 16
        },
        "end": {
          "line": 329,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9781,
      "end": 9782,
      "loc": {
        "start": {
          "line": 329,
          "column": 30
        },
        "end": {
          "line": 329,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 9783,
      "end": 9785,
      "loc": {
        "start": {
          "line": 329,
          "column": 32
        },
        "end": {
          "line": 329,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9785,
      "end": 9786,
      "loc": {
        "start": {
          "line": 329,
          "column": 34
        },
        "end": {
          "line": 329,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9786,
      "end": 9787,
      "loc": {
        "start": {
          "line": 329,
          "column": 35
        },
        "end": {
          "line": 329,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 330,
          "column": 2
        },
        "end": {
          "line": 330,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9792,
      "end": 9793,
      "loc": {
        "start": {
          "line": 330,
          "column": 4
        },
        "end": {
          "line": 330,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 9794,
      "end": 9795,
      "loc": {
        "start": {
          "line": 330,
          "column": 6
        },
        "end": {
          "line": 330,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9795,
      "end": 9796,
      "loc": {
        "start": {
          "line": 330,
          "column": 7
        },
        "end": {
          "line": 330,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 9796,
      "end": 9803,
      "loc": {
        "start": {
          "line": 330,
          "column": 8
        },
        "end": {
          "line": 330,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9803,
      "end": 9804,
      "loc": {
        "start": {
          "line": 330,
          "column": 15
        },
        "end": {
          "line": 330,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "(\\/\\*[\\n\\r\\s\\S]*?\\*\\/)",
        "flags": "mg"
      },
      "start": 9804,
      "end": 9830,
      "loc": {
        "start": {
          "line": 330,
          "column": 16
        },
        "end": {
          "line": 330,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9830,
      "end": 9831,
      "loc": {
        "start": {
          "line": 330,
          "column": 42
        },
        "end": {
          "line": 330,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 9832,
      "end": 9834,
      "loc": {
        "start": {
          "line": 330,
          "column": 44
        },
        "end": {
          "line": 330,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9834,
      "end": 9835,
      "loc": {
        "start": {
          "line": 330,
          "column": 46
        },
        "end": {
          "line": 330,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9835,
      "end": 9836,
      "loc": {
        "start": {
          "line": 330,
          "column": 47
        },
        "end": {
          "line": 330,
          "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": 9840,
      "end": 9846,
      "loc": {
        "start": {
          "line": 332,
          "column": 2
        },
        "end": {
          "line": 332,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 9847,
      "end": 9848,
      "loc": {
        "start": {
          "line": 332,
          "column": 9
        },
        "end": {
          "line": 332,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9848,
      "end": 9849,
      "loc": {
        "start": {
          "line": 332,
          "column": 10
        },
        "end": {
          "line": 332,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9850,
      "end": 9851,
      "loc": {
        "start": {
          "line": 333,
          "column": 0
        },
        "end": {
          "line": 333,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 9852,
      "end": 9859,
      "loc": {
        "start": {
          "line": 334,
          "column": 0
        },
        "end": {
          "line": 334,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9859,
      "end": 9860,
      "loc": {
        "start": {
          "line": 334,
          "column": 7
        },
        "end": {
          "line": 334,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeCommentsFromFunctionString",
      "start": 9860,
      "end": 9892,
      "loc": {
        "start": {
          "line": 334,
          "column": 8
        },
        "end": {
          "line": 334,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9893,
      "end": 9894,
      "loc": {
        "start": {
          "line": 334,
          "column": 41
        },
        "end": {
          "line": 334,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeCommentsFromFunctionString",
      "start": 9895,
      "end": 9927,
      "loc": {
        "start": {
          "line": 334,
          "column": 43
        },
        "end": {
          "line": 334,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9927,
      "end": 9928,
      "loc": {
        "start": {
          "line": 334,
          "column": 75
        },
        "end": {
          "line": 334,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 9930,
      "end": 9938,
      "loc": {
        "start": {
          "line": 336,
          "column": 0
        },
        "end": {
          "line": 336,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toDefaultValue",
      "start": 9939,
      "end": 9953,
      "loc": {
        "start": {
          "line": 336,
          "column": 9
        },
        "end": {
          "line": 336,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9953,
      "end": 9954,
      "loc": {
        "start": {
          "line": 336,
          "column": 23
        },
        "end": {
          "line": 336,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9954,
      "end": 9959,
      "loc": {
        "start": {
          "line": 336,
          "column": 24
        },
        "end": {
          "line": 336,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9959,
      "end": 9960,
      "loc": {
        "start": {
          "line": 336,
          "column": 29
        },
        "end": {
          "line": 336,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9961,
      "end": 9962,
      "loc": {
        "start": {
          "line": 336,
          "column": 31
        },
        "end": {
          "line": 336,
          "column": 32
        }
      }
    },
    {
      "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": 9965,
      "end": 9967,
      "loc": {
        "start": {
          "line": 337,
          "column": 2
        },
        "end": {
          "line": 337,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9968,
      "end": 9969,
      "loc": {
        "start": {
          "line": 337,
          "column": 5
        },
        "end": {
          "line": 337,
          "column": 6
        }
      }
    },
    {
      "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": 9969,
      "end": 9975,
      "loc": {
        "start": {
          "line": 337,
          "column": 6
        },
        "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": "value",
      "start": 9976,
      "end": 9981,
      "loc": {
        "start": {
          "line": 337,
          "column": 13
        },
        "end": {
          "line": 337,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9982,
      "end": 9985,
      "loc": {
        "start": {
          "line": 337,
          "column": 19
        },
        "end": {
          "line": 337,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "function",
      "start": 9986,
      "end": 9996,
      "loc": {
        "start": {
          "line": 337,
          "column": 23
        },
        "end": {
          "line": 337,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9996,
      "end": 9997,
      "loc": {
        "start": {
          "line": 337,
          "column": 33
        },
        "end": {
          "line": 337,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9998,
      "end": 9999,
      "loc": {
        "start": {
          "line": 337,
          "column": 35
        },
        "end": {
          "line": 337,
          "column": 36
        }
      }
    },
    {
      "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": 10004,
      "end": 10009,
      "loc": {
        "start": {
          "line": 338,
          "column": 4
        },
        "end": {
          "line": 338,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp",
      "start": 10010,
      "end": 10013,
      "loc": {
        "start": {
          "line": 338,
          "column": 10
        },
        "end": {
          "line": 338,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10014,
      "end": 10015,
      "loc": {
        "start": {
          "line": 338,
          "column": 14
        },
        "end": {
          "line": 338,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10016,
      "end": 10021,
      "loc": {
        "start": {
          "line": 338,
          "column": 16
        },
        "end": {
          "line": 338,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10021,
      "end": 10022,
      "loc": {
        "start": {
          "line": 338,
          "column": 21
        },
        "end": {
          "line": 338,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10022,
      "end": 10023,
      "loc": {
        "start": {
          "line": 338,
          "column": 22
        },
        "end": {
          "line": 338,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10023,
      "end": 10024,
      "loc": {
        "start": {
          "line": 338,
          "column": 23
        },
        "end": {
          "line": 338,
          "column": 24
        }
      }
    },
    {
      "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": 10029,
      "end": 10031,
      "loc": {
        "start": {
          "line": 339,
          "column": 4
        },
        "end": {
          "line": 339,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10032,
      "end": 10033,
      "loc": {
        "start": {
          "line": 339,
          "column": 7
        },
        "end": {
          "line": 339,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp",
      "start": 10033,
      "end": 10036,
      "loc": {
        "start": {
          "line": 339,
          "column": 8
        },
        "end": {
          "line": 339,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10037,
      "end": 10047,
      "loc": {
        "start": {
          "line": 339,
          "column": 12
        },
        "end": {
          "line": 339,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10048,
      "end": 10057,
      "loc": {
        "start": {
          "line": 339,
          "column": 23
        },
        "end": {
          "line": 339,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10057,
      "end": 10058,
      "loc": {
        "start": {
          "line": 339,
          "column": 32
        },
        "end": {
          "line": 339,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ABSTRACT",
      "start": 10058,
      "end": 10066,
      "loc": {
        "start": {
          "line": 339,
          "column": 33
        },
        "end": {
          "line": 339,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10066,
      "end": 10067,
      "loc": {
        "start": {
          "line": 339,
          "column": 41
        },
        "end": {
          "line": 339,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10068,
      "end": 10069,
      "loc": {
        "start": {
          "line": 339,
          "column": 43
        },
        "end": {
          "line": 339,
          "column": 44
        }
      }
    },
    {
      "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": 10076,
      "end": 10082,
      "loc": {
        "start": {
          "line": 340,
          "column": 6
        },
        "end": {
          "line": 340,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp",
      "start": 10083,
      "end": 10086,
      "loc": {
        "start": {
          "line": 340,
          "column": 13
        },
        "end": {
          "line": 340,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10086,
      "end": 10087,
      "loc": {
        "start": {
          "line": 340,
          "column": 16
        },
        "end": {
          "line": 340,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 10087,
      "end": 10092,
      "loc": {
        "start": {
          "line": 340,
          "column": 17
        },
        "end": {
          "line": 340,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10092,
      "end": 10093,
      "loc": {
        "start": {
          "line": 340,
          "column": 22
        },
        "end": {
          "line": 340,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10093,
      "end": 10094,
      "loc": {
        "start": {
          "line": 340,
          "column": 23
        },
        "end": {
          "line": 340,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10094,
      "end": 10095,
      "loc": {
        "start": {
          "line": 340,
          "column": 24
        },
        "end": {
          "line": 340,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10100,
      "end": 10101,
      "loc": {
        "start": {
          "line": 341,
          "column": 4
        },
        "end": {
          "line": 341,
          "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": 10102,
      "end": 10106,
      "loc": {
        "start": {
          "line": 341,
          "column": 6
        },
        "end": {
          "line": 341,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10107,
      "end": 10108,
      "loc": {
        "start": {
          "line": 341,
          "column": 11
        },
        "end": {
          "line": 341,
          "column": 12
        }
      }
    },
    {
      "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": 10115,
      "end": 10121,
      "loc": {
        "start": {
          "line": 342,
          "column": 6
        },
        "end": {
          "line": 342,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp",
      "start": 10122,
      "end": 10125,
      "loc": {
        "start": {
          "line": 342,
          "column": 13
        },
        "end": {
          "line": 342,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10125,
      "end": 10126,
      "loc": {
        "start": {
          "line": 342,
          "column": 16
        },
        "end": {
          "line": 342,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10131,
      "end": 10132,
      "loc": {
        "start": {
          "line": 343,
          "column": 4
        },
        "end": {
          "line": 343,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10135,
      "end": 10136,
      "loc": {
        "start": {
          "line": 344,
          "column": 2
        },
        "end": {
          "line": 344,
          "column": 3
        }
      }
    },
    {
      "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": 10137,
      "end": 10141,
      "loc": {
        "start": {
          "line": 344,
          "column": 4
        },
        "end": {
          "line": 344,
          "column": 8
        }
      }
    },
    {
      "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": 10142,
      "end": 10144,
      "loc": {
        "start": {
          "line": 344,
          "column": 9
        },
        "end": {
          "line": 344,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10145,
      "end": 10146,
      "loc": {
        "start": {
          "line": 344,
          "column": 12
        },
        "end": {
          "line": 344,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10146,
      "end": 10151,
      "loc": {
        "start": {
          "line": 344,
          "column": 13
        },
        "end": {
          "line": 344,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10152,
      "end": 10162,
      "loc": {
        "start": {
          "line": 344,
          "column": 19
        },
        "end": {
          "line": 344,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10163,
      "end": 10172,
      "loc": {
        "start": {
          "line": 344,
          "column": 30
        },
        "end": {
          "line": 344,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10172,
      "end": 10173,
      "loc": {
        "start": {
          "line": 344,
          "column": 39
        },
        "end": {
          "line": 344,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UUIDV1",
      "start": 10173,
      "end": 10179,
      "loc": {
        "start": {
          "line": 344,
          "column": 40
        },
        "end": {
          "line": 344,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10179,
      "end": 10180,
      "loc": {
        "start": {
          "line": 344,
          "column": 46
        },
        "end": {
          "line": 344,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10181,
      "end": 10182,
      "loc": {
        "start": {
          "line": 344,
          "column": 48
        },
        "end": {
          "line": 344,
          "column": 49
        }
      }
    },
    {
      "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": 10187,
      "end": 10193,
      "loc": {
        "start": {
          "line": 345,
          "column": 4
        },
        "end": {
          "line": 345,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 10194,
      "end": 10198,
      "loc": {
        "start": {
          "line": 345,
          "column": 11
        },
        "end": {
          "line": 345,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10198,
      "end": 10199,
      "loc": {
        "start": {
          "line": 345,
          "column": 15
        },
        "end": {
          "line": 345,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v1",
      "start": 10199,
      "end": 10201,
      "loc": {
        "start": {
          "line": 345,
          "column": 16
        },
        "end": {
          "line": 345,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10201,
      "end": 10202,
      "loc": {
        "start": {
          "line": 345,
          "column": 18
        },
        "end": {
          "line": 345,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10202,
      "end": 10203,
      "loc": {
        "start": {
          "line": 345,
          "column": 19
        },
        "end": {
          "line": 345,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10203,
      "end": 10204,
      "loc": {
        "start": {
          "line": 345,
          "column": 20
        },
        "end": {
          "line": 345,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10207,
      "end": 10208,
      "loc": {
        "start": {
          "line": 346,
          "column": 2
        },
        "end": {
          "line": 346,
          "column": 3
        }
      }
    },
    {
      "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": 10209,
      "end": 10213,
      "loc": {
        "start": {
          "line": 346,
          "column": 4
        },
        "end": {
          "line": 346,
          "column": 8
        }
      }
    },
    {
      "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": 10214,
      "end": 10216,
      "loc": {
        "start": {
          "line": 346,
          "column": 9
        },
        "end": {
          "line": 346,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10217,
      "end": 10218,
      "loc": {
        "start": {
          "line": 346,
          "column": 12
        },
        "end": {
          "line": 346,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10218,
      "end": 10223,
      "loc": {
        "start": {
          "line": 346,
          "column": 13
        },
        "end": {
          "line": 346,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10224,
      "end": 10234,
      "loc": {
        "start": {
          "line": 346,
          "column": 19
        },
        "end": {
          "line": 346,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10235,
      "end": 10244,
      "loc": {
        "start": {
          "line": 346,
          "column": 30
        },
        "end": {
          "line": 346,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10244,
      "end": 10245,
      "loc": {
        "start": {
          "line": 346,
          "column": 39
        },
        "end": {
          "line": 346,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UUIDV4",
      "start": 10245,
      "end": 10251,
      "loc": {
        "start": {
          "line": 346,
          "column": 40
        },
        "end": {
          "line": 346,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10251,
      "end": 10252,
      "loc": {
        "start": {
          "line": 346,
          "column": 46
        },
        "end": {
          "line": 346,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10253,
      "end": 10254,
      "loc": {
        "start": {
          "line": 346,
          "column": 48
        },
        "end": {
          "line": 346,
          "column": 49
        }
      }
    },
    {
      "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": 347,
          "column": 4
        },
        "end": {
          "line": 347,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 10266,
      "end": 10270,
      "loc": {
        "start": {
          "line": 347,
          "column": 11
        },
        "end": {
          "line": 347,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10270,
      "end": 10271,
      "loc": {
        "start": {
          "line": 347,
          "column": 15
        },
        "end": {
          "line": 347,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v4",
      "start": 10271,
      "end": 10273,
      "loc": {
        "start": {
          "line": 347,
          "column": 16
        },
        "end": {
          "line": 347,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10273,
      "end": 10274,
      "loc": {
        "start": {
          "line": 347,
          "column": 18
        },
        "end": {
          "line": 347,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10274,
      "end": 10275,
      "loc": {
        "start": {
          "line": 347,
          "column": 19
        },
        "end": {
          "line": 347,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10275,
      "end": 10276,
      "loc": {
        "start": {
          "line": 347,
          "column": 20
        },
        "end": {
          "line": 347,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10279,
      "end": 10280,
      "loc": {
        "start": {
          "line": 348,
          "column": 2
        },
        "end": {
          "line": 348,
          "column": 3
        }
      }
    },
    {
      "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": 10281,
      "end": 10285,
      "loc": {
        "start": {
          "line": 348,
          "column": 4
        },
        "end": {
          "line": 348,
          "column": 8
        }
      }
    },
    {
      "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": 10286,
      "end": 10288,
      "loc": {
        "start": {
          "line": 348,
          "column": 9
        },
        "end": {
          "line": 348,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10289,
      "end": 10290,
      "loc": {
        "start": {
          "line": 348,
          "column": 12
        },
        "end": {
          "line": 348,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10290,
      "end": 10295,
      "loc": {
        "start": {
          "line": 348,
          "column": 13
        },
        "end": {
          "line": 348,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10296,
      "end": 10306,
      "loc": {
        "start": {
          "line": 348,
          "column": 19
        },
        "end": {
          "line": 348,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10307,
      "end": 10316,
      "loc": {
        "start": {
          "line": 348,
          "column": 30
        },
        "end": {
          "line": 348,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10316,
      "end": 10317,
      "loc": {
        "start": {
          "line": 348,
          "column": 39
        },
        "end": {
          "line": 348,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NOW",
      "start": 10317,
      "end": 10320,
      "loc": {
        "start": {
          "line": 348,
          "column": 40
        },
        "end": {
          "line": 348,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10320,
      "end": 10321,
      "loc": {
        "start": {
          "line": 348,
          "column": 43
        },
        "end": {
          "line": 348,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10322,
      "end": 10323,
      "loc": {
        "start": {
          "line": 348,
          "column": 45
        },
        "end": {
          "line": 348,
          "column": 46
        }
      }
    },
    {
      "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": 10328,
      "end": 10334,
      "loc": {
        "start": {
          "line": 349,
          "column": 4
        },
        "end": {
          "line": 349,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 10335,
      "end": 10338,
      "loc": {
        "start": {
          "line": 349,
          "column": 11
        },
        "end": {
          "line": 349,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10338,
      "end": 10339,
      "loc": {
        "start": {
          "line": 349,
          "column": 14
        },
        "end": {
          "line": 349,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10339,
      "end": 10340,
      "loc": {
        "start": {
          "line": 349,
          "column": 15
        },
        "end": {
          "line": 349,
          "column": 16
        }
      }
    },
    {
      "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": 349,
          "column": 16
        },
        "end": {
          "line": 349,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10344,
      "end": 10345,
      "loc": {
        "start": {
          "line": 350,
          "column": 2
        },
        "end": {
          "line": 350,
          "column": 3
        }
      }
    },
    {
      "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": 10346,
      "end": 10350,
      "loc": {
        "start": {
          "line": 350,
          "column": 4
        },
        "end": {
          "line": 350,
          "column": 8
        }
      }
    },
    {
      "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": 10351,
      "end": 10353,
      "loc": {
        "start": {
          "line": 350,
          "column": 9
        },
        "end": {
          "line": 350,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10353,
      "end": 10354,
      "loc": {
        "start": {
          "line": 350,
          "column": 11
        },
        "end": {
          "line": 350,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10354,
      "end": 10355,
      "loc": {
        "start": {
          "line": 350,
          "column": 12
        },
        "end": {
          "line": 350,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10355,
      "end": 10356,
      "loc": {
        "start": {
          "line": 350,
          "column": 13
        },
        "end": {
          "line": 350,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isPlainObject",
      "start": 10356,
      "end": 10369,
      "loc": {
        "start": {
          "line": 350,
          "column": 14
        },
        "end": {
          "line": 350,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10369,
      "end": 10370,
      "loc": {
        "start": {
          "line": 350,
          "column": 27
        },
        "end": {
          "line": 350,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10370,
      "end": 10375,
      "loc": {
        "start": {
          "line": 350,
          "column": 28
        },
        "end": {
          "line": 350,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10375,
      "end": 10376,
      "loc": {
        "start": {
          "line": 350,
          "column": 33
        },
        "end": {
          "line": 350,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10377,
      "end": 10379,
      "loc": {
        "start": {
          "line": 350,
          "column": 35
        },
        "end": {
          "line": 350,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10380,
      "end": 10381,
      "loc": {
        "start": {
          "line": 350,
          "column": 38
        },
        "end": {
          "line": 350,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10381,
      "end": 10382,
      "loc": {
        "start": {
          "line": 350,
          "column": 39
        },
        "end": {
          "line": 350,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 10382,
      "end": 10389,
      "loc": {
        "start": {
          "line": 350,
          "column": 40
        },
        "end": {
          "line": 350,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10389,
      "end": 10390,
      "loc": {
        "start": {
          "line": 350,
          "column": 47
        },
        "end": {
          "line": 350,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10390,
      "end": 10395,
      "loc": {
        "start": {
          "line": 350,
          "column": 48
        },
        "end": {
          "line": 350,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10395,
      "end": 10396,
      "loc": {
        "start": {
          "line": 350,
          "column": 53
        },
        "end": {
          "line": 350,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10396,
      "end": 10397,
      "loc": {
        "start": {
          "line": 350,
          "column": 54
        },
        "end": {
          "line": 350,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10398,
      "end": 10399,
      "loc": {
        "start": {
          "line": 350,
          "column": 56
        },
        "end": {
          "line": 350,
          "column": 57
        }
      }
    },
    {
      "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": 10404,
      "end": 10410,
      "loc": {
        "start": {
          "line": 351,
          "column": 4
        },
        "end": {
          "line": 351,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10411,
      "end": 10412,
      "loc": {
        "start": {
          "line": 351,
          "column": 11
        },
        "end": {
          "line": 351,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10412,
      "end": 10413,
      "loc": {
        "start": {
          "line": 351,
          "column": 12
        },
        "end": {
          "line": 351,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10413,
      "end": 10418,
      "loc": {
        "start": {
          "line": 351,
          "column": 13
        },
        "end": {
          "line": 351,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10418,
      "end": 10419,
      "loc": {
        "start": {
          "line": 351,
          "column": 18
        },
        "end": {
          "line": 351,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10419,
      "end": 10424,
      "loc": {
        "start": {
          "line": 351,
          "column": 19
        },
        "end": {
          "line": 351,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10424,
      "end": 10425,
      "loc": {
        "start": {
          "line": 351,
          "column": 24
        },
        "end": {
          "line": 351,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10425,
      "end": 10426,
      "loc": {
        "start": {
          "line": 351,
          "column": 25
        },
        "end": {
          "line": 351,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10429,
      "end": 10430,
      "loc": {
        "start": {
          "line": 352,
          "column": 2
        },
        "end": {
          "line": 352,
          "column": 3
        }
      }
    },
    {
      "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": 10431,
      "end": 10435,
      "loc": {
        "start": {
          "line": 352,
          "column": 4
        },
        "end": {
          "line": 352,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10436,
      "end": 10437,
      "loc": {
        "start": {
          "line": 352,
          "column": 9
        },
        "end": {
          "line": 352,
          "column": 10
        }
      }
    },
    {
      "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": 10442,
      "end": 10448,
      "loc": {
        "start": {
          "line": 353,
          "column": 4
        },
        "end": {
          "line": 353,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10449,
      "end": 10454,
      "loc": {
        "start": {
          "line": 353,
          "column": 11
        },
        "end": {
          "line": 353,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10454,
      "end": 10455,
      "loc": {
        "start": {
          "line": 353,
          "column": 16
        },
        "end": {
          "line": 353,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10458,
      "end": 10459,
      "loc": {
        "start": {
          "line": 354,
          "column": 2
        },
        "end": {
          "line": 354,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10460,
      "end": 10461,
      "loc": {
        "start": {
          "line": 355,
          "column": 0
        },
        "end": {
          "line": 355,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 10462,
      "end": 10469,
      "loc": {
        "start": {
          "line": 356,
          "column": 0
        },
        "end": {
          "line": 356,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10469,
      "end": 10470,
      "loc": {
        "start": {
          "line": 356,
          "column": 7
        },
        "end": {
          "line": 356,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toDefaultValue",
      "start": 10470,
      "end": 10484,
      "loc": {
        "start": {
          "line": 356,
          "column": 8
        },
        "end": {
          "line": 356,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10485,
      "end": 10486,
      "loc": {
        "start": {
          "line": 356,
          "column": 23
        },
        "end": {
          "line": 356,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toDefaultValue",
      "start": 10487,
      "end": 10501,
      "loc": {
        "start": {
          "line": 356,
          "column": 25
        },
        "end": {
          "line": 356,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10501,
      "end": 10502,
      "loc": {
        "start": {
          "line": 356,
          "column": 39
        },
        "end": {
          "line": 356,
          "column": 40
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Determine if the default value provided exists and can be described\n * in a db schema using the DEFAULT directive.\n *\n * @param  {*} value Any default value.\n * @return {boolean} yes / no.\n * @private\n ",
      "start": 10504,
      "end": 10715,
      "loc": {
        "start": {
          "line": 358,
          "column": 0
        },
        "end": {
          "line": 365,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 10716,
      "end": 10724,
      "loc": {
        "start": {
          "line": 366,
          "column": 0
        },
        "end": {
          "line": 366,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValueSchemable",
      "start": 10725,
      "end": 10746,
      "loc": {
        "start": {
          "line": 366,
          "column": 9
        },
        "end": {
          "line": 366,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10746,
      "end": 10747,
      "loc": {
        "start": {
          "line": 366,
          "column": 30
        },
        "end": {
          "line": 366,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10747,
      "end": 10752,
      "loc": {
        "start": {
          "line": 366,
          "column": 31
        },
        "end": {
          "line": 366,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10752,
      "end": 10753,
      "loc": {
        "start": {
          "line": 366,
          "column": 36
        },
        "end": {
          "line": 366,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10754,
      "end": 10755,
      "loc": {
        "start": {
          "line": 366,
          "column": 38
        },
        "end": {
          "line": 366,
          "column": 39
        }
      }
    },
    {
      "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": 10758,
      "end": 10760,
      "loc": {
        "start": {
          "line": 367,
          "column": 2
        },
        "end": {
          "line": 367,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10761,
      "end": 10762,
      "loc": {
        "start": {
          "line": 367,
          "column": 5
        },
        "end": {
          "line": 367,
          "column": 6
        }
      }
    },
    {
      "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": 10762,
      "end": 10768,
      "loc": {
        "start": {
          "line": 367,
          "column": 6
        },
        "end": {
          "line": 367,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10769,
      "end": 10774,
      "loc": {
        "start": {
          "line": 367,
          "column": 13
        },
        "end": {
          "line": 367,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10775,
      "end": 10778,
      "loc": {
        "start": {
          "line": 367,
          "column": 19
        },
        "end": {
          "line": 367,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 10779,
      "end": 10790,
      "loc": {
        "start": {
          "line": 367,
          "column": 23
        },
        "end": {
          "line": 367,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10790,
      "end": 10791,
      "loc": {
        "start": {
          "line": 367,
          "column": 34
        },
        "end": {
          "line": 367,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10792,
      "end": 10793,
      "loc": {
        "start": {
          "line": 367,
          "column": 36
        },
        "end": {
          "line": 367,
          "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": 10794,
      "end": 10800,
      "loc": {
        "start": {
          "line": 367,
          "column": 38
        },
        "end": {
          "line": 367,
          "column": 44
        }
      }
    },
    {
      "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": 10801,
      "end": 10806,
      "loc": {
        "start": {
          "line": 367,
          "column": 45
        },
        "end": {
          "line": 367,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10806,
      "end": 10807,
      "loc": {
        "start": {
          "line": 367,
          "column": 50
        },
        "end": {
          "line": 367,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10808,
      "end": 10809,
      "loc": {
        "start": {
          "line": 367,
          "column": 52
        },
        "end": {
          "line": 367,
          "column": 53
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO this will be schemable when all supported db",
      "start": 10813,
      "end": 10865,
      "loc": {
        "start": {
          "line": 369,
          "column": 2
        },
        "end": {
          "line": 369,
          "column": 54
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " have been normalized for this case",
      "start": 10868,
      "end": 10905,
      "loc": {
        "start": {
          "line": 370,
          "column": 2
        },
        "end": {
          "line": 370,
          "column": 39
        }
      }
    },
    {
      "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": 10908,
      "end": 10910,
      "loc": {
        "start": {
          "line": 371,
          "column": 2
        },
        "end": {
          "line": 371,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10911,
      "end": 10912,
      "loc": {
        "start": {
          "line": 371,
          "column": 5
        },
        "end": {
          "line": 371,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10912,
      "end": 10917,
      "loc": {
        "start": {
          "line": 371,
          "column": 6
        },
        "end": {
          "line": 371,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10918,
      "end": 10928,
      "loc": {
        "start": {
          "line": 371,
          "column": 12
        },
        "end": {
          "line": 371,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10929,
      "end": 10938,
      "loc": {
        "start": {
          "line": 371,
          "column": 23
        },
        "end": {
          "line": 371,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10938,
      "end": 10939,
      "loc": {
        "start": {
          "line": 371,
          "column": 32
        },
        "end": {
          "line": 371,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NOW",
      "start": 10939,
      "end": 10942,
      "loc": {
        "start": {
          "line": 371,
          "column": 33
        },
        "end": {
          "line": 371,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10942,
      "end": 10943,
      "loc": {
        "start": {
          "line": 371,
          "column": 36
        },
        "end": {
          "line": 371,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10944,
      "end": 10945,
      "loc": {
        "start": {
          "line": 371,
          "column": 38
        },
        "end": {
          "line": 371,
          "column": 39
        }
      }
    },
    {
      "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": 10946,
      "end": 10952,
      "loc": {
        "start": {
          "line": 371,
          "column": 40
        },
        "end": {
          "line": 371,
          "column": 46
        }
      }
    },
    {
      "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": 10953,
      "end": 10958,
      "loc": {
        "start": {
          "line": 371,
          "column": 47
        },
        "end": {
          "line": 371,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10958,
      "end": 10959,
      "loc": {
        "start": {
          "line": 371,
          "column": 52
        },
        "end": {
          "line": 371,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10960,
      "end": 10961,
      "loc": {
        "start": {
          "line": 371,
          "column": 54
        },
        "end": {
          "line": 371,
          "column": 55
        }
      }
    },
    {
      "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": 10965,
      "end": 10967,
      "loc": {
        "start": {
          "line": 373,
          "column": 2
        },
        "end": {
          "line": 373,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10968,
      "end": 10969,
      "loc": {
        "start": {
          "line": 373,
          "column": 5
        },
        "end": {
          "line": 373,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10969,
      "end": 10974,
      "loc": {
        "start": {
          "line": 373,
          "column": 6
        },
        "end": {
          "line": 373,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10975,
      "end": 10985,
      "loc": {
        "start": {
          "line": 373,
          "column": 12
        },
        "end": {
          "line": 373,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10986,
      "end": 10995,
      "loc": {
        "start": {
          "line": 373,
          "column": 23
        },
        "end": {
          "line": 373,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10995,
      "end": 10996,
      "loc": {
        "start": {
          "line": 373,
          "column": 32
        },
        "end": {
          "line": 373,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UUIDV1",
      "start": 10996,
      "end": 11002,
      "loc": {
        "start": {
          "line": 373,
          "column": 33
        },
        "end": {
          "line": 373,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11003,
      "end": 11005,
      "loc": {
        "start": {
          "line": 373,
          "column": 40
        },
        "end": {
          "line": 373,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11006,
      "end": 11011,
      "loc": {
        "start": {
          "line": 373,
          "column": 43
        },
        "end": {
          "line": 373,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 11012,
      "end": 11022,
      "loc": {
        "start": {
          "line": 373,
          "column": 49
        },
        "end": {
          "line": 373,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 11023,
      "end": 11032,
      "loc": {
        "start": {
          "line": 373,
          "column": 60
        },
        "end": {
          "line": 373,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11032,
      "end": 11033,
      "loc": {
        "start": {
          "line": 373,
          "column": 69
        },
        "end": {
          "line": 373,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UUIDV4",
      "start": 11033,
      "end": 11039,
      "loc": {
        "start": {
          "line": 373,
          "column": 70
        },
        "end": {
          "line": 373,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11039,
      "end": 11040,
      "loc": {
        "start": {
          "line": 373,
          "column": 76
        },
        "end": {
          "line": 373,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11041,
      "end": 11042,
      "loc": {
        "start": {
          "line": 373,
          "column": 78
        },
        "end": {
          "line": 373,
          "column": 79
        }
      }
    },
    {
      "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": 11043,
      "end": 11049,
      "loc": {
        "start": {
          "line": 373,
          "column": 80
        },
        "end": {
          "line": 373,
          "column": 86
        }
      }
    },
    {
      "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": 11050,
      "end": 11055,
      "loc": {
        "start": {
          "line": 373,
          "column": 87
        },
        "end": {
          "line": 373,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11055,
      "end": 11056,
      "loc": {
        "start": {
          "line": 373,
          "column": 92
        },
        "end": {
          "line": 373,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11057,
      "end": 11058,
      "loc": {
        "start": {
          "line": 373,
          "column": 94
        },
        "end": {
          "line": 373,
          "column": 95
        }
      }
    },
    {
      "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": 11062,
      "end": 11064,
      "loc": {
        "start": {
          "line": 375,
          "column": 2
        },
        "end": {
          "line": 375,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11065,
      "end": 11066,
      "loc": {
        "start": {
          "line": 375,
          "column": 5
        },
        "end": {
          "line": 375,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11066,
      "end": 11067,
      "loc": {
        "start": {
          "line": 375,
          "column": 6
        },
        "end": {
          "line": 375,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11067,
      "end": 11068,
      "loc": {
        "start": {
          "line": 375,
          "column": 7
        },
        "end": {
          "line": 375,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isFunction",
      "start": 11068,
      "end": 11078,
      "loc": {
        "start": {
          "line": 375,
          "column": 8
        },
        "end": {
          "line": 375,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11078,
      "end": 11079,
      "loc": {
        "start": {
          "line": 375,
          "column": 18
        },
        "end": {
          "line": 375,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11079,
      "end": 11084,
      "loc": {
        "start": {
          "line": 375,
          "column": 19
        },
        "end": {
          "line": 375,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11084,
      "end": 11085,
      "loc": {
        "start": {
          "line": 375,
          "column": 24
        },
        "end": {
          "line": 375,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11085,
      "end": 11086,
      "loc": {
        "start": {
          "line": 375,
          "column": 25
        },
        "end": {
          "line": 375,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11087,
      "end": 11088,
      "loc": {
        "start": {
          "line": 375,
          "column": 27
        },
        "end": {
          "line": 375,
          "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": 11093,
      "end": 11099,
      "loc": {
        "start": {
          "line": 376,
          "column": 4
        },
        "end": {
          "line": 376,
          "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": 11100,
      "end": 11105,
      "loc": {
        "start": {
          "line": 376,
          "column": 11
        },
        "end": {
          "line": 376,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11105,
      "end": 11106,
      "loc": {
        "start": {
          "line": 376,
          "column": 16
        },
        "end": {
          "line": 376,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11109,
      "end": 11110,
      "loc": {
        "start": {
          "line": 377,
          "column": 2
        },
        "end": {
          "line": 377,
          "column": 3
        }
      }
    },
    {
      "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": 11114,
      "end": 11120,
      "loc": {
        "start": {
          "line": 379,
          "column": 2
        },
        "end": {
          "line": 379,
          "column": 8
        }
      }
    },
    {
      "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": 11121,
      "end": 11125,
      "loc": {
        "start": {
          "line": 379,
          "column": 9
        },
        "end": {
          "line": 379,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11125,
      "end": 11126,
      "loc": {
        "start": {
          "line": 379,
          "column": 13
        },
        "end": {
          "line": 379,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11127,
      "end": 11128,
      "loc": {
        "start": {
          "line": 380,
          "column": 0
        },
        "end": {
          "line": 380,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 11129,
      "end": 11136,
      "loc": {
        "start": {
          "line": 381,
          "column": 0
        },
        "end": {
          "line": 381,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11136,
      "end": 11137,
      "loc": {
        "start": {
          "line": 381,
          "column": 7
        },
        "end": {
          "line": 381,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValueSchemable",
      "start": 11137,
      "end": 11158,
      "loc": {
        "start": {
          "line": 381,
          "column": 8
        },
        "end": {
          "line": 381,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11159,
      "end": 11160,
      "loc": {
        "start": {
          "line": 381,
          "column": 30
        },
        "end": {
          "line": 381,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValueSchemable",
      "start": 11161,
      "end": 11182,
      "loc": {
        "start": {
          "line": 381,
          "column": 32
        },
        "end": {
          "line": 381,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11182,
      "end": 11183,
      "loc": {
        "start": {
          "line": 381,
          "column": 53
        },
        "end": {
          "line": 381,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 11185,
      "end": 11193,
      "loc": {
        "start": {
          "line": 383,
          "column": 0
        },
        "end": {
          "line": 383,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeNullValuesFromHash",
      "start": 11194,
      "end": 11218,
      "loc": {
        "start": {
          "line": 383,
          "column": 9
        },
        "end": {
          "line": 383,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11218,
      "end": 11219,
      "loc": {
        "start": {
          "line": 383,
          "column": 33
        },
        "end": {
          "line": 383,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hash",
      "start": 11219,
      "end": 11223,
      "loc": {
        "start": {
          "line": 383,
          "column": 34
        },
        "end": {
          "line": 383,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11223,
      "end": 11224,
      "loc": {
        "start": {
          "line": 383,
          "column": 38
        },
        "end": {
          "line": 383,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "omitNull",
      "start": 11225,
      "end": 11233,
      "loc": {
        "start": {
          "line": 383,
          "column": 40
        },
        "end": {
          "line": 383,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11233,
      "end": 11234,
      "loc": {
        "start": {
          "line": 383,
          "column": 48
        },
        "end": {
          "line": 383,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11235,
      "end": 11242,
      "loc": {
        "start": {
          "line": 383,
          "column": 50
        },
        "end": {
          "line": 383,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11242,
      "end": 11243,
      "loc": {
        "start": {
          "line": 383,
          "column": 57
        },
        "end": {
          "line": 383,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11244,
      "end": 11245,
      "loc": {
        "start": {
          "line": 383,
          "column": 59
        },
        "end": {
          "line": 383,
          "column": 60
        }
      }
    },
    {
      "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": 11248,
      "end": 11251,
      "loc": {
        "start": {
          "line": 384,
          "column": 2
        },
        "end": {
          "line": 384,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 11252,
      "end": 11258,
      "loc": {
        "start": {
          "line": 384,
          "column": 6
        },
        "end": {
          "line": 384,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11259,
      "end": 11260,
      "loc": {
        "start": {
          "line": 384,
          "column": 13
        },
        "end": {
          "line": 384,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hash",
      "start": 11261,
      "end": 11265,
      "loc": {
        "start": {
          "line": 384,
          "column": 15
        },
        "end": {
          "line": 384,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11265,
      "end": 11266,
      "loc": {
        "start": {
          "line": 384,
          "column": 19
        },
        "end": {
          "line": 384,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11270,
      "end": 11277,
      "loc": {
        "start": {
          "line": 386,
          "column": 2
        },
        "end": {
          "line": 386,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11278,
      "end": 11279,
      "loc": {
        "start": {
          "line": 386,
          "column": 10
        },
        "end": {
          "line": 386,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11280,
      "end": 11287,
      "loc": {
        "start": {
          "line": 386,
          "column": 12
        },
        "end": {
          "line": 386,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11288,
      "end": 11290,
      "loc": {
        "start": {
          "line": 386,
          "column": 20
        },
        "end": {
          "line": 386,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11291,
      "end": 11292,
      "loc": {
        "start": {
          "line": 386,
          "column": 23
        },
        "end": {
          "line": 386,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11292,
      "end": 11293,
      "loc": {
        "start": {
          "line": 386,
          "column": 24
        },
        "end": {
          "line": 386,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11293,
      "end": 11294,
      "loc": {
        "start": {
          "line": 386,
          "column": 25
        },
        "end": {
          "line": 386,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11297,
      "end": 11304,
      "loc": {
        "start": {
          "line": 387,
          "column": 2
        },
        "end": {
          "line": 387,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11304,
      "end": 11305,
      "loc": {
        "start": {
          "line": 387,
          "column": 9
        },
        "end": {
          "line": 387,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 11305,
      "end": 11314,
      "loc": {
        "start": {
          "line": 387,
          "column": 10
        },
        "end": {
          "line": 387,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11315,
      "end": 11316,
      "loc": {
        "start": {
          "line": 387,
          "column": 20
        },
        "end": {
          "line": 387,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11317,
      "end": 11324,
      "loc": {
        "start": {
          "line": 387,
          "column": 22
        },
        "end": {
          "line": 387,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11324,
      "end": 11325,
      "loc": {
        "start": {
          "line": 387,
          "column": 29
        },
        "end": {
          "line": 387,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 11325,
      "end": 11334,
      "loc": {
        "start": {
          "line": 387,
          "column": 30
        },
        "end": {
          "line": 387,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11335,
      "end": 11337,
      "loc": {
        "start": {
          "line": 387,
          "column": 40
        },
        "end": {
          "line": 387,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11338,
      "end": 11339,
      "loc": {
        "start": {
          "line": 387,
          "column": 43
        },
        "end": {
          "line": 387,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11339,
      "end": 11340,
      "loc": {
        "start": {
          "line": 387,
          "column": 44
        },
        "end": {
          "line": 387,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11340,
      "end": 11341,
      "loc": {
        "start": {
          "line": 387,
          "column": 45
        },
        "end": {
          "line": 387,
          "column": 46
        }
      }
    },
    {
      "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": 11345,
      "end": 11347,
      "loc": {
        "start": {
          "line": 389,
          "column": 2
        },
        "end": {
          "line": 389,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11348,
      "end": 11349,
      "loc": {
        "start": {
          "line": 389,
          "column": 5
        },
        "end": {
          "line": 389,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "omitNull",
      "start": 11349,
      "end": 11357,
      "loc": {
        "start": {
          "line": 389,
          "column": 6
        },
        "end": {
          "line": 389,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11357,
      "end": 11358,
      "loc": {
        "start": {
          "line": 389,
          "column": 14
        },
        "end": {
          "line": 389,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11359,
      "end": 11360,
      "loc": {
        "start": {
          "line": 389,
          "column": 16
        },
        "end": {
          "line": 389,
          "column": 17
        }
      }
    },
    {
      "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": 11365,
      "end": 11370,
      "loc": {
        "start": {
          "line": 390,
          "column": 4
        },
        "end": {
          "line": 390,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_hash",
      "start": 11371,
      "end": 11376,
      "loc": {
        "start": {
          "line": 390,
          "column": 10
        },
        "end": {
          "line": 390,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11377,
      "end": 11378,
      "loc": {
        "start": {
          "line": 390,
          "column": 16
        },
        "end": {
          "line": 390,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11379,
      "end": 11380,
      "loc": {
        "start": {
          "line": 390,
          "column": 18
        },
        "end": {
          "line": 390,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11380,
      "end": 11381,
      "loc": {
        "start": {
          "line": 390,
          "column": 19
        },
        "end": {
          "line": 390,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11381,
      "end": 11382,
      "loc": {
        "start": {
          "line": 390,
          "column": 20
        },
        "end": {
          "line": 390,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11388,
      "end": 11389,
      "loc": {
        "start": {
          "line": 392,
          "column": 4
        },
        "end": {
          "line": 392,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11389,
      "end": 11390,
      "loc": {
        "start": {
          "line": 392,
          "column": 5
        },
        "end": {
          "line": 392,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forIn",
      "start": 11390,
      "end": 11395,
      "loc": {
        "start": {
          "line": 392,
          "column": 6
        },
        "end": {
          "line": 392,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11395,
      "end": 11396,
      "loc": {
        "start": {
          "line": 392,
          "column": 11
        },
        "end": {
          "line": 392,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hash",
      "start": 11396,
      "end": 11400,
      "loc": {
        "start": {
          "line": 392,
          "column": 12
        },
        "end": {
          "line": 392,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11400,
      "end": 11401,
      "loc": {
        "start": {
          "line": 392,
          "column": 16
        },
        "end": {
          "line": 392,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11402,
      "end": 11403,
      "loc": {
        "start": {
          "line": 392,
          "column": 18
        },
        "end": {
          "line": 392,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 11403,
      "end": 11406,
      "loc": {
        "start": {
          "line": 392,
          "column": 19
        },
        "end": {
          "line": 392,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11406,
      "end": 11407,
      "loc": {
        "start": {
          "line": 392,
          "column": 22
        },
        "end": {
          "line": 392,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11408,
      "end": 11411,
      "loc": {
        "start": {
          "line": 392,
          "column": 24
        },
        "end": {
          "line": 392,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11411,
      "end": 11412,
      "loc": {
        "start": {
          "line": 392,
          "column": 27
        },
        "end": {
          "line": 392,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11413,
      "end": 11415,
      "loc": {
        "start": {
          "line": 392,
          "column": 29
        },
        "end": {
          "line": 392,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11416,
      "end": 11417,
      "loc": {
        "start": {
          "line": 392,
          "column": 32
        },
        "end": {
          "line": 392,
          "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": 11424,
      "end": 11426,
      "loc": {
        "start": {
          "line": 393,
          "column": 6
        },
        "end": {
          "line": 393,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11427,
      "end": 11428,
      "loc": {
        "start": {
          "line": 393,
          "column": 9
        },
        "end": {
          "line": 393,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 11428,
      "end": 11435,
      "loc": {
        "start": {
          "line": 393,
          "column": 10
        },
        "end": {
          "line": 393,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11435,
      "end": 11436,
      "loc": {
        "start": {
          "line": 393,
          "column": 17
        },
        "end": {
          "line": 393,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 11436,
      "end": 11445,
      "loc": {
        "start": {
          "line": 393,
          "column": 18
        },
        "end": {
          "line": 393,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11445,
      "end": 11446,
      "loc": {
        "start": {
          "line": 393,
          "column": 27
        },
        "end": {
          "line": 393,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 11446,
      "end": 11453,
      "loc": {
        "start": {
          "line": 393,
          "column": 28
        },
        "end": {
          "line": 393,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11453,
      "end": 11454,
      "loc": {
        "start": {
          "line": 393,
          "column": 35
        },
        "end": {
          "line": 393,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11454,
      "end": 11457,
      "loc": {
        "start": {
          "line": 393,
          "column": 36
        },
        "end": {
          "line": 393,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11457,
      "end": 11458,
      "loc": {
        "start": {
          "line": 393,
          "column": 39
        },
        "end": {
          "line": 393,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 11459,
      "end": 11460,
      "loc": {
        "start": {
          "line": 393,
          "column": 41
        },
        "end": {
          "line": 393,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 11461,
      "end": 11462,
      "loc": {
        "start": {
          "line": 393,
          "column": 43
        },
        "end": {
          "line": 393,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 11462,
      "end": 11463,
      "loc": {
        "start": {
          "line": 393,
          "column": 44
        },
        "end": {
          "line": 393,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11464,
      "end": 11466,
      "loc": {
        "start": {
          "line": 393,
          "column": 46
        },
        "end": {
          "line": 393,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11467,
      "end": 11470,
      "loc": {
        "start": {
          "line": 393,
          "column": 49
        },
        "end": {
          "line": 393,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11470,
      "end": 11471,
      "loc": {
        "start": {
          "line": 393,
          "column": 52
        },
        "end": {
          "line": 393,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 11471,
      "end": 11476,
      "loc": {
        "start": {
          "line": 393,
          "column": 53
        },
        "end": {
          "line": 393,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11476,
      "end": 11477,
      "loc": {
        "start": {
          "line": 393,
          "column": 58
        },
        "end": {
          "line": 393,
          "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": "Id$",
        "flags": ""
      },
      "start": 11477,
      "end": 11482,
      "loc": {
        "start": {
          "line": 393,
          "column": 59
        },
        "end": {
          "line": 393,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11482,
      "end": 11483,
      "loc": {
        "start": {
          "line": 393,
          "column": 64
        },
        "end": {
          "line": 393,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11484,
      "end": 11486,
      "loc": {
        "start": {
          "line": 393,
          "column": 66
        },
        "end": {
          "line": 393,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11487,
      "end": 11488,
      "loc": {
        "start": {
          "line": 393,
          "column": 69
        },
        "end": {
          "line": 393,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11488,
      "end": 11489,
      "loc": {
        "start": {
          "line": 393,
          "column": 70
        },
        "end": {
          "line": 393,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 11489,
      "end": 11492,
      "loc": {
        "start": {
          "line": 393,
          "column": 71
        },
        "end": {
          "line": 393,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 11493,
      "end": 11496,
      "loc": {
        "start": {
          "line": 393,
          "column": 75
        },
        "end": {
          "line": 393,
          "column": 78
        }
      }
    },
    {
      "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": 11497,
      "end": 11501,
      "loc": {
        "start": {
          "line": 393,
          "column": 79
        },
        "end": {
          "line": 393,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11501,
      "end": 11502,
      "loc": {
        "start": {
          "line": 393,
          "column": 83
        },
        "end": {
          "line": 393,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11503,
      "end": 11505,
      "loc": {
        "start": {
          "line": 393,
          "column": 85
        },
        "end": {
          "line": 393,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11506,
      "end": 11507,
      "loc": {
        "start": {
          "line": 393,
          "column": 88
        },
        "end": {
          "line": 393,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 11507,
      "end": 11510,
      "loc": {
        "start": {
          "line": 393,
          "column": 89
        },
        "end": {
          "line": 393,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 11511,
      "end": 11514,
      "loc": {
        "start": {
          "line": 393,
          "column": 93
        },
        "end": {
          "line": 393,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 11515,
      "end": 11524,
      "loc": {
        "start": {
          "line": 393,
          "column": 97
        },
        "end": {
          "line": 393,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11524,
      "end": 11525,
      "loc": {
        "start": {
          "line": 393,
          "column": 106
        },
        "end": {
          "line": 393,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11525,
      "end": 11526,
      "loc": {
        "start": {
          "line": 393,
          "column": 107
        },
        "end": {
          "line": 393,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11526,
      "end": 11527,
      "loc": {
        "start": {
          "line": 393,
          "column": 108
        },
        "end": {
          "line": 393,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11528,
      "end": 11529,
      "loc": {
        "start": {
          "line": 393,
          "column": 110
        },
        "end": {
          "line": 393,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_hash",
      "start": 11538,
      "end": 11543,
      "loc": {
        "start": {
          "line": 394,
          "column": 8
        },
        "end": {
          "line": 394,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11543,
      "end": 11544,
      "loc": {
        "start": {
          "line": 394,
          "column": 13
        },
        "end": {
          "line": 394,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 11544,
      "end": 11547,
      "loc": {
        "start": {
          "line": 394,
          "column": 14
        },
        "end": {
          "line": 394,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11547,
      "end": 11548,
      "loc": {
        "start": {
          "line": 394,
          "column": 17
        },
        "end": {
          "line": 394,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11549,
      "end": 11550,
      "loc": {
        "start": {
          "line": 394,
          "column": 19
        },
        "end": {
          "line": 394,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 11551,
      "end": 11554,
      "loc": {
        "start": {
          "line": 394,
          "column": 21
        },
        "end": {
          "line": 394,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11554,
      "end": 11555,
      "loc": {
        "start": {
          "line": 394,
          "column": 24
        },
        "end": {
          "line": 394,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11562,
      "end": 11563,
      "loc": {
        "start": {
          "line": 395,
          "column": 6
        },
        "end": {
          "line": 395,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11568,
      "end": 11569,
      "loc": {
        "start": {
          "line": 396,
          "column": 4
        },
        "end": {
          "line": 396,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11569,
      "end": 11570,
      "loc": {
        "start": {
          "line": 396,
          "column": 5
        },
        "end": {
          "line": 396,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11570,
      "end": 11571,
      "loc": {
        "start": {
          "line": 396,
          "column": 6
        },
        "end": {
          "line": 396,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 11577,
      "end": 11583,
      "loc": {
        "start": {
          "line": 398,
          "column": 4
        },
        "end": {
          "line": 398,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11584,
      "end": 11585,
      "loc": {
        "start": {
          "line": 398,
          "column": 11
        },
        "end": {
          "line": 398,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_hash",
      "start": 11586,
      "end": 11591,
      "loc": {
        "start": {
          "line": 398,
          "column": 13
        },
        "end": {
          "line": 398,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11591,
      "end": 11592,
      "loc": {
        "start": {
          "line": 398,
          "column": 18
        },
        "end": {
          "line": 398,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11595,
      "end": 11596,
      "loc": {
        "start": {
          "line": 399,
          "column": 2
        },
        "end": {
          "line": 399,
          "column": 3
        }
      }
    },
    {
      "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": 11600,
      "end": 11606,
      "loc": {
        "start": {
          "line": 401,
          "column": 2
        },
        "end": {
          "line": 401,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 11607,
      "end": 11613,
      "loc": {
        "start": {
          "line": 401,
          "column": 9
        },
        "end": {
          "line": 401,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11613,
      "end": 11614,
      "loc": {
        "start": {
          "line": 401,
          "column": 15
        },
        "end": {
          "line": 401,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11615,
      "end": 11616,
      "loc": {
        "start": {
          "line": 402,
          "column": 0
        },
        "end": {
          "line": 402,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 11617,
      "end": 11624,
      "loc": {
        "start": {
          "line": 403,
          "column": 0
        },
        "end": {
          "line": 403,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11624,
      "end": 11625,
      "loc": {
        "start": {
          "line": 403,
          "column": 7
        },
        "end": {
          "line": 403,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeNullValuesFromHash",
      "start": 11625,
      "end": 11649,
      "loc": {
        "start": {
          "line": 403,
          "column": 8
        },
        "end": {
          "line": 403,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11650,
      "end": 11651,
      "loc": {
        "start": {
          "line": 403,
          "column": 33
        },
        "end": {
          "line": 403,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeNullValuesFromHash",
      "start": 11652,
      "end": 11676,
      "loc": {
        "start": {
          "line": 403,
          "column": 35
        },
        "end": {
          "line": 403,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11676,
      "end": 11677,
      "loc": {
        "start": {
          "line": 403,
          "column": 59
        },
        "end": {
          "line": 403,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 11679,
      "end": 11687,
      "loc": {
        "start": {
          "line": 405,
          "column": 0
        },
        "end": {
          "line": 405,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 11688,
      "end": 11693,
      "loc": {
        "start": {
          "line": 405,
          "column": 9
        },
        "end": {
          "line": 405,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11693,
      "end": 11694,
      "loc": {
        "start": {
          "line": 405,
          "column": 14
        },
        "end": {
          "line": 405,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11694,
      "end": 11695,
      "loc": {
        "start": {
          "line": 405,
          "column": 15
        },
        "end": {
          "line": 405,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11696,
      "end": 11697,
      "loc": {
        "start": {
          "line": 405,
          "column": 17
        },
        "end": {
          "line": 405,
          "column": 18
        }
      }
    },
    {
      "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": 11700,
      "end": 11705,
      "loc": {
        "start": {
          "line": 406,
          "column": 2
        },
        "end": {
          "line": 406,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orig",
      "start": 11706,
      "end": 11710,
      "loc": {
        "start": {
          "line": 406,
          "column": 8
        },
        "end": {
          "line": 406,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11711,
      "end": 11712,
      "loc": {
        "start": {
          "line": 406,
          "column": 13
        },
        "end": {
          "line": 406,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 11713,
      "end": 11718,
      "loc": {
        "start": {
          "line": 406,
          "column": 15
        },
        "end": {
          "line": 406,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11718,
      "end": 11719,
      "loc": {
        "start": {
          "line": 406,
          "column": 20
        },
        "end": {
          "line": 406,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prepareStackTrace",
      "start": 11719,
      "end": 11736,
      "loc": {
        "start": {
          "line": 406,
          "column": 21
        },
        "end": {
          "line": 406,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11736,
      "end": 11737,
      "loc": {
        "start": {
          "line": 406,
          "column": 38
        },
        "end": {
          "line": 406,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 11740,
      "end": 11745,
      "loc": {
        "start": {
          "line": 407,
          "column": 2
        },
        "end": {
          "line": 407,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11745,
      "end": 11746,
      "loc": {
        "start": {
          "line": 407,
          "column": 7
        },
        "end": {
          "line": 407,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prepareStackTrace",
      "start": 11746,
      "end": 11763,
      "loc": {
        "start": {
          "line": 407,
          "column": 8
        },
        "end": {
          "line": 407,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11764,
      "end": 11765,
      "loc": {
        "start": {
          "line": 407,
          "column": 26
        },
        "end": {
          "line": 407,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11766,
      "end": 11767,
      "loc": {
        "start": {
          "line": 407,
          "column": 28
        },
        "end": {
          "line": 407,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11767,
      "end": 11768,
      "loc": {
        "start": {
          "line": 407,
          "column": 29
        },
        "end": {
          "line": 407,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11768,
      "end": 11769,
      "loc": {
        "start": {
          "line": 407,
          "column": 30
        },
        "end": {
          "line": 407,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 11770,
      "end": 11775,
      "loc": {
        "start": {
          "line": 407,
          "column": 32
        },
        "end": {
          "line": 407,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11775,
      "end": 11776,
      "loc": {
        "start": {
          "line": 407,
          "column": 37
        },
        "end": {
          "line": 407,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11777,
      "end": 11779,
      "loc": {
        "start": {
          "line": 407,
          "column": 39
        },
        "end": {
          "line": 407,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 11780,
      "end": 11785,
      "loc": {
        "start": {
          "line": 407,
          "column": 42
        },
        "end": {
          "line": 407,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11785,
      "end": 11786,
      "loc": {
        "start": {
          "line": 407,
          "column": 47
        },
        "end": {
          "line": 407,
          "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": 11789,
      "end": 11794,
      "loc": {
        "start": {
          "line": 408,
          "column": 2
        },
        "end": {
          "line": 408,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 11795,
      "end": 11798,
      "loc": {
        "start": {
          "line": 408,
          "column": 8
        },
        "end": {
          "line": 408,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11799,
      "end": 11800,
      "loc": {
        "start": {
          "line": 408,
          "column": 12
        },
        "end": {
          "line": 408,
          "column": 13
        }
      }
    },
    {
      "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": 11801,
      "end": 11804,
      "loc": {
        "start": {
          "line": 408,
          "column": 14
        },
        "end": {
          "line": 408,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 11805,
      "end": 11810,
      "loc": {
        "start": {
          "line": 408,
          "column": 18
        },
        "end": {
          "line": 408,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11810,
      "end": 11811,
      "loc": {
        "start": {
          "line": 408,
          "column": 23
        },
        "end": {
          "line": 408,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11811,
      "end": 11812,
      "loc": {
        "start": {
          "line": 408,
          "column": 24
        },
        "end": {
          "line": 408,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11812,
      "end": 11813,
      "loc": {
        "start": {
          "line": 408,
          "column": 25
        },
        "end": {
          "line": 408,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 11816,
      "end": 11821,
      "loc": {
        "start": {
          "line": 409,
          "column": 2
        },
        "end": {
          "line": 409,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11821,
      "end": 11822,
      "loc": {
        "start": {
          "line": 409,
          "column": 7
        },
        "end": {
          "line": 409,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "captureStackTrace",
      "start": 11822,
      "end": 11839,
      "loc": {
        "start": {
          "line": 409,
          "column": 8
        },
        "end": {
          "line": 409,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11839,
      "end": 11840,
      "loc": {
        "start": {
          "line": 409,
          "column": 25
        },
        "end": {
          "line": 409,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 11840,
      "end": 11843,
      "loc": {
        "start": {
          "line": 409,
          "column": 26
        },
        "end": {
          "line": 409,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11843,
      "end": 11844,
      "loc": {
        "start": {
          "line": 409,
          "column": 29
        },
        "end": {
          "line": 409,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 11845,
      "end": 11850,
      "loc": {
        "start": {
          "line": 409,
          "column": 31
        },
        "end": {
          "line": 409,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11850,
      "end": 11851,
      "loc": {
        "start": {
          "line": 409,
          "column": 36
        },
        "end": {
          "line": 409,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11851,
      "end": 11852,
      "loc": {
        "start": {
          "line": 409,
          "column": 37
        },
        "end": {
          "line": 409,
          "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": 11855,
      "end": 11860,
      "loc": {
        "start": {
          "line": 410,
          "column": 2
        },
        "end": {
          "line": 410,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errStack",
      "start": 11861,
      "end": 11869,
      "loc": {
        "start": {
          "line": 410,
          "column": 8
        },
        "end": {
          "line": 410,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11870,
      "end": 11871,
      "loc": {
        "start": {
          "line": 410,
          "column": 17
        },
        "end": {
          "line": 410,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 11872,
      "end": 11875,
      "loc": {
        "start": {
          "line": 410,
          "column": 19
        },
        "end": {
          "line": 410,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11875,
      "end": 11876,
      "loc": {
        "start": {
          "line": 410,
          "column": 22
        },
        "end": {
          "line": 410,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 11876,
      "end": 11881,
      "loc": {
        "start": {
          "line": 410,
          "column": 23
        },
        "end": {
          "line": 410,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11881,
      "end": 11882,
      "loc": {
        "start": {
          "line": 410,
          "column": 28
        },
        "end": {
          "line": 410,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 11885,
      "end": 11890,
      "loc": {
        "start": {
          "line": 411,
          "column": 2
        },
        "end": {
          "line": 411,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11890,
      "end": 11891,
      "loc": {
        "start": {
          "line": 411,
          "column": 7
        },
        "end": {
          "line": 411,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prepareStackTrace",
      "start": 11891,
      "end": 11908,
      "loc": {
        "start": {
          "line": 411,
          "column": 8
        },
        "end": {
          "line": 411,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11909,
      "end": 11910,
      "loc": {
        "start": {
          "line": 411,
          "column": 26
        },
        "end": {
          "line": 411,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orig",
      "start": 11911,
      "end": 11915,
      "loc": {
        "start": {
          "line": 411,
          "column": 28
        },
        "end": {
          "line": 411,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11915,
      "end": 11916,
      "loc": {
        "start": {
          "line": 411,
          "column": 32
        },
        "end": {
          "line": 411,
          "column": 33
        }
      }
    },
    {
      "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": 11919,
      "end": 11925,
      "loc": {
        "start": {
          "line": 412,
          "column": 2
        },
        "end": {
          "line": 412,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errStack",
      "start": 11926,
      "end": 11934,
      "loc": {
        "start": {
          "line": 412,
          "column": 9
        },
        "end": {
          "line": 412,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11934,
      "end": 11935,
      "loc": {
        "start": {
          "line": 412,
          "column": 17
        },
        "end": {
          "line": 412,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11936,
      "end": 11937,
      "loc": {
        "start": {
          "line": 413,
          "column": 0
        },
        "end": {
          "line": 413,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 11938,
      "end": 11945,
      "loc": {
        "start": {
          "line": 414,
          "column": 0
        },
        "end": {
          "line": 414,
          "column": 7
        }
      }
    },
    {
      "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": 414,
          "column": 7
        },
        "end": {
          "line": 414,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 11946,
      "end": 11951,
      "loc": {
        "start": {
          "line": 414,
          "column": 8
        },
        "end": {
          "line": 414,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11952,
      "end": 11953,
      "loc": {
        "start": {
          "line": 414,
          "column": 14
        },
        "end": {
          "line": 414,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stack",
      "start": 11954,
      "end": 11959,
      "loc": {
        "start": {
          "line": 414,
          "column": 16
        },
        "end": {
          "line": 414,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11959,
      "end": 11960,
      "loc": {
        "start": {
          "line": 414,
          "column": 21
        },
        "end": {
          "line": 414,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 11962,
      "end": 11970,
      "loc": {
        "start": {
          "line": 416,
          "column": 0
        },
        "end": {
          "line": 416,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sliceArgs",
      "start": 11971,
      "end": 11980,
      "loc": {
        "start": {
          "line": 416,
          "column": 9
        },
        "end": {
          "line": 416,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11980,
      "end": 11981,
      "loc": {
        "start": {
          "line": 416,
          "column": 18
        },
        "end": {
          "line": 416,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 11981,
      "end": 11985,
      "loc": {
        "start": {
          "line": 416,
          "column": 19
        },
        "end": {
          "line": 416,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11985,
      "end": 11986,
      "loc": {
        "start": {
          "line": 416,
          "column": 23
        },
        "end": {
          "line": 416,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "begin",
      "start": 11987,
      "end": 11992,
      "loc": {
        "start": {
          "line": 416,
          "column": 25
        },
        "end": {
          "line": 416,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11992,
      "end": 11993,
      "loc": {
        "start": {
          "line": 416,
          "column": 30
        },
        "end": {
          "line": 416,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11994,
      "end": 11995,
      "loc": {
        "start": {
          "line": 416,
          "column": 32
        },
        "end": {
          "line": 416,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "begin",
      "start": 11998,
      "end": 12003,
      "loc": {
        "start": {
          "line": 417,
          "column": 2
        },
        "end": {
          "line": 417,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12004,
      "end": 12005,
      "loc": {
        "start": {
          "line": 417,
          "column": 8
        },
        "end": {
          "line": 417,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "begin",
      "start": 12006,
      "end": 12011,
      "loc": {
        "start": {
          "line": 417,
          "column": 10
        },
        "end": {
          "line": 417,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 12012,
      "end": 12014,
      "loc": {
        "start": {
          "line": 417,
          "column": 16
        },
        "end": {
          "line": 417,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12015,
      "end": 12016,
      "loc": {
        "start": {
          "line": 417,
          "column": 19
        },
        "end": {
          "line": 417,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12016,
      "end": 12017,
      "loc": {
        "start": {
          "line": 417,
          "column": 20
        },
        "end": {
          "line": 417,
          "column": 21
        }
      }
    },
    {
      "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": 12020,
      "end": 12025,
      "loc": {
        "start": {
          "line": 418,
          "column": 2
        },
        "end": {
          "line": 418,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp",
      "start": 12026,
      "end": 12029,
      "loc": {
        "start": {
          "line": 418,
          "column": 8
        },
        "end": {
          "line": 418,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12030,
      "end": 12031,
      "loc": {
        "start": {
          "line": 418,
          "column": 12
        },
        "end": {
          "line": 418,
          "column": 13
        }
      }
    },
    {
      "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": 12032,
      "end": 12035,
      "loc": {
        "start": {
          "line": 418,
          "column": 14
        },
        "end": {
          "line": 418,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 12036,
      "end": 12041,
      "loc": {
        "start": {
          "line": 418,
          "column": 18
        },
        "end": {
          "line": 418,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12041,
      "end": 12042,
      "loc": {
        "start": {
          "line": 418,
          "column": 23
        },
        "end": {
          "line": 418,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 12042,
      "end": 12046,
      "loc": {
        "start": {
          "line": 418,
          "column": 24
        },
        "end": {
          "line": 418,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12046,
      "end": 12047,
      "loc": {
        "start": {
          "line": 418,
          "column": 28
        },
        "end": {
          "line": 418,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 12047,
      "end": 12053,
      "loc": {
        "start": {
          "line": 418,
          "column": 29
        },
        "end": {
          "line": 418,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 12054,
      "end": 12055,
      "loc": {
        "start": {
          "line": 418,
          "column": 36
        },
        "end": {
          "line": 418,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "begin",
      "start": 12056,
      "end": 12061,
      "loc": {
        "start": {
          "line": 418,
          "column": 38
        },
        "end": {
          "line": 418,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12061,
      "end": 12062,
      "loc": {
        "start": {
          "line": 418,
          "column": 43
        },
        "end": {
          "line": 418,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12062,
      "end": 12063,
      "loc": {
        "start": {
          "line": 418,
          "column": 44
        },
        "end": {
          "line": 418,
          "column": 45
        }
      }
    },
    {
      "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": 12066,
      "end": 12069,
      "loc": {
        "start": {
          "line": 419,
          "column": 2
        },
        "end": {
          "line": 419,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12070,
      "end": 12071,
      "loc": {
        "start": {
          "line": 419,
          "column": 6
        },
        "end": {
          "line": 419,
          "column": 7
        }
      }
    },
    {
      "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": 12071,
      "end": 12074,
      "loc": {
        "start": {
          "line": 419,
          "column": 7
        },
        "end": {
          "line": 419,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 12075,
      "end": 12076,
      "loc": {
        "start": {
          "line": 419,
          "column": 11
        },
        "end": {
          "line": 419,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12077,
      "end": 12078,
      "loc": {
        "start": {
          "line": 419,
          "column": 13
        },
        "end": {
          "line": 419,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "begin",
      "start": 12079,
      "end": 12084,
      "loc": {
        "start": {
          "line": 419,
          "column": 15
        },
        "end": {
          "line": 419,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12084,
      "end": 12085,
      "loc": {
        "start": {
          "line": 419,
          "column": 20
        },
        "end": {
          "line": 419,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 12086,
      "end": 12087,
      "loc": {
        "start": {
          "line": 419,
          "column": 22
        },
        "end": {
          "line": 419,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 12088,
      "end": 12089,
      "loc": {
        "start": {
          "line": 419,
          "column": 24
        },
        "end": {
          "line": 419,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 12090,
      "end": 12094,
      "loc": {
        "start": {
          "line": 419,
          "column": 26
        },
        "end": {
          "line": 419,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12094,
      "end": 12095,
      "loc": {
        "start": {
          "line": 419,
          "column": 30
        },
        "end": {
          "line": 419,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 12095,
      "end": 12101,
      "loc": {
        "start": {
          "line": 419,
          "column": 31
        },
        "end": {
          "line": 419,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12101,
      "end": 12102,
      "loc": {
        "start": {
          "line": 419,
          "column": 37
        },
        "end": {
          "line": 419,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 12103,
      "end": 12105,
      "loc": {
        "start": {
          "line": 419,
          "column": 39
        },
        "end": {
          "line": 419,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 12105,
      "end": 12106,
      "loc": {
        "start": {
          "line": 419,
          "column": 41
        },
        "end": {
          "line": 419,
          "column": 42
        }
      }
    },
    {
      "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": 419,
          "column": 42
        },
        "end": {
          "line": 419,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12108,
      "end": 12109,
      "loc": {
        "start": {
          "line": 419,
          "column": 44
        },
        "end": {
          "line": 419,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp",
      "start": 12114,
      "end": 12117,
      "loc": {
        "start": {
          "line": 420,
          "column": 4
        },
        "end": {
          "line": 420,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12117,
      "end": 12118,
      "loc": {
        "start": {
          "line": 420,
          "column": 7
        },
        "end": {
          "line": 420,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 12118,
      "end": 12119,
      "loc": {
        "start": {
          "line": 420,
          "column": 8
        },
        "end": {
          "line": 420,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 12120,
      "end": 12121,
      "loc": {
        "start": {
          "line": 420,
          "column": 10
        },
        "end": {
          "line": 420,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "begin",
      "start": 12122,
      "end": 12127,
      "loc": {
        "start": {
          "line": 420,
          "column": 12
        },
        "end": {
          "line": 420,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12127,
      "end": 12128,
      "loc": {
        "start": {
          "line": 420,
          "column": 17
        },
        "end": {
          "line": 420,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12129,
      "end": 12130,
      "loc": {
        "start": {
          "line": 420,
          "column": 19
        },
        "end": {
          "line": 420,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 12131,
      "end": 12135,
      "loc": {
        "start": {
          "line": 420,
          "column": 21
        },
        "end": {
          "line": 420,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12135,
      "end": 12136,
      "loc": {
        "start": {
          "line": 420,
          "column": 25
        },
        "end": {
          "line": 420,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 12136,
      "end": 12137,
      "loc": {
        "start": {
          "line": 420,
          "column": 26
        },
        "end": {
          "line": 420,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12137,
      "end": 12138,
      "loc": {
        "start": {
          "line": 420,
          "column": 27
        },
        "end": {
          "line": 420,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12138,
      "end": 12139,
      "loc": {
        "start": {
          "line": 420,
          "column": 28
        },
        "end": {
          "line": 420,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12142,
      "end": 12143,
      "loc": {
        "start": {
          "line": 421,
          "column": 2
        },
        "end": {
          "line": 421,
          "column": 3
        }
      }
    },
    {
      "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": 12146,
      "end": 12152,
      "loc": {
        "start": {
          "line": 422,
          "column": 2
        },
        "end": {
          "line": 422,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tmp",
      "start": 12153,
      "end": 12156,
      "loc": {
        "start": {
          "line": 422,
          "column": 9
        },
        "end": {
          "line": 422,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12156,
      "end": 12157,
      "loc": {
        "start": {
          "line": 422,
          "column": 12
        },
        "end": {
          "line": 422,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12158,
      "end": 12159,
      "loc": {
        "start": {
          "line": 423,
          "column": 0
        },
        "end": {
          "line": 423,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12160,
      "end": 12167,
      "loc": {
        "start": {
          "line": 424,
          "column": 0
        },
        "end": {
          "line": 424,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12167,
      "end": 12168,
      "loc": {
        "start": {
          "line": 424,
          "column": 7
        },
        "end": {
          "line": 424,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sliceArgs",
      "start": 12168,
      "end": 12177,
      "loc": {
        "start": {
          "line": 424,
          "column": 8
        },
        "end": {
          "line": 424,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12178,
      "end": 12179,
      "loc": {
        "start": {
          "line": 424,
          "column": 18
        },
        "end": {
          "line": 424,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sliceArgs",
      "start": 12180,
      "end": 12189,
      "loc": {
        "start": {
          "line": 424,
          "column": 20
        },
        "end": {
          "line": 424,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12189,
      "end": 12190,
      "loc": {
        "start": {
          "line": 424,
          "column": 29
        },
        "end": {
          "line": 424,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 12192,
      "end": 12200,
      "loc": {
        "start": {
          "line": 426,
          "column": 0
        },
        "end": {
          "line": 426,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 12201,
      "end": 12204,
      "loc": {
        "start": {
          "line": 426,
          "column": 9
        },
        "end": {
          "line": 426,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12204,
      "end": 12205,
      "loc": {
        "start": {
          "line": 426,
          "column": 12
        },
        "end": {
          "line": 426,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 12205,
      "end": 12212,
      "loc": {
        "start": {
          "line": 426,
          "column": 13
        },
        "end": {
          "line": 426,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12212,
      "end": 12213,
      "loc": {
        "start": {
          "line": 426,
          "column": 20
        },
        "end": {
          "line": 426,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12214,
      "end": 12215,
      "loc": {
        "start": {
          "line": 426,
          "column": 22
        },
        "end": {
          "line": 426,
          "column": 23
        }
      }
    },
    {
      "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": 12218,
      "end": 12223,
      "loc": {
        "start": {
          "line": 427,
          "column": 2
        },
        "end": {
          "line": 427,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 12224,
      "end": 12227,
      "loc": {
        "start": {
          "line": 427,
          "column": 8
        },
        "end": {
          "line": 427,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12228,
      "end": 12229,
      "loc": {
        "start": {
          "line": 427,
          "column": 12
        },
        "end": {
          "line": 427,
          "column": 13
        }
      }
    },
    {
      "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": 12230,
      "end": 12233,
      "loc": {
        "start": {
          "line": 427,
          "column": 14
        },
        "end": {
          "line": 427,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 12234,
      "end": 12238,
      "loc": {
        "start": {
          "line": 427,
          "column": 18
        },
        "end": {
          "line": 427,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12238,
      "end": 12239,
      "loc": {
        "start": {
          "line": 427,
          "column": 22
        },
        "end": {
          "line": 427,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12239,
      "end": 12240,
      "loc": {
        "start": {
          "line": 427,
          "column": 23
        },
        "end": {
          "line": 427,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12240,
      "end": 12241,
      "loc": {
        "start": {
          "line": 427,
          "column": 24
        },
        "end": {
          "line": 427,
          "column": 25
        }
      }
    },
    {
      "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": 12244,
      "end": 12246,
      "loc": {
        "start": {
          "line": 428,
          "column": 2
        },
        "end": {
          "line": 428,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12247,
      "end": 12248,
      "loc": {
        "start": {
          "line": 428,
          "column": 5
        },
        "end": {
          "line": 428,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12248,
      "end": 12249,
      "loc": {
        "start": {
          "line": 428,
          "column": 6
        },
        "end": {
          "line": 428,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mysql",
      "start": 12249,
      "end": 12256,
      "loc": {
        "start": {
          "line": 428,
          "column": 7
        },
        "end": {
          "line": 428,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12256,
      "end": 12257,
      "loc": {
        "start": {
          "line": 428,
          "column": 14
        },
        "end": {
          "line": 428,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "postgres",
      "start": 12258,
      "end": 12268,
      "loc": {
        "start": {
          "line": 428,
          "column": 16
        },
        "end": {
          "line": 428,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12268,
      "end": 12269,
      "loc": {
        "start": {
          "line": 428,
          "column": 26
        },
        "end": {
          "line": 428,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sqlite",
      "start": 12270,
      "end": 12278,
      "loc": {
        "start": {
          "line": 428,
          "column": 28
        },
        "end": {
          "line": 428,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12278,
      "end": 12279,
      "loc": {
        "start": {
          "line": 428,
          "column": 36
        },
        "end": {
          "line": 428,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12279,
      "end": 12280,
      "loc": {
        "start": {
          "line": 428,
          "column": 37
        },
        "end": {
          "line": 428,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 12280,
      "end": 12287,
      "loc": {
        "start": {
          "line": 428,
          "column": 38
        },
        "end": {
          "line": 428,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12287,
      "end": 12288,
      "loc": {
        "start": {
          "line": 428,
          "column": 45
        },
        "end": {
          "line": 428,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 12288,
      "end": 12295,
      "loc": {
        "start": {
          "line": 428,
          "column": 46
        },
        "end": {
          "line": 428,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12295,
      "end": 12296,
      "loc": {
        "start": {
          "line": 428,
          "column": 53
        },
        "end": {
          "line": 428,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12297,
      "end": 12300,
      "loc": {
        "start": {
          "line": 428,
          "column": 55
        },
        "end": {
          "line": 428,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 12301,
      "end": 12302,
      "loc": {
        "start": {
          "line": 428,
          "column": 59
        },
        "end": {
          "line": 428,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 12302,
      "end": 12303,
      "loc": {
        "start": {
          "line": 428,
          "column": 60
        },
        "end": {
          "line": 428,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12303,
      "end": 12304,
      "loc": {
        "start": {
          "line": 428,
          "column": 61
        },
        "end": {
          "line": 428,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12305,
      "end": 12306,
      "loc": {
        "start": {
          "line": 428,
          "column": 63
        },
        "end": {
          "line": 428,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 12311,
      "end": 12314,
      "loc": {
        "start": {
          "line": 429,
          "column": 4
        },
        "end": {
          "line": 429,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12314,
      "end": 12315,
      "loc": {
        "start": {
          "line": 429,
          "column": 7
        },
        "end": {
          "line": 429,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setMilliseconds",
      "start": 12315,
      "end": 12330,
      "loc": {
        "start": {
          "line": 429,
          "column": 8
        },
        "end": {
          "line": 429,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12330,
      "end": 12331,
      "loc": {
        "start": {
          "line": 429,
          "column": 23
        },
        "end": {
          "line": 429,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 12331,
      "end": 12332,
      "loc": {
        "start": {
          "line": 429,
          "column": 24
        },
        "end": {
          "line": 429,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12332,
      "end": 12333,
      "loc": {
        "start": {
          "line": 429,
          "column": 25
        },
        "end": {
          "line": 429,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12333,
      "end": 12334,
      "loc": {
        "start": {
          "line": 429,
          "column": 26
        },
        "end": {
          "line": 429,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12337,
      "end": 12338,
      "loc": {
        "start": {
          "line": 430,
          "column": 2
        },
        "end": {
          "line": 430,
          "column": 3
        }
      }
    },
    {
      "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": 12341,
      "end": 12347,
      "loc": {
        "start": {
          "line": 431,
          "column": 2
        },
        "end": {
          "line": 431,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 12348,
      "end": 12351,
      "loc": {
        "start": {
          "line": 431,
          "column": 9
        },
        "end": {
          "line": 431,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12351,
      "end": 12352,
      "loc": {
        "start": {
          "line": 431,
          "column": 12
        },
        "end": {
          "line": 431,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12353,
      "end": 12354,
      "loc": {
        "start": {
          "line": 432,
          "column": 0
        },
        "end": {
          "line": 432,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12355,
      "end": 12362,
      "loc": {
        "start": {
          "line": 433,
          "column": 0
        },
        "end": {
          "line": 433,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12362,
      "end": 12363,
      "loc": {
        "start": {
          "line": 433,
          "column": 7
        },
        "end": {
          "line": 433,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 12363,
      "end": 12366,
      "loc": {
        "start": {
          "line": 433,
          "column": 8
        },
        "end": {
          "line": 433,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12367,
      "end": 12368,
      "loc": {
        "start": {
          "line": 433,
          "column": 12
        },
        "end": {
          "line": 433,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 12369,
      "end": 12372,
      "loc": {
        "start": {
          "line": 433,
          "column": 14
        },
        "end": {
          "line": 433,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12372,
      "end": 12373,
      "loc": {
        "start": {
          "line": 433,
          "column": 17
        },
        "end": {
          "line": 433,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Note: Use the `quoteIdentifier()` and `escape()` methods on the",
      "start": 12375,
      "end": 12441,
      "loc": {
        "start": {
          "line": 435,
          "column": 0
        },
        "end": {
          "line": 435,
          "column": 66
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " `QueryInterface` instead for more portable code.",
      "start": 12442,
      "end": 12493,
      "loc": {
        "start": {
          "line": 436,
          "column": 0
        },
        "end": {
          "line": 436,
          "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": 12495,
      "end": 12500,
      "loc": {
        "start": {
          "line": 438,
          "column": 0
        },
        "end": {
          "line": 438,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TICK_CHAR",
      "start": 12501,
      "end": 12510,
      "loc": {
        "start": {
          "line": 438,
          "column": 6
        },
        "end": {
          "line": 438,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12511,
      "end": 12512,
      "loc": {
        "start": {
          "line": 438,
          "column": 16
        },
        "end": {
          "line": 438,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "`",
      "start": 12513,
      "end": 12516,
      "loc": {
        "start": {
          "line": 438,
          "column": 18
        },
        "end": {
          "line": 438,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12516,
      "end": 12517,
      "loc": {
        "start": {
          "line": 438,
          "column": 21
        },
        "end": {
          "line": 438,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12518,
      "end": 12525,
      "loc": {
        "start": {
          "line": 439,
          "column": 0
        },
        "end": {
          "line": 439,
          "column": 7
        }
      }
    },
    {
      "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": 439,
          "column": 7
        },
        "end": {
          "line": 439,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TICK_CHAR",
      "start": 12526,
      "end": 12535,
      "loc": {
        "start": {
          "line": 439,
          "column": 8
        },
        "end": {
          "line": 439,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12536,
      "end": 12537,
      "loc": {
        "start": {
          "line": 439,
          "column": 18
        },
        "end": {
          "line": 439,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TICK_CHAR",
      "start": 12538,
      "end": 12547,
      "loc": {
        "start": {
          "line": 439,
          "column": 20
        },
        "end": {
          "line": 439,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12547,
      "end": 12548,
      "loc": {
        "start": {
          "line": 439,
          "column": 29
        },
        "end": {
          "line": 439,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 12550,
      "end": 12558,
      "loc": {
        "start": {
          "line": 441,
          "column": 0
        },
        "end": {
          "line": 441,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTicks",
      "start": 12559,
      "end": 12567,
      "loc": {
        "start": {
          "line": 441,
          "column": 9
        },
        "end": {
          "line": 441,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12567,
      "end": 12568,
      "loc": {
        "start": {
          "line": 441,
          "column": 17
        },
        "end": {
          "line": 441,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 12568,
      "end": 12569,
      "loc": {
        "start": {
          "line": 441,
          "column": 18
        },
        "end": {
          "line": 441,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12569,
      "end": 12570,
      "loc": {
        "start": {
          "line": 441,
          "column": 19
        },
        "end": {
          "line": 441,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12571,
      "end": 12579,
      "loc": {
        "start": {
          "line": 441,
          "column": 21
        },
        "end": {
          "line": 441,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12579,
      "end": 12580,
      "loc": {
        "start": {
          "line": 441,
          "column": 29
        },
        "end": {
          "line": 441,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12581,
      "end": 12582,
      "loc": {
        "start": {
          "line": 441,
          "column": 31
        },
        "end": {
          "line": 441,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12585,
      "end": 12593,
      "loc": {
        "start": {
          "line": 442,
          "column": 2
        },
        "end": {
          "line": 442,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12594,
      "end": 12595,
      "loc": {
        "start": {
          "line": 442,
          "column": 11
        },
        "end": {
          "line": 442,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12596,
      "end": 12604,
      "loc": {
        "start": {
          "line": 442,
          "column": 13
        },
        "end": {
          "line": 442,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 12605,
      "end": 12607,
      "loc": {
        "start": {
          "line": 442,
          "column": 22
        },
        "end": {
          "line": 442,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TICK_CHAR",
      "start": 12608,
      "end": 12617,
      "loc": {
        "start": {
          "line": 442,
          "column": 25
        },
        "end": {
          "line": 442,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12617,
      "end": 12618,
      "loc": {
        "start": {
          "line": 442,
          "column": 34
        },
        "end": {
          "line": 442,
          "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": 12621,
      "end": 12627,
      "loc": {
        "start": {
          "line": 443,
          "column": 2
        },
        "end": {
          "line": 443,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12628,
      "end": 12636,
      "loc": {
        "start": {
          "line": 443,
          "column": 9
        },
        "end": {
          "line": 443,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12637,
      "end": 12638,
      "loc": {
        "start": {
          "line": 443,
          "column": 18
        },
        "end": {
          "line": 443,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeTicks",
      "start": 12639,
      "end": 12650,
      "loc": {
        "start": {
          "line": 443,
          "column": 20
        },
        "end": {
          "line": 443,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12650,
      "end": 12651,
      "loc": {
        "start": {
          "line": 443,
          "column": 31
        },
        "end": {
          "line": 443,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 12651,
      "end": 12652,
      "loc": {
        "start": {
          "line": 443,
          "column": 32
        },
        "end": {
          "line": 443,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12652,
      "end": 12653,
      "loc": {
        "start": {
          "line": 443,
          "column": 33
        },
        "end": {
          "line": 443,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12654,
      "end": 12662,
      "loc": {
        "start": {
          "line": 443,
          "column": 35
        },
        "end": {
          "line": 443,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12662,
      "end": 12663,
      "loc": {
        "start": {
          "line": 443,
          "column": 43
        },
        "end": {
          "line": 443,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 12664,
      "end": 12665,
      "loc": {
        "start": {
          "line": 443,
          "column": 45
        },
        "end": {
          "line": 443,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12666,
      "end": 12674,
      "loc": {
        "start": {
          "line": 443,
          "column": 47
        },
        "end": {
          "line": 443,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12674,
      "end": 12675,
      "loc": {
        "start": {
          "line": 443,
          "column": 55
        },
        "end": {
          "line": 443,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12676,
      "end": 12677,
      "loc": {
        "start": {
          "line": 444,
          "column": 0
        },
        "end": {
          "line": 444,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12678,
      "end": 12685,
      "loc": {
        "start": {
          "line": 445,
          "column": 0
        },
        "end": {
          "line": 445,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12685,
      "end": 12686,
      "loc": {
        "start": {
          "line": 445,
          "column": 7
        },
        "end": {
          "line": 445,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTicks",
      "start": 12686,
      "end": 12694,
      "loc": {
        "start": {
          "line": 445,
          "column": 8
        },
        "end": {
          "line": 445,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12695,
      "end": 12696,
      "loc": {
        "start": {
          "line": 445,
          "column": 17
        },
        "end": {
          "line": 445,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addTicks",
      "start": 12697,
      "end": 12705,
      "loc": {
        "start": {
          "line": 445,
          "column": 19
        },
        "end": {
          "line": 445,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12705,
      "end": 12706,
      "loc": {
        "start": {
          "line": 445,
          "column": 27
        },
        "end": {
          "line": 445,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 12708,
      "end": 12716,
      "loc": {
        "start": {
          "line": 447,
          "column": 0
        },
        "end": {
          "line": 447,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeTicks",
      "start": 12717,
      "end": 12728,
      "loc": {
        "start": {
          "line": 447,
          "column": 9
        },
        "end": {
          "line": 447,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12728,
      "end": 12729,
      "loc": {
        "start": {
          "line": 447,
          "column": 20
        },
        "end": {
          "line": 447,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 12729,
      "end": 12730,
      "loc": {
        "start": {
          "line": 447,
          "column": 21
        },
        "end": {
          "line": 447,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12730,
      "end": 12731,
      "loc": {
        "start": {
          "line": 447,
          "column": 22
        },
        "end": {
          "line": 447,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12732,
      "end": 12740,
      "loc": {
        "start": {
          "line": 447,
          "column": 24
        },
        "end": {
          "line": 447,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12740,
      "end": 12741,
      "loc": {
        "start": {
          "line": 447,
          "column": 32
        },
        "end": {
          "line": 447,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12742,
      "end": 12743,
      "loc": {
        "start": {
          "line": 447,
          "column": 34
        },
        "end": {
          "line": 447,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12746,
      "end": 12754,
      "loc": {
        "start": {
          "line": 448,
          "column": 2
        },
        "end": {
          "line": 448,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12755,
      "end": 12756,
      "loc": {
        "start": {
          "line": 448,
          "column": 11
        },
        "end": {
          "line": 448,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12757,
      "end": 12765,
      "loc": {
        "start": {
          "line": 448,
          "column": 13
        },
        "end": {
          "line": 448,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 12766,
      "end": 12768,
      "loc": {
        "start": {
          "line": 448,
          "column": 22
        },
        "end": {
          "line": 448,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TICK_CHAR",
      "start": 12769,
      "end": 12778,
      "loc": {
        "start": {
          "line": 448,
          "column": 25
        },
        "end": {
          "line": 448,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12778,
      "end": 12779,
      "loc": {
        "start": {
          "line": 448,
          "column": 34
        },
        "end": {
          "line": 448,
          "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": 12782,
      "end": 12788,
      "loc": {
        "start": {
          "line": 449,
          "column": 2
        },
        "end": {
          "line": 449,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 12789,
      "end": 12790,
      "loc": {
        "start": {
          "line": 449,
          "column": 9
        },
        "end": {
          "line": 449,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12790,
      "end": 12791,
      "loc": {
        "start": {
          "line": 449,
          "column": 10
        },
        "end": {
          "line": 449,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 12791,
      "end": 12798,
      "loc": {
        "start": {
          "line": 449,
          "column": 11
        },
        "end": {
          "line": 449,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12798,
      "end": 12799,
      "loc": {
        "start": {
          "line": 449,
          "column": 18
        },
        "end": {
          "line": 449,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 12799,
      "end": 12802,
      "loc": {
        "start": {
          "line": 449,
          "column": 19
        },
        "end": {
          "line": 449,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 12803,
      "end": 12809,
      "loc": {
        "start": {
          "line": 449,
          "column": 23
        },
        "end": {
          "line": 449,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12809,
      "end": 12810,
      "loc": {
        "start": {
          "line": 449,
          "column": 29
        },
        "end": {
          "line": 449,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tickChar",
      "start": 12810,
      "end": 12818,
      "loc": {
        "start": {
          "line": 449,
          "column": 30
        },
        "end": {
          "line": 449,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12818,
      "end": 12819,
      "loc": {
        "start": {
          "line": 449,
          "column": 38
        },
        "end": {
          "line": 449,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "g",
      "start": 12820,
      "end": 12823,
      "loc": {
        "start": {
          "line": 449,
          "column": 40
        },
        "end": {
          "line": 449,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12823,
      "end": 12824,
      "loc": {
        "start": {
          "line": 449,
          "column": 43
        },
        "end": {
          "line": 449,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12824,
      "end": 12825,
      "loc": {
        "start": {
          "line": 449,
          "column": 44
        },
        "end": {
          "line": 449,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 12826,
      "end": 12828,
      "loc": {
        "start": {
          "line": 449,
          "column": 46
        },
        "end": {
          "line": 449,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12828,
      "end": 12829,
      "loc": {
        "start": {
          "line": 449,
          "column": 48
        },
        "end": {
          "line": 449,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12829,
      "end": 12830,
      "loc": {
        "start": {
          "line": 449,
          "column": 49
        },
        "end": {
          "line": 449,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12831,
      "end": 12832,
      "loc": {
        "start": {
          "line": 450,
          "column": 0
        },
        "end": {
          "line": 450,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12833,
      "end": 12840,
      "loc": {
        "start": {
          "line": 451,
          "column": 0
        },
        "end": {
          "line": 451,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12840,
      "end": 12841,
      "loc": {
        "start": {
          "line": 451,
          "column": 7
        },
        "end": {
          "line": 451,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeTicks",
      "start": 12841,
      "end": 12852,
      "loc": {
        "start": {
          "line": 451,
          "column": 8
        },
        "end": {
          "line": 451,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12853,
      "end": 12854,
      "loc": {
        "start": {
          "line": 451,
          "column": 20
        },
        "end": {
          "line": 451,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeTicks",
      "start": 12855,
      "end": 12866,
      "loc": {
        "start": {
          "line": 451,
          "column": 22
        },
        "end": {
          "line": 451,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12866,
      "end": 12867,
      "loc": {
        "start": {
          "line": 451,
          "column": 33
        },
        "end": {
          "line": 451,
          "column": 34
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Utility functions for representing SQL functions, and columns that should be escaped.\n * Please do not use these functions directly, use Sequelize.fn and Sequelize.col instead.\n * @private\n ",
      "start": 12869,
      "end": 13068,
      "loc": {
        "start": {
          "line": 453,
          "column": 0
        },
        "end": {
          "line": 457,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 13069,
      "end": 13074,
      "loc": {
        "start": {
          "line": 458,
          "column": 0
        },
        "end": {
          "line": 458,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13075,
      "end": 13090,
      "loc": {
        "start": {
          "line": 458,
          "column": 6
        },
        "end": {
          "line": 458,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13091,
      "end": 13092,
      "loc": {
        "start": {
          "line": 458,
          "column": 22
        },
        "end": {
          "line": 458,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13092,
      "end": 13093,
      "loc": {
        "start": {
          "line": 458,
          "column": 23
        },
        "end": {
          "line": 458,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 13094,
      "end": 13101,
      "loc": {
        "start": {
          "line": 459,
          "column": 0
        },
        "end": {
          "line": 459,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13101,
      "end": 13102,
      "loc": {
        "start": {
          "line": 459,
          "column": 7
        },
        "end": {
          "line": 459,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13102,
      "end": 13117,
      "loc": {
        "start": {
          "line": 459,
          "column": 8
        },
        "end": {
          "line": 459,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13118,
      "end": 13119,
      "loc": {
        "start": {
          "line": 459,
          "column": 24
        },
        "end": {
          "line": 459,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13120,
      "end": 13135,
      "loc": {
        "start": {
          "line": 459,
          "column": 26
        },
        "end": {
          "line": 459,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13135,
      "end": 13136,
      "loc": {
        "start": {
          "line": 459,
          "column": 41
        },
        "end": {
          "line": 459,
          "column": 42
        }
      }
    },
    {
      "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": 13138,
      "end": 13143,
      "loc": {
        "start": {
          "line": 461,
          "column": 0
        },
        "end": {
          "line": 461,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Fn",
      "start": 13144,
      "end": 13146,
      "loc": {
        "start": {
          "line": 461,
          "column": 6
        },
        "end": {
          "line": 461,
          "column": 8
        }
      }
    },
    {
      "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": 13147,
      "end": 13154,
      "loc": {
        "start": {
          "line": 461,
          "column": 9
        },
        "end": {
          "line": 461,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13155,
      "end": 13170,
      "loc": {
        "start": {
          "line": 461,
          "column": 17
        },
        "end": {
          "line": 461,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13171,
      "end": 13172,
      "loc": {
        "start": {
          "line": 461,
          "column": 33
        },
        "end": {
          "line": 461,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 13175,
      "end": 13186,
      "loc": {
        "start": {
          "line": 462,
          "column": 2
        },
        "end": {
          "line": 462,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13186,
      "end": 13187,
      "loc": {
        "start": {
          "line": 462,
          "column": 13
        },
        "end": {
          "line": 462,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 13187,
      "end": 13189,
      "loc": {
        "start": {
          "line": 462,
          "column": 14
        },
        "end": {
          "line": 462,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13189,
      "end": 13190,
      "loc": {
        "start": {
          "line": 462,
          "column": 16
        },
        "end": {
          "line": 462,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 13191,
      "end": 13195,
      "loc": {
        "start": {
          "line": 462,
          "column": 18
        },
        "end": {
          "line": 462,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13195,
      "end": 13196,
      "loc": {
        "start": {
          "line": 462,
          "column": 22
        },
        "end": {
          "line": 462,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13197,
      "end": 13198,
      "loc": {
        "start": {
          "line": 462,
          "column": 24
        },
        "end": {
          "line": 462,
          "column": 25
        }
      }
    },
    {
      "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": 13203,
      "end": 13208,
      "loc": {
        "start": {
          "line": 463,
          "column": 4
        },
        "end": {
          "line": 463,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13208,
      "end": 13209,
      "loc": {
        "start": {
          "line": 463,
          "column": 9
        },
        "end": {
          "line": 463,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13209,
      "end": 13210,
      "loc": {
        "start": {
          "line": 463,
          "column": 10
        },
        "end": {
          "line": 463,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13210,
      "end": 13211,
      "loc": {
        "start": {
          "line": 463,
          "column": 11
        },
        "end": {
          "line": 463,
          "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": 13216,
      "end": 13220,
      "loc": {
        "start": {
          "line": 464,
          "column": 4
        },
        "end": {
          "line": 464,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13220,
      "end": 13221,
      "loc": {
        "start": {
          "line": 464,
          "column": 8
        },
        "end": {
          "line": 464,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 13221,
      "end": 13223,
      "loc": {
        "start": {
          "line": 464,
          "column": 9
        },
        "end": {
          "line": 464,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13224,
      "end": 13225,
      "loc": {
        "start": {
          "line": 464,
          "column": 12
        },
        "end": {
          "line": 464,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 13226,
      "end": 13228,
      "loc": {
        "start": {
          "line": 464,
          "column": 14
        },
        "end": {
          "line": 464,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13228,
      "end": 13229,
      "loc": {
        "start": {
          "line": 464,
          "column": 16
        },
        "end": {
          "line": 464,
          "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": 13234,
      "end": 13238,
      "loc": {
        "start": {
          "line": 465,
          "column": 4
        },
        "end": {
          "line": 465,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13238,
      "end": 13239,
      "loc": {
        "start": {
          "line": 465,
          "column": 8
        },
        "end": {
          "line": 465,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 13239,
      "end": 13243,
      "loc": {
        "start": {
          "line": 465,
          "column": 9
        },
        "end": {
          "line": 465,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13244,
      "end": 13245,
      "loc": {
        "start": {
          "line": 465,
          "column": 14
        },
        "end": {
          "line": 465,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 13246,
      "end": 13250,
      "loc": {
        "start": {
          "line": 465,
          "column": 16
        },
        "end": {
          "line": 465,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13250,
      "end": 13251,
      "loc": {
        "start": {
          "line": 465,
          "column": 20
        },
        "end": {
          "line": 465,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13254,
      "end": 13255,
      "loc": {
        "start": {
          "line": 466,
          "column": 2
        },
        "end": {
          "line": 466,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 13258,
      "end": 13263,
      "loc": {
        "start": {
          "line": 467,
          "column": 2
        },
        "end": {
          "line": 467,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13263,
      "end": 13264,
      "loc": {
        "start": {
          "line": 467,
          "column": 7
        },
        "end": {
          "line": 467,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13264,
      "end": 13265,
      "loc": {
        "start": {
          "line": 467,
          "column": 8
        },
        "end": {
          "line": 467,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13266,
      "end": 13267,
      "loc": {
        "start": {
          "line": 467,
          "column": 10
        },
        "end": {
          "line": 467,
          "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": 13272,
      "end": 13278,
      "loc": {
        "start": {
          "line": 468,
          "column": 4
        },
        "end": {
          "line": 468,
          "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": 13279,
      "end": 13282,
      "loc": {
        "start": {
          "line": 468,
          "column": 11
        },
        "end": {
          "line": 468,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Fn",
      "start": 13283,
      "end": 13285,
      "loc": {
        "start": {
          "line": 468,
          "column": 15
        },
        "end": {
          "line": 468,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13285,
      "end": 13286,
      "loc": {
        "start": {
          "line": 468,
          "column": 17
        },
        "end": {
          "line": 468,
          "column": 18
        }
      }
    },
    {
      "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": 13286,
      "end": 13290,
      "loc": {
        "start": {
          "line": 468,
          "column": 18
        },
        "end": {
          "line": 468,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13290,
      "end": 13291,
      "loc": {
        "start": {
          "line": 468,
          "column": 22
        },
        "end": {
          "line": 468,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fn",
      "start": 13291,
      "end": 13293,
      "loc": {
        "start": {
          "line": 468,
          "column": 23
        },
        "end": {
          "line": 468,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13293,
      "end": 13294,
      "loc": {
        "start": {
          "line": 468,
          "column": 25
        },
        "end": {
          "line": 468,
          "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": 13295,
      "end": 13299,
      "loc": {
        "start": {
          "line": 468,
          "column": 27
        },
        "end": {
          "line": 468,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13299,
      "end": 13300,
      "loc": {
        "start": {
          "line": 468,
          "column": 31
        },
        "end": {
          "line": 468,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 13300,
      "end": 13304,
      "loc": {
        "start": {
          "line": 468,
          "column": 32
        },
        "end": {
          "line": 468,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13304,
      "end": 13305,
      "loc": {
        "start": {
          "line": 468,
          "column": 36
        },
        "end": {
          "line": 468,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13305,
      "end": 13306,
      "loc": {
        "start": {
          "line": 468,
          "column": 37
        },
        "end": {
          "line": 468,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13309,
      "end": 13310,
      "loc": {
        "start": {
          "line": 469,
          "column": 2
        },
        "end": {
          "line": 469,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13311,
      "end": 13312,
      "loc": {
        "start": {
          "line": 470,
          "column": 0
        },
        "end": {
          "line": 470,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 13313,
      "end": 13320,
      "loc": {
        "start": {
          "line": 471,
          "column": 0
        },
        "end": {
          "line": 471,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13320,
      "end": 13321,
      "loc": {
        "start": {
          "line": 471,
          "column": 7
        },
        "end": {
          "line": 471,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Fn",
      "start": 13321,
      "end": 13323,
      "loc": {
        "start": {
          "line": 471,
          "column": 8
        },
        "end": {
          "line": 471,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13324,
      "end": 13325,
      "loc": {
        "start": {
          "line": 471,
          "column": 11
        },
        "end": {
          "line": 471,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Fn",
      "start": 13326,
      "end": 13328,
      "loc": {
        "start": {
          "line": 471,
          "column": 13
        },
        "end": {
          "line": 471,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13328,
      "end": 13329,
      "loc": {
        "start": {
          "line": 471,
          "column": 15
        },
        "end": {
          "line": 471,
          "column": 16
        }
      }
    },
    {
      "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": 13331,
      "end": 13336,
      "loc": {
        "start": {
          "line": 473,
          "column": 0
        },
        "end": {
          "line": 473,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Col",
      "start": 13337,
      "end": 13340,
      "loc": {
        "start": {
          "line": 473,
          "column": 6
        },
        "end": {
          "line": 473,
          "column": 9
        }
      }
    },
    {
      "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": 13341,
      "end": 13348,
      "loc": {
        "start": {
          "line": 473,
          "column": 10
        },
        "end": {
          "line": 473,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13349,
      "end": 13364,
      "loc": {
        "start": {
          "line": 473,
          "column": 18
        },
        "end": {
          "line": 473,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13365,
      "end": 13366,
      "loc": {
        "start": {
          "line": 473,
          "column": 34
        },
        "end": {
          "line": 473,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 13369,
      "end": 13380,
      "loc": {
        "start": {
          "line": 474,
          "column": 2
        },
        "end": {
          "line": 474,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13380,
      "end": 13381,
      "loc": {
        "start": {
          "line": 474,
          "column": 13
        },
        "end": {
          "line": 474,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "col",
      "start": 13381,
      "end": 13384,
      "loc": {
        "start": {
          "line": 474,
          "column": 14
        },
        "end": {
          "line": 474,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13384,
      "end": 13385,
      "loc": {
        "start": {
          "line": 474,
          "column": 17
        },
        "end": {
          "line": 474,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13386,
      "end": 13387,
      "loc": {
        "start": {
          "line": 474,
          "column": 19
        },
        "end": {
          "line": 474,
          "column": 20
        }
      }
    },
    {
      "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": 13392,
      "end": 13397,
      "loc": {
        "start": {
          "line": 475,
          "column": 4
        },
        "end": {
          "line": 475,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13397,
      "end": 13398,
      "loc": {
        "start": {
          "line": 475,
          "column": 9
        },
        "end": {
          "line": 475,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13398,
      "end": 13399,
      "loc": {
        "start": {
          "line": 475,
          "column": 10
        },
        "end": {
          "line": 475,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13399,
      "end": 13400,
      "loc": {
        "start": {
          "line": 475,
          "column": 11
        },
        "end": {
          "line": 475,
          "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": 13405,
      "end": 13407,
      "loc": {
        "start": {
          "line": 476,
          "column": 4
        },
        "end": {
          "line": 476,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13408,
      "end": 13409,
      "loc": {
        "start": {
          "line": 476,
          "column": 7
        },
        "end": {
          "line": 476,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 13409,
      "end": 13418,
      "loc": {
        "start": {
          "line": 476,
          "column": 8
        },
        "end": {
          "line": 476,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13418,
      "end": 13419,
      "loc": {
        "start": {
          "line": 476,
          "column": 17
        },
        "end": {
          "line": 476,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 13419,
      "end": 13425,
      "loc": {
        "start": {
          "line": 476,
          "column": 18
        },
        "end": {
          "line": 476,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 13426,
      "end": 13427,
      "loc": {
        "start": {
          "line": 476,
          "column": 25
        },
        "end": {
          "line": 476,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 13428,
      "end": 13429,
      "loc": {
        "start": {
          "line": 476,
          "column": 27
        },
        "end": {
          "line": 476,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13429,
      "end": 13430,
      "loc": {
        "start": {
          "line": 476,
          "column": 28
        },
        "end": {
          "line": 476,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13431,
      "end": 13432,
      "loc": {
        "start": {
          "line": 476,
          "column": 30
        },
        "end": {
          "line": 476,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "col",
      "start": 13439,
      "end": 13442,
      "loc": {
        "start": {
          "line": 477,
          "column": 6
        },
        "end": {
          "line": 477,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13443,
      "end": 13444,
      "loc": {
        "start": {
          "line": 477,
          "column": 10
        },
        "end": {
          "line": 477,
          "column": 11
        }
      }
    },
    {
      "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": 13445,
      "end": 13449,
      "loc": {
        "start": {
          "line": 477,
          "column": 12
        },
        "end": {
          "line": 477,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13449,
      "end": 13450,
      "loc": {
        "start": {
          "line": 477,
          "column": 16
        },
        "end": {
          "line": 477,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sliceArgs",
      "start": 13450,
      "end": 13459,
      "loc": {
        "start": {
          "line": 477,
          "column": 17
        },
        "end": {
          "line": 477,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13459,
      "end": 13460,
      "loc": {
        "start": {
          "line": 477,
          "column": 26
        },
        "end": {
          "line": 477,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 13460,
      "end": 13469,
      "loc": {
        "start": {
          "line": 477,
          "column": 27
        },
        "end": {
          "line": 477,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13469,
      "end": 13470,
      "loc": {
        "start": {
          "line": 477,
          "column": 36
        },
        "end": {
          "line": 477,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13470,
      "end": 13471,
      "loc": {
        "start": {
          "line": 477,
          "column": 37
        },
        "end": {
          "line": 477,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13476,
      "end": 13477,
      "loc": {
        "start": {
          "line": 478,
          "column": 4
        },
        "end": {
          "line": 478,
          "column": 5
        }
      }
    },
    {
      "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": 13482,
      "end": 13486,
      "loc": {
        "start": {
          "line": 479,
          "column": 4
        },
        "end": {
          "line": 479,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13486,
      "end": 13487,
      "loc": {
        "start": {
          "line": 479,
          "column": 8
        },
        "end": {
          "line": 479,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "col",
      "start": 13487,
      "end": 13490,
      "loc": {
        "start": {
          "line": 479,
          "column": 9
        },
        "end": {
          "line": 479,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13491,
      "end": 13492,
      "loc": {
        "start": {
          "line": 479,
          "column": 13
        },
        "end": {
          "line": 479,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "col",
      "start": 13493,
      "end": 13496,
      "loc": {
        "start": {
          "line": 479,
          "column": 15
        },
        "end": {
          "line": 479,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13496,
      "end": 13497,
      "loc": {
        "start": {
          "line": 479,
          "column": 18
        },
        "end": {
          "line": 479,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13500,
      "end": 13501,
      "loc": {
        "start": {
          "line": 480,
          "column": 2
        },
        "end": {
          "line": 480,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13502,
      "end": 13503,
      "loc": {
        "start": {
          "line": 481,
          "column": 0
        },
        "end": {
          "line": 481,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 13504,
      "end": 13511,
      "loc": {
        "start": {
          "line": 482,
          "column": 0
        },
        "end": {
          "line": 482,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13511,
      "end": 13512,
      "loc": {
        "start": {
          "line": 482,
          "column": 7
        },
        "end": {
          "line": 482,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Col",
      "start": 13512,
      "end": 13515,
      "loc": {
        "start": {
          "line": 482,
          "column": 8
        },
        "end": {
          "line": 482,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13516,
      "end": 13517,
      "loc": {
        "start": {
          "line": 482,
          "column": 12
        },
        "end": {
          "line": 482,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Col",
      "start": 13518,
      "end": 13521,
      "loc": {
        "start": {
          "line": 482,
          "column": 14
        },
        "end": {
          "line": 482,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13521,
      "end": 13522,
      "loc": {
        "start": {
          "line": 482,
          "column": 17
        },
        "end": {
          "line": 482,
          "column": 18
        }
      }
    },
    {
      "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": 13524,
      "end": 13529,
      "loc": {
        "start": {
          "line": 484,
          "column": 0
        },
        "end": {
          "line": 484,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Cast",
      "start": 13530,
      "end": 13534,
      "loc": {
        "start": {
          "line": 484,
          "column": 6
        },
        "end": {
          "line": 484,
          "column": 10
        }
      }
    },
    {
      "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": 13535,
      "end": 13542,
      "loc": {
        "start": {
          "line": 484,
          "column": 11
        },
        "end": {
          "line": 484,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13543,
      "end": 13558,
      "loc": {
        "start": {
          "line": 484,
          "column": 19
        },
        "end": {
          "line": 484,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13559,
      "end": 13560,
      "loc": {
        "start": {
          "line": 484,
          "column": 35
        },
        "end": {
          "line": 484,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 13563,
      "end": 13574,
      "loc": {
        "start": {
          "line": 485,
          "column": 2
        },
        "end": {
          "line": 485,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13574,
      "end": 13575,
      "loc": {
        "start": {
          "line": 485,
          "column": 13
        },
        "end": {
          "line": 485,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 13575,
      "end": 13578,
      "loc": {
        "start": {
          "line": 485,
          "column": 14
        },
        "end": {
          "line": 485,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13578,
      "end": 13579,
      "loc": {
        "start": {
          "line": 485,
          "column": 17
        },
        "end": {
          "line": 485,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 13580,
      "end": 13584,
      "loc": {
        "start": {
          "line": 485,
          "column": 19
        },
        "end": {
          "line": 485,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13584,
      "end": 13585,
      "loc": {
        "start": {
          "line": 485,
          "column": 23
        },
        "end": {
          "line": 485,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13586,
      "end": 13587,
      "loc": {
        "start": {
          "line": 485,
          "column": 25
        },
        "end": {
          "line": 485,
          "column": 26
        }
      }
    },
    {
      "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": 13592,
      "end": 13597,
      "loc": {
        "start": {
          "line": 486,
          "column": 4
        },
        "end": {
          "line": 486,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13597,
      "end": 13598,
      "loc": {
        "start": {
          "line": 486,
          "column": 9
        },
        "end": {
          "line": 486,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13598,
      "end": 13599,
      "loc": {
        "start": {
          "line": 486,
          "column": 10
        },
        "end": {
          "line": 486,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13599,
      "end": 13600,
      "loc": {
        "start": {
          "line": 486,
          "column": 11
        },
        "end": {
          "line": 486,
          "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": 13605,
      "end": 13609,
      "loc": {
        "start": {
          "line": 487,
          "column": 4
        },
        "end": {
          "line": 487,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13609,
      "end": 13610,
      "loc": {
        "start": {
          "line": 487,
          "column": 8
        },
        "end": {
          "line": 487,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 13610,
      "end": 13613,
      "loc": {
        "start": {
          "line": 487,
          "column": 9
        },
        "end": {
          "line": 487,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13614,
      "end": 13615,
      "loc": {
        "start": {
          "line": 487,
          "column": 13
        },
        "end": {
          "line": 487,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 13616,
      "end": 13619,
      "loc": {
        "start": {
          "line": 487,
          "column": 15
        },
        "end": {
          "line": 487,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13619,
      "end": 13620,
      "loc": {
        "start": {
          "line": 487,
          "column": 18
        },
        "end": {
          "line": 487,
          "column": 19
        }
      }
    },
    {
      "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": 13625,
      "end": 13629,
      "loc": {
        "start": {
          "line": 488,
          "column": 4
        },
        "end": {
          "line": 488,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13629,
      "end": 13630,
      "loc": {
        "start": {
          "line": 488,
          "column": 8
        },
        "end": {
          "line": 488,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 13630,
      "end": 13634,
      "loc": {
        "start": {
          "line": 488,
          "column": 9
        },
        "end": {
          "line": 488,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13635,
      "end": 13636,
      "loc": {
        "start": {
          "line": 488,
          "column": 14
        },
        "end": {
          "line": 488,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13637,
      "end": 13638,
      "loc": {
        "start": {
          "line": 488,
          "column": 16
        },
        "end": {
          "line": 488,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 13638,
      "end": 13642,
      "loc": {
        "start": {
          "line": 488,
          "column": 17
        },
        "end": {
          "line": 488,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 13643,
      "end": 13645,
      "loc": {
        "start": {
          "line": 488,
          "column": 22
        },
        "end": {
          "line": 488,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 13646,
      "end": 13648,
      "loc": {
        "start": {
          "line": 488,
          "column": 25
        },
        "end": {
          "line": 488,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13648,
      "end": 13649,
      "loc": {
        "start": {
          "line": 488,
          "column": 27
        },
        "end": {
          "line": 488,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13649,
      "end": 13650,
      "loc": {
        "start": {
          "line": 488,
          "column": 28
        },
        "end": {
          "line": 488,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 13650,
      "end": 13654,
      "loc": {
        "start": {
          "line": 488,
          "column": 29
        },
        "end": {
          "line": 488,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13654,
      "end": 13655,
      "loc": {
        "start": {
          "line": 488,
          "column": 33
        },
        "end": {
          "line": 488,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13655,
      "end": 13656,
      "loc": {
        "start": {
          "line": 488,
          "column": 34
        },
        "end": {
          "line": 488,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13656,
      "end": 13657,
      "loc": {
        "start": {
          "line": 488,
          "column": 35
        },
        "end": {
          "line": 488,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13660,
      "end": 13661,
      "loc": {
        "start": {
          "line": 489,
          "column": 2
        },
        "end": {
          "line": 489,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13662,
      "end": 13663,
      "loc": {
        "start": {
          "line": 490,
          "column": 0
        },
        "end": {
          "line": 490,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 13664,
      "end": 13671,
      "loc": {
        "start": {
          "line": 491,
          "column": 0
        },
        "end": {
          "line": 491,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13671,
      "end": 13672,
      "loc": {
        "start": {
          "line": 491,
          "column": 7
        },
        "end": {
          "line": 491,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Cast",
      "start": 13672,
      "end": 13676,
      "loc": {
        "start": {
          "line": 491,
          "column": 8
        },
        "end": {
          "line": 491,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13677,
      "end": 13678,
      "loc": {
        "start": {
          "line": 491,
          "column": 13
        },
        "end": {
          "line": 491,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Cast",
      "start": 13679,
      "end": 13683,
      "loc": {
        "start": {
          "line": 491,
          "column": 15
        },
        "end": {
          "line": 491,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13683,
      "end": 13684,
      "loc": {
        "start": {
          "line": 491,
          "column": 19
        },
        "end": {
          "line": 491,
          "column": 20
        }
      }
    },
    {
      "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": 13686,
      "end": 13691,
      "loc": {
        "start": {
          "line": 493,
          "column": 0
        },
        "end": {
          "line": 493,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Literal",
      "start": 13692,
      "end": 13699,
      "loc": {
        "start": {
          "line": 493,
          "column": 6
        },
        "end": {
          "line": 493,
          "column": 13
        }
      }
    },
    {
      "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": 13700,
      "end": 13707,
      "loc": {
        "start": {
          "line": 493,
          "column": 14
        },
        "end": {
          "line": 493,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13708,
      "end": 13723,
      "loc": {
        "start": {
          "line": 493,
          "column": 22
        },
        "end": {
          "line": 493,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13724,
      "end": 13725,
      "loc": {
        "start": {
          "line": 493,
          "column": 38
        },
        "end": {
          "line": 493,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 13728,
      "end": 13739,
      "loc": {
        "start": {
          "line": 494,
          "column": 2
        },
        "end": {
          "line": 494,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13739,
      "end": 13740,
      "loc": {
        "start": {
          "line": 494,
          "column": 13
        },
        "end": {
          "line": 494,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 13740,
      "end": 13743,
      "loc": {
        "start": {
          "line": 494,
          "column": 14
        },
        "end": {
          "line": 494,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13743,
      "end": 13744,
      "loc": {
        "start": {
          "line": 494,
          "column": 17
        },
        "end": {
          "line": 494,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13745,
      "end": 13746,
      "loc": {
        "start": {
          "line": 494,
          "column": 19
        },
        "end": {
          "line": 494,
          "column": 20
        }
      }
    },
    {
      "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": 13751,
      "end": 13756,
      "loc": {
        "start": {
          "line": 495,
          "column": 4
        },
        "end": {
          "line": 495,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13756,
      "end": 13757,
      "loc": {
        "start": {
          "line": 495,
          "column": 9
        },
        "end": {
          "line": 495,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13757,
      "end": 13758,
      "loc": {
        "start": {
          "line": 495,
          "column": 10
        },
        "end": {
          "line": 495,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13758,
      "end": 13759,
      "loc": {
        "start": {
          "line": 495,
          "column": 11
        },
        "end": {
          "line": 495,
          "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": 13764,
      "end": 13768,
      "loc": {
        "start": {
          "line": 496,
          "column": 4
        },
        "end": {
          "line": 496,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13768,
      "end": 13769,
      "loc": {
        "start": {
          "line": 496,
          "column": 8
        },
        "end": {
          "line": 496,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 13769,
      "end": 13772,
      "loc": {
        "start": {
          "line": 496,
          "column": 9
        },
        "end": {
          "line": 496,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13773,
      "end": 13774,
      "loc": {
        "start": {
          "line": 496,
          "column": 13
        },
        "end": {
          "line": 496,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 13775,
      "end": 13778,
      "loc": {
        "start": {
          "line": 496,
          "column": 15
        },
        "end": {
          "line": 496,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13778,
      "end": 13779,
      "loc": {
        "start": {
          "line": 496,
          "column": 18
        },
        "end": {
          "line": 496,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13782,
      "end": 13783,
      "loc": {
        "start": {
          "line": 497,
          "column": 2
        },
        "end": {
          "line": 497,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13784,
      "end": 13785,
      "loc": {
        "start": {
          "line": 498,
          "column": 0
        },
        "end": {
          "line": 498,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 13786,
      "end": 13793,
      "loc": {
        "start": {
          "line": 499,
          "column": 0
        },
        "end": {
          "line": 499,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13793,
      "end": 13794,
      "loc": {
        "start": {
          "line": 499,
          "column": 7
        },
        "end": {
          "line": 499,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Literal",
      "start": 13794,
      "end": 13801,
      "loc": {
        "start": {
          "line": 499,
          "column": 8
        },
        "end": {
          "line": 499,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13802,
      "end": 13803,
      "loc": {
        "start": {
          "line": 499,
          "column": 16
        },
        "end": {
          "line": 499,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Literal",
      "start": 13804,
      "end": 13811,
      "loc": {
        "start": {
          "line": 499,
          "column": 18
        },
        "end": {
          "line": 499,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13811,
      "end": 13812,
      "loc": {
        "start": {
          "line": 499,
          "column": 25
        },
        "end": {
          "line": 499,
          "column": 26
        }
      }
    },
    {
      "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": 13814,
      "end": 13819,
      "loc": {
        "start": {
          "line": 501,
          "column": 0
        },
        "end": {
          "line": 501,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Json",
      "start": 13820,
      "end": 13824,
      "loc": {
        "start": {
          "line": 501,
          "column": 6
        },
        "end": {
          "line": 501,
          "column": 10
        }
      }
    },
    {
      "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": 13825,
      "end": 13832,
      "loc": {
        "start": {
          "line": 501,
          "column": 11
        },
        "end": {
          "line": 501,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 13833,
      "end": 13848,
      "loc": {
        "start": {
          "line": 501,
          "column": 19
        },
        "end": {
          "line": 501,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13849,
      "end": 13850,
      "loc": {
        "start": {
          "line": 501,
          "column": 35
        },
        "end": {
          "line": 501,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 13853,
      "end": 13864,
      "loc": {
        "start": {
          "line": 502,
          "column": 2
        },
        "end": {
          "line": 502,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13864,
      "end": 13865,
      "loc": {
        "start": {
          "line": 502,
          "column": 13
        },
        "end": {
          "line": 502,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditionsOrPath",
      "start": 13865,
      "end": 13881,
      "loc": {
        "start": {
          "line": 502,
          "column": 14
        },
        "end": {
          "line": 502,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13881,
      "end": 13882,
      "loc": {
        "start": {
          "line": 502,
          "column": 30
        },
        "end": {
          "line": 502,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 13883,
      "end": 13888,
      "loc": {
        "start": {
          "line": 502,
          "column": 32
        },
        "end": {
          "line": 502,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13888,
      "end": 13889,
      "loc": {
        "start": {
          "line": 502,
          "column": 37
        },
        "end": {
          "line": 502,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13890,
      "end": 13891,
      "loc": {
        "start": {
          "line": 502,
          "column": 39
        },
        "end": {
          "line": 502,
          "column": 40
        }
      }
    },
    {
      "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": 13896,
      "end": 13901,
      "loc": {
        "start": {
          "line": 503,
          "column": 4
        },
        "end": {
          "line": 503,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13901,
      "end": 13902,
      "loc": {
        "start": {
          "line": 503,
          "column": 9
        },
        "end": {
          "line": 503,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13902,
      "end": 13903,
      "loc": {
        "start": {
          "line": 503,
          "column": 10
        },
        "end": {
          "line": 503,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13903,
      "end": 13904,
      "loc": {
        "start": {
          "line": 503,
          "column": 11
        },
        "end": {
          "line": 503,
          "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": 13909,
      "end": 13911,
      "loc": {
        "start": {
          "line": 504,
          "column": 4
        },
        "end": {
          "line": 504,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13912,
      "end": 13913,
      "loc": {
        "start": {
          "line": 504,
          "column": 7
        },
        "end": {
          "line": 504,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 13913,
      "end": 13914,
      "loc": {
        "start": {
          "line": 504,
          "column": 8
        },
        "end": {
          "line": 504,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13914,
      "end": 13915,
      "loc": {
        "start": {
          "line": 504,
          "column": 9
        },
        "end": {
          "line": 504,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 13915,
      "end": 13923,
      "loc": {
        "start": {
          "line": 504,
          "column": 10
        },
        "end": {
          "line": 504,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13923,
      "end": 13924,
      "loc": {
        "start": {
          "line": 504,
          "column": 18
        },
        "end": {
          "line": 504,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditionsOrPath",
      "start": 13924,
      "end": 13940,
      "loc": {
        "start": {
          "line": 504,
          "column": 19
        },
        "end": {
          "line": 504,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13940,
      "end": 13941,
      "loc": {
        "start": {
          "line": 504,
          "column": 35
        },
        "end": {
          "line": 504,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13941,
      "end": 13942,
      "loc": {
        "start": {
          "line": 504,
          "column": 36
        },
        "end": {
          "line": 504,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13943,
      "end": 13944,
      "loc": {
        "start": {
          "line": 504,
          "column": 38
        },
        "end": {
          "line": 504,
          "column": 39
        }
      }
    },
    {
      "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": 13951,
      "end": 13955,
      "loc": {
        "start": {
          "line": 505,
          "column": 6
        },
        "end": {
          "line": 505,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13955,
      "end": 13956,
      "loc": {
        "start": {
          "line": 505,
          "column": 10
        },
        "end": {
          "line": 505,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 13956,
      "end": 13966,
      "loc": {
        "start": {
          "line": 505,
          "column": 11
        },
        "end": {
          "line": 505,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13967,
      "end": 13968,
      "loc": {
        "start": {
          "line": 505,
          "column": 22
        },
        "end": {
          "line": 505,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditionsOrPath",
      "start": 13969,
      "end": 13985,
      "loc": {
        "start": {
          "line": 505,
          "column": 24
        },
        "end": {
          "line": 505,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13985,
      "end": 13986,
      "loc": {
        "start": {
          "line": 505,
          "column": 40
        },
        "end": {
          "line": 505,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13991,
      "end": 13992,
      "loc": {
        "start": {
          "line": 506,
          "column": 4
        },
        "end": {
          "line": 506,
          "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": 13993,
      "end": 13997,
      "loc": {
        "start": {
          "line": 506,
          "column": 6
        },
        "end": {
          "line": 506,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13998,
      "end": 13999,
      "loc": {
        "start": {
          "line": 506,
          "column": 11
        },
        "end": {
          "line": 506,
          "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": 14006,
      "end": 14010,
      "loc": {
        "start": {
          "line": 507,
          "column": 6
        },
        "end": {
          "line": 507,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14010,
      "end": 14011,
      "loc": {
        "start": {
          "line": 507,
          "column": 10
        },
        "end": {
          "line": 507,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 14011,
      "end": 14015,
      "loc": {
        "start": {
          "line": 507,
          "column": 11
        },
        "end": {
          "line": 507,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14016,
      "end": 14017,
      "loc": {
        "start": {
          "line": 507,
          "column": 16
        },
        "end": {
          "line": 507,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditionsOrPath",
      "start": 14018,
      "end": 14034,
      "loc": {
        "start": {
          "line": 507,
          "column": 18
        },
        "end": {
          "line": 507,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14034,
      "end": 14035,
      "loc": {
        "start": {
          "line": 507,
          "column": 34
        },
        "end": {
          "line": 507,
          "column": 35
        }
      }
    },
    {
      "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": 14042,
      "end": 14044,
      "loc": {
        "start": {
          "line": 508,
          "column": 6
        },
        "end": {
          "line": 508,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14045,
      "end": 14046,
      "loc": {
        "start": {
          "line": 508,
          "column": 9
        },
        "end": {
          "line": 508,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14046,
      "end": 14051,
      "loc": {
        "start": {
          "line": 508,
          "column": 10
        },
        "end": {
          "line": 508,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14051,
      "end": 14052,
      "loc": {
        "start": {
          "line": 508,
          "column": 15
        },
        "end": {
          "line": 508,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14053,
      "end": 14054,
      "loc": {
        "start": {
          "line": 508,
          "column": 17
        },
        "end": {
          "line": 508,
          "column": 18
        }
      }
    },
    {
      "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": 14063,
      "end": 14067,
      "loc": {
        "start": {
          "line": 509,
          "column": 8
        },
        "end": {
          "line": 509,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14067,
      "end": 14068,
      "loc": {
        "start": {
          "line": 509,
          "column": 12
        },
        "end": {
          "line": 509,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14068,
      "end": 14073,
      "loc": {
        "start": {
          "line": 509,
          "column": 13
        },
        "end": {
          "line": 509,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14074,
      "end": 14075,
      "loc": {
        "start": {
          "line": 509,
          "column": 19
        },
        "end": {
          "line": 509,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14076,
      "end": 14081,
      "loc": {
        "start": {
          "line": 509,
          "column": 21
        },
        "end": {
          "line": 509,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14081,
      "end": 14082,
      "loc": {
        "start": {
          "line": 509,
          "column": 26
        },
        "end": {
          "line": 509,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14089,
      "end": 14090,
      "loc": {
        "start": {
          "line": 510,
          "column": 6
        },
        "end": {
          "line": 510,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14095,
      "end": 14096,
      "loc": {
        "start": {
          "line": 511,
          "column": 4
        },
        "end": {
          "line": 511,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14099,
      "end": 14100,
      "loc": {
        "start": {
          "line": 512,
          "column": 2
        },
        "end": {
          "line": 512,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14101,
      "end": 14102,
      "loc": {
        "start": {
          "line": 513,
          "column": 0
        },
        "end": {
          "line": 513,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 14103,
      "end": 14110,
      "loc": {
        "start": {
          "line": 514,
          "column": 0
        },
        "end": {
          "line": 514,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14110,
      "end": 14111,
      "loc": {
        "start": {
          "line": 514,
          "column": 7
        },
        "end": {
          "line": 514,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Json",
      "start": 14111,
      "end": 14115,
      "loc": {
        "start": {
          "line": 514,
          "column": 8
        },
        "end": {
          "line": 514,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14116,
      "end": 14117,
      "loc": {
        "start": {
          "line": 514,
          "column": 13
        },
        "end": {
          "line": 514,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Json",
      "start": 14118,
      "end": 14122,
      "loc": {
        "start": {
          "line": 514,
          "column": 15
        },
        "end": {
          "line": 514,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14122,
      "end": 14123,
      "loc": {
        "start": {
          "line": 514,
          "column": 19
        },
        "end": {
          "line": 514,
          "column": 20
        }
      }
    },
    {
      "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": 14125,
      "end": 14130,
      "loc": {
        "start": {
          "line": 516,
          "column": 0
        },
        "end": {
          "line": 516,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Where",
      "start": 14131,
      "end": 14136,
      "loc": {
        "start": {
          "line": 516,
          "column": 6
        },
        "end": {
          "line": 516,
          "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": 14137,
      "end": 14144,
      "loc": {
        "start": {
          "line": 516,
          "column": 12
        },
        "end": {
          "line": 516,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 14145,
      "end": 14160,
      "loc": {
        "start": {
          "line": 516,
          "column": 20
        },
        "end": {
          "line": 516,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14161,
      "end": 14162,
      "loc": {
        "start": {
          "line": 516,
          "column": 36
        },
        "end": {
          "line": 516,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 14165,
      "end": 14176,
      "loc": {
        "start": {
          "line": 517,
          "column": 2
        },
        "end": {
          "line": 517,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14176,
      "end": 14177,
      "loc": {
        "start": {
          "line": 517,
          "column": 13
        },
        "end": {
          "line": 517,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 14177,
      "end": 14186,
      "loc": {
        "start": {
          "line": 517,
          "column": 14
        },
        "end": {
          "line": 517,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14186,
      "end": 14187,
      "loc": {
        "start": {
          "line": 517,
          "column": 23
        },
        "end": {
          "line": 517,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comparator",
      "start": 14188,
      "end": 14198,
      "loc": {
        "start": {
          "line": 517,
          "column": 25
        },
        "end": {
          "line": 517,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14198,
      "end": 14199,
      "loc": {
        "start": {
          "line": 517,
          "column": 35
        },
        "end": {
          "line": 517,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logic",
      "start": 14200,
      "end": 14205,
      "loc": {
        "start": {
          "line": 517,
          "column": 37
        },
        "end": {
          "line": 517,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14205,
      "end": 14206,
      "loc": {
        "start": {
          "line": 517,
          "column": 42
        },
        "end": {
          "line": 517,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14207,
      "end": 14208,
      "loc": {
        "start": {
          "line": 517,
          "column": 44
        },
        "end": {
          "line": 517,
          "column": 45
        }
      }
    },
    {
      "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": 14213,
      "end": 14218,
      "loc": {
        "start": {
          "line": 518,
          "column": 4
        },
        "end": {
          "line": 518,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14218,
      "end": 14219,
      "loc": {
        "start": {
          "line": 518,
          "column": 9
        },
        "end": {
          "line": 518,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14219,
      "end": 14220,
      "loc": {
        "start": {
          "line": 518,
          "column": 10
        },
        "end": {
          "line": 518,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14220,
      "end": 14221,
      "loc": {
        "start": {
          "line": 518,
          "column": 11
        },
        "end": {
          "line": 518,
          "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": 14226,
      "end": 14228,
      "loc": {
        "start": {
          "line": 519,
          "column": 4
        },
        "end": {
          "line": 519,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14229,
      "end": 14230,
      "loc": {
        "start": {
          "line": 519,
          "column": 7
        },
        "end": {
          "line": 519,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logic",
      "start": 14230,
      "end": 14235,
      "loc": {
        "start": {
          "line": 519,
          "column": 8
        },
        "end": {
          "line": 519,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14236,
      "end": 14239,
      "loc": {
        "start": {
          "line": 519,
          "column": 14
        },
        "end": {
          "line": 519,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 14240,
      "end": 14249,
      "loc": {
        "start": {
          "line": 519,
          "column": 18
        },
        "end": {
          "line": 519,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14249,
      "end": 14250,
      "loc": {
        "start": {
          "line": 519,
          "column": 27
        },
        "end": {
          "line": 519,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14251,
      "end": 14252,
      "loc": {
        "start": {
          "line": 519,
          "column": 29
        },
        "end": {
          "line": 519,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logic",
      "start": 14259,
      "end": 14264,
      "loc": {
        "start": {
          "line": 520,
          "column": 6
        },
        "end": {
          "line": 520,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14265,
      "end": 14266,
      "loc": {
        "start": {
          "line": 520,
          "column": 12
        },
        "end": {
          "line": 520,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comparator",
      "start": 14267,
      "end": 14277,
      "loc": {
        "start": {
          "line": 520,
          "column": 14
        },
        "end": {
          "line": 520,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14277,
      "end": 14278,
      "loc": {
        "start": {
          "line": 520,
          "column": 24
        },
        "end": {
          "line": 520,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comparator",
      "start": 14285,
      "end": 14295,
      "loc": {
        "start": {
          "line": 521,
          "column": 6
        },
        "end": {
          "line": 521,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14296,
      "end": 14297,
      "loc": {
        "start": {
          "line": 521,
          "column": 17
        },
        "end": {
          "line": 521,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14298,
      "end": 14301,
      "loc": {
        "start": {
          "line": 521,
          "column": 19
        },
        "end": {
          "line": 521,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14301,
      "end": 14302,
      "loc": {
        "start": {
          "line": 521,
          "column": 22
        },
        "end": {
          "line": 521,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14307,
      "end": 14308,
      "loc": {
        "start": {
          "line": 522,
          "column": 4
        },
        "end": {
          "line": 522,
          "column": 5
        }
      }
    },
    {
      "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": 14314,
      "end": 14318,
      "loc": {
        "start": {
          "line": 524,
          "column": 4
        },
        "end": {
          "line": 524,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14318,
      "end": 14319,
      "loc": {
        "start": {
          "line": 524,
          "column": 8
        },
        "end": {
          "line": 524,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 14319,
      "end": 14328,
      "loc": {
        "start": {
          "line": 524,
          "column": 9
        },
        "end": {
          "line": 524,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14329,
      "end": 14330,
      "loc": {
        "start": {
          "line": 524,
          "column": 19
        },
        "end": {
          "line": 524,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 14331,
      "end": 14340,
      "loc": {
        "start": {
          "line": 524,
          "column": 21
        },
        "end": {
          "line": 524,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14340,
      "end": 14341,
      "loc": {
        "start": {
          "line": 524,
          "column": 30
        },
        "end": {
          "line": 524,
          "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": 14346,
      "end": 14350,
      "loc": {
        "start": {
          "line": 525,
          "column": 4
        },
        "end": {
          "line": 525,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14350,
      "end": 14351,
      "loc": {
        "start": {
          "line": 525,
          "column": 8
        },
        "end": {
          "line": 525,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comparator",
      "start": 14351,
      "end": 14361,
      "loc": {
        "start": {
          "line": 525,
          "column": 9
        },
        "end": {
          "line": 525,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14362,
      "end": 14363,
      "loc": {
        "start": {
          "line": 525,
          "column": 20
        },
        "end": {
          "line": 525,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "comparator",
      "start": 14364,
      "end": 14374,
      "loc": {
        "start": {
          "line": 525,
          "column": 22
        },
        "end": {
          "line": 525,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14374,
      "end": 14375,
      "loc": {
        "start": {
          "line": 525,
          "column": 32
        },
        "end": {
          "line": 525,
          "column": 33
        }
      }
    },
    {
      "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": 14380,
      "end": 14384,
      "loc": {
        "start": {
          "line": 526,
          "column": 4
        },
        "end": {
          "line": 526,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14384,
      "end": 14385,
      "loc": {
        "start": {
          "line": 526,
          "column": 8
        },
        "end": {
          "line": 526,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logic",
      "start": 14385,
      "end": 14390,
      "loc": {
        "start": {
          "line": 526,
          "column": 9
        },
        "end": {
          "line": 526,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14391,
      "end": 14392,
      "loc": {
        "start": {
          "line": 526,
          "column": 15
        },
        "end": {
          "line": 526,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logic",
      "start": 14393,
      "end": 14398,
      "loc": {
        "start": {
          "line": 526,
          "column": 17
        },
        "end": {
          "line": 526,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14398,
      "end": 14399,
      "loc": {
        "start": {
          "line": 526,
          "column": 22
        },
        "end": {
          "line": 526,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14402,
      "end": 14403,
      "loc": {
        "start": {
          "line": 527,
          "column": 2
        },
        "end": {
          "line": 527,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14404,
      "end": 14405,
      "loc": {
        "start": {
          "line": 528,
          "column": 0
        },
        "end": {
          "line": 528,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 14406,
      "end": 14413,
      "loc": {
        "start": {
          "line": 529,
          "column": 0
        },
        "end": {
          "line": 529,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14413,
      "end": 14414,
      "loc": {
        "start": {
          "line": 529,
          "column": 7
        },
        "end": {
          "line": 529,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Where",
      "start": 14414,
      "end": 14419,
      "loc": {
        "start": {
          "line": 529,
          "column": 8
        },
        "end": {
          "line": 529,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14420,
      "end": 14421,
      "loc": {
        "start": {
          "line": 529,
          "column": 14
        },
        "end": {
          "line": 529,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Where",
      "start": 14422,
      "end": 14427,
      "loc": {
        "start": {
          "line": 529,
          "column": 16
        },
        "end": {
          "line": 529,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14427,
      "end": 14428,
      "loc": {
        "start": {
          "line": 529,
          "column": 21
        },
        "end": {
          "line": 529,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 14430,
      "end": 14437,
      "loc": {
        "start": {
          "line": 531,
          "column": 0
        },
        "end": {
          "line": 531,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14437,
      "end": 14438,
      "loc": {
        "start": {
          "line": 531,
          "column": 7
        },
        "end": {
          "line": 531,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validateParameter",
      "start": 14438,
      "end": 14455,
      "loc": {
        "start": {
          "line": 531,
          "column": 8
        },
        "end": {
          "line": 531,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14456,
      "end": 14457,
      "loc": {
        "start": {
          "line": 531,
          "column": 26
        },
        "end": {
          "line": 531,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameterValidator",
      "start": 14458,
      "end": 14476,
      "loc": {
        "start": {
          "line": 531,
          "column": 28
        },
        "end": {
          "line": 531,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14476,
      "end": 14477,
      "loc": {
        "start": {
          "line": 531,
          "column": 46
        },
        "end": {
          "line": 531,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14478,
      "end": 14478,
      "loc": {
        "start": {
          "line": 532,
          "column": 0
        },
        "end": {
          "line": 532,
          "column": 0
        }
      }
    }
  ]
}