{
  "type": "File",
  "start": 0,
  "end": 6389,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 235,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 6389,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 235,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 15,
        "end": 43,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 28
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 21,
            "end": 42,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 27
              }
            },
            "id": {
              "type": "Identifier",
              "start": 21,
              "end": 22,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 7
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "init": {
              "type": "CallExpression",
              "start": 25,
              "end": 42,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 10
                },
                "end": {
                  "line": 3,
                  "column": 27
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 25,
                "end": 32,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 10
                  },
                  "end": {
                    "line": 3,
                    "column": 17
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 33,
                  "end": 41,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 18
                    },
                    "end": {
                      "line": 3,
                      "column": 26
                    }
                  },
                  "extra": {
                    "rawValue": "lodash",
                    "raw": "'lodash'"
                  },
                  "value": "lodash"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 44,
        "end": 93,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 49
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 50,
            "end": 92,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 48
              }
            },
            "id": {
              "type": "Identifier",
              "start": 50,
              "end": 58,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 14
                },
                "identifierName": "inherits"
              },
              "name": "inherits"
            },
            "init": {
              "type": "CallExpression",
              "start": 61,
              "end": 92,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 17
                },
                "end": {
                  "line": 4,
                  "column": 48
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 61,
                "end": 68,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 17
                  },
                  "end": {
                    "line": 4,
                    "column": 24
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 69,
                  "end": 91,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 25
                    },
                    "end": {
                      "line": 4,
                      "column": 47
                    }
                  },
                  "extra": {
                    "rawValue": "../../utils/inherits",
                    "raw": "'../../utils/inherits'"
                  },
                  "value": "../../utils/inherits"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "ExpressionStatement",
        "start": 95,
        "end": 6388,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 234,
            "column": 2
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 95,
          "end": 6387,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 234,
              "column": 1
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 95,
            "end": 109,
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 95,
              "end": 101,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 0
                },
                "end": {
                  "line": 6,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 102,
              "end": 109,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 7
                },
                "end": {
                  "line": 6,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "ArrowFunctionExpression",
            "start": 112,
            "end": 6387,
            "loc": {
              "start": {
                "line": 6,
                "column": 17
              },
              "end": {
                "line": 234,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [
              {
                "type": "Identifier",
                "start": 112,
                "end": 121,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 17
                  },
                  "end": {
                    "line": 6,
                    "column": 26
                  },
                  "identifierName": "BaseTypes"
                },
                "name": "BaseTypes"
              }
            ],
            "body": {
              "type": "BlockStatement",
              "start": 125,
              "end": 6387,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 30
                },
                "end": {
                  "line": 234,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "VariableDeclaration",
                  "start": 129,
                  "end": 223,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 2
                    },
                    "end": {
                      "line": 7,
                      "column": 96
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 135,
                      "end": 222,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 95
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 135,
                        "end": 139,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 12
                          },
                          "identifierName": "warn"
                        },
                        "name": "warn"
                      },
                      "init": {
                        "type": "CallExpression",
                        "start": 142,
                        "end": 222,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 15
                          },
                          "end": {
                            "line": 7,
                            "column": 95
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 142,
                          "end": 170,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 15
                            },
                            "end": {
                              "line": 7,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 142,
                            "end": 165,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 15
                              },
                              "end": {
                                "line": 7,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 142,
                              "end": 160,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 15
                                },
                                "end": {
                                  "line": 7,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 142,
                                "end": 151,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 24
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 152,
                                "end": 160,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 33
                                  },
                                  "identifierName": "ABSTRACT"
                                },
                                "name": "ABSTRACT"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 161,
                              "end": 165,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 34
                                },
                                "end": {
                                  "line": 7,
                                  "column": 38
                                },
                                "identifierName": "warn"
                              },
                              "name": "warn"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 166,
                            "end": 170,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 39
                              },
                              "end": {
                                "line": 7,
                                "column": 43
                              },
                              "identifierName": "bind"
                            },
                            "name": "bind"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 171,
                            "end": 180,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 44
                              },
                              "end": {
                                "line": 7,
                                "column": 53
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          },
                          {
                            "type": "StringLiteral",
                            "start": 182,
                            "end": 221,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 55
                              },
                              "end": {
                                "line": 7,
                                "column": 94
                              }
                            },
                            "extra": {
                              "rawValue": "https://www.sqlite.org/datatype3.html",
                              "raw": "'https://www.sqlite.org/datatype3.html'"
                            },
                            "value": "https://www.sqlite.org/datatype3.html"
                          }
                        ]
                      }
                    }
                  ],
                  "kind": "const"
                },
                {
                  "type": "ExpressionStatement",
                  "start": 227,
                  "end": 270,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 2
                    },
                    "end": {
                      "line": 9,
                      "column": 45
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 227,
                    "end": 269,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 2
                      },
                      "end": {
                        "line": 9,
                        "column": 44
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 227,
                      "end": 254,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 2
                        },
                        "end": {
                          "line": 9,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 227,
                        "end": 247,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 2
                          },
                          "end": {
                            "line": 9,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 227,
                          "end": 241,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 2
                            },
                            "end": {
                              "line": 9,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 227,
                            "end": 236,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 2
                              },
                              "end": {
                                "line": 9,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 237,
                            "end": 241,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 12
                              },
                              "end": {
                                "line": 9,
                                "column": 16
                              },
                              "identifierName": "DATE"
                            },
                            "name": "DATE"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 242,
                          "end": 247,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 17
                            },
                            "end": {
                              "line": 9,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 248,
                        "end": 254,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 23
                          },
                          "end": {
                            "line": 9,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 257,
                      "end": 269,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 32
                        },
                        "end": {
                          "line": 9,
                          "column": 44
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 258,
                          "end": 268,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 33
                            },
                            "end": {
                              "line": 9,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": "DATETIME",
                            "raw": "'DATETIME'"
                          },
                          "value": "DATETIME"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 273,
                  "end": 335,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 2
                    },
                    "end": {
                      "line": 10,
                      "column": 64
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 273,
                    "end": 334,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 2
                      },
                      "end": {
                        "line": 10,
                        "column": 63
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 273,
                      "end": 302,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 2
                        },
                        "end": {
                          "line": 10,
                          "column": 31
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 273,
                        "end": 295,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 2
                          },
                          "end": {
                            "line": 10,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 273,
                          "end": 289,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 2
                            },
                            "end": {
                              "line": 10,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 273,
                            "end": 282,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 2
                              },
                              "end": {
                                "line": 10,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 283,
                            "end": 289,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 12
                              },
                              "end": {
                                "line": 10,
                                "column": 18
                              },
                              "identifierName": "STRING"
                            },
                            "name": "STRING"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 290,
                          "end": 295,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 19
                            },
                            "end": {
                              "line": 10,
                              "column": 24
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 296,
                        "end": 302,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 25
                          },
                          "end": {
                            "line": 10,
                            "column": 31
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 305,
                      "end": 334,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 34
                        },
                        "end": {
                          "line": 10,
                          "column": 63
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 306,
                          "end": 315,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 35
                            },
                            "end": {
                              "line": 10,
                              "column": 44
                            }
                          },
                          "extra": {
                            "rawValue": "VARCHAR",
                            "raw": "'VARCHAR'"
                          },
                          "value": "VARCHAR"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 317,
                          "end": 333,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 46
                            },
                            "end": {
                              "line": 10,
                              "column": 62
                            }
                          },
                          "extra": {
                            "rawValue": "VARCHAR BINARY",
                            "raw": "'VARCHAR BINARY'"
                          },
                          "value": "VARCHAR BINARY"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 338,
                  "end": 392,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 2
                    },
                    "end": {
                      "line": 11,
                      "column": 56
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 338,
                    "end": 391,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 2
                      },
                      "end": {
                        "line": 11,
                        "column": 55
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 338,
                      "end": 365,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 2
                        },
                        "end": {
                          "line": 11,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 338,
                        "end": 358,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 2
                          },
                          "end": {
                            "line": 11,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 338,
                          "end": 352,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 2
                            },
                            "end": {
                              "line": 11,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 338,
                            "end": 347,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 2
                              },
                              "end": {
                                "line": 11,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 348,
                            "end": 352,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 12
                              },
                              "end": {
                                "line": 11,
                                "column": 16
                              },
                              "identifierName": "CHAR"
                            },
                            "name": "CHAR"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 353,
                          "end": 358,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 17
                            },
                            "end": {
                              "line": 11,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 359,
                        "end": 365,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 23
                          },
                          "end": {
                            "line": 11,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 368,
                      "end": 391,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 32
                        },
                        "end": {
                          "line": 11,
                          "column": 55
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 369,
                          "end": 375,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 33
                            },
                            "end": {
                              "line": 11,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": "CHAR",
                            "raw": "'CHAR'"
                          },
                          "value": "CHAR"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 377,
                          "end": 390,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 41
                            },
                            "end": {
                              "line": 11,
                              "column": 54
                            }
                          },
                          "extra": {
                            "rawValue": "CHAR BINARY",
                            "raw": "'CHAR BINARY'"
                          },
                          "value": "CHAR BINARY"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 395,
                  "end": 434,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 2
                    },
                    "end": {
                      "line": 12,
                      "column": 41
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 395,
                    "end": 433,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 2
                      },
                      "end": {
                        "line": 12,
                        "column": 40
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 395,
                      "end": 422,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 2
                        },
                        "end": {
                          "line": 12,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 395,
                        "end": 415,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 2
                          },
                          "end": {
                            "line": 12,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 395,
                          "end": 409,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 2
                            },
                            "end": {
                              "line": 12,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 395,
                            "end": 404,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 2
                              },
                              "end": {
                                "line": 12,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 405,
                            "end": 409,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 12
                              },
                              "end": {
                                "line": 12,
                                "column": 16
                              },
                              "identifierName": "TEXT"
                            },
                            "name": "TEXT"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 410,
                          "end": 415,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 17
                            },
                            "end": {
                              "line": 12,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 416,
                        "end": 422,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 23
                          },
                          "end": {
                            "line": 12,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 425,
                      "end": 433,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 32
                        },
                        "end": {
                          "line": 12,
                          "column": 40
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 426,
                          "end": 432,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 33
                            },
                            "end": {
                              "line": 12,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": "TEXT",
                            "raw": "'TEXT'"
                          },
                          "value": "TEXT"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 437,
                  "end": 482,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 2
                    },
                    "end": {
                      "line": 13,
                      "column": 47
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 437,
                    "end": 481,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 2
                      },
                      "end": {
                        "line": 13,
                        "column": 46
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 437,
                      "end": 467,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 2
                        },
                        "end": {
                          "line": 13,
                          "column": 32
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 437,
                        "end": 460,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 2
                          },
                          "end": {
                            "line": 13,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 437,
                          "end": 454,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 2
                            },
                            "end": {
                              "line": 13,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 437,
                            "end": 446,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 2
                              },
                              "end": {
                                "line": 13,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 447,
                            "end": 454,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 12
                              },
                              "end": {
                                "line": 13,
                                "column": 19
                              },
                              "identifierName": "INTEGER"
                            },
                            "name": "INTEGER"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 455,
                          "end": 460,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 20
                            },
                            "end": {
                              "line": 13,
                              "column": 25
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 461,
                        "end": 467,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 26
                          },
                          "end": {
                            "line": 13,
                            "column": 32
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 470,
                      "end": 481,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 35
                        },
                        "end": {
                          "line": 13,
                          "column": 46
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 471,
                          "end": 480,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 36
                            },
                            "end": {
                              "line": 13,
                              "column": 45
                            }
                          },
                          "extra": {
                            "rawValue": "INTEGER",
                            "raw": "'INTEGER'"
                          },
                          "value": "INTEGER"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 485,
                  "end": 528,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 2
                    },
                    "end": {
                      "line": 14,
                      "column": 45
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 485,
                    "end": 527,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 2
                      },
                      "end": {
                        "line": 14,
                        "column": 44
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 485,
                      "end": 514,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 2
                        },
                        "end": {
                          "line": 14,
                          "column": 31
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 485,
                        "end": 507,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 2
                          },
                          "end": {
                            "line": 14,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 485,
                          "end": 501,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 2
                            },
                            "end": {
                              "line": 14,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 485,
                            "end": 494,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 2
                              },
                              "end": {
                                "line": 14,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 495,
                            "end": 501,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 12
                              },
                              "end": {
                                "line": 14,
                                "column": 18
                              },
                              "identifierName": "BIGINT"
                            },
                            "name": "BIGINT"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 502,
                          "end": 507,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 19
                            },
                            "end": {
                              "line": 14,
                              "column": 24
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 508,
                        "end": 514,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 25
                          },
                          "end": {
                            "line": 14,
                            "column": 31
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 517,
                      "end": 527,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 34
                        },
                        "end": {
                          "line": 14,
                          "column": 44
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 518,
                          "end": 526,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 35
                            },
                            "end": {
                              "line": 14,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": "BIGINT",
                            "raw": "'BIGINT'"
                          },
                          "value": "BIGINT"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 531,
                  "end": 572,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 2
                    },
                    "end": {
                      "line": 15,
                      "column": 43
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 531,
                    "end": 571,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 2
                      },
                      "end": {
                        "line": 15,
                        "column": 42
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 531,
                      "end": 559,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 2
                        },
                        "end": {
                          "line": 15,
                          "column": 30
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 531,
                        "end": 552,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 2
                          },
                          "end": {
                            "line": 15,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 531,
                          "end": 546,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 2
                            },
                            "end": {
                              "line": 15,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 531,
                            "end": 540,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 2
                              },
                              "end": {
                                "line": 15,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 541,
                            "end": 546,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 12
                              },
                              "end": {
                                "line": 15,
                                "column": 17
                              },
                              "identifierName": "FLOAT"
                            },
                            "name": "FLOAT"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 547,
                          "end": 552,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 18
                            },
                            "end": {
                              "line": 15,
                              "column": 23
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 553,
                        "end": 559,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 24
                          },
                          "end": {
                            "line": 15,
                            "column": 30
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 562,
                      "end": 571,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 33
                        },
                        "end": {
                          "line": 15,
                          "column": 42
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 563,
                          "end": 570,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 34
                            },
                            "end": {
                              "line": 15,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": "FLOAT",
                            "raw": "'FLOAT'"
                          },
                          "value": "FLOAT"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 575,
                  "end": 614,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 2
                    },
                    "end": {
                      "line": 16,
                      "column": 41
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 575,
                    "end": 613,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 2
                      },
                      "end": {
                        "line": 16,
                        "column": 40
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 575,
                      "end": 602,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 2
                        },
                        "end": {
                          "line": 16,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 575,
                        "end": 595,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 2
                          },
                          "end": {
                            "line": 16,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 575,
                          "end": 589,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 2
                            },
                            "end": {
                              "line": 16,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 575,
                            "end": 584,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 2
                              },
                              "end": {
                                "line": 16,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 585,
                            "end": 589,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 12
                              },
                              "end": {
                                "line": 16,
                                "column": 16
                              },
                              "identifierName": "TIME"
                            },
                            "name": "TIME"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 590,
                          "end": 595,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 17
                            },
                            "end": {
                              "line": 16,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 596,
                        "end": 602,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 23
                          },
                          "end": {
                            "line": 16,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 605,
                      "end": 613,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 32
                        },
                        "end": {
                          "line": 16,
                          "column": 40
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 606,
                          "end": 612,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 33
                            },
                            "end": {
                              "line": 16,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": "TIME",
                            "raw": "'TIME'"
                          },
                          "value": "TIME"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 617,
                  "end": 660,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 2
                    },
                    "end": {
                      "line": 17,
                      "column": 45
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 617,
                    "end": 659,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 2
                      },
                      "end": {
                        "line": 17,
                        "column": 44
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 617,
                      "end": 648,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 2
                        },
                        "end": {
                          "line": 17,
                          "column": 33
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 617,
                        "end": 641,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 2
                          },
                          "end": {
                            "line": 17,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 617,
                          "end": 635,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 2
                            },
                            "end": {
                              "line": 17,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 617,
                            "end": 626,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 2
                              },
                              "end": {
                                "line": 17,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 627,
                            "end": 635,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 12
                              },
                              "end": {
                                "line": 17,
                                "column": 20
                              },
                              "identifierName": "DATEONLY"
                            },
                            "name": "DATEONLY"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 636,
                          "end": 641,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 21
                            },
                            "end": {
                              "line": 17,
                              "column": 26
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 642,
                        "end": 648,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 27
                          },
                          "end": {
                            "line": 17,
                            "column": 33
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 651,
                      "end": 659,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 36
                        },
                        "end": {
                          "line": 17,
                          "column": 44
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 652,
                          "end": 658,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 37
                            },
                            "end": {
                              "line": 17,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": "DATE",
                            "raw": "'DATE'"
                          },
                          "value": "DATE"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 663,
                  "end": 708,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 2
                    },
                    "end": {
                      "line": 18,
                      "column": 47
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 663,
                    "end": 707,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 2
                      },
                      "end": {
                        "line": 18,
                        "column": 46
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 663,
                      "end": 693,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 2
                        },
                        "end": {
                          "line": 18,
                          "column": 32
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 663,
                        "end": 686,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 2
                          },
                          "end": {
                            "line": 18,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 663,
                          "end": 680,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 2
                            },
                            "end": {
                              "line": 18,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 663,
                            "end": 672,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 2
                              },
                              "end": {
                                "line": 18,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 673,
                            "end": 680,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 12
                              },
                              "end": {
                                "line": 18,
                                "column": 19
                              },
                              "identifierName": "BOOLEAN"
                            },
                            "name": "BOOLEAN"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 681,
                          "end": 686,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 20
                            },
                            "end": {
                              "line": 18,
                              "column": 25
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 687,
                        "end": 693,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 26
                          },
                          "end": {
                            "line": 18,
                            "column": 32
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 696,
                      "end": 707,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 35
                        },
                        "end": {
                          "line": 18,
                          "column": 46
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 697,
                          "end": 706,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 36
                            },
                            "end": {
                              "line": 18,
                              "column": 45
                            }
                          },
                          "extra": {
                            "rawValue": "TINYINT",
                            "raw": "'TINYINT'"
                          },
                          "value": "TINYINT"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 711,
                  "end": 774,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 2
                    },
                    "end": {
                      "line": 19,
                      "column": 65
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 711,
                    "end": 773,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 64
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 711,
                      "end": 738,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 2
                        },
                        "end": {
                          "line": 19,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 711,
                        "end": 731,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 2
                          },
                          "end": {
                            "line": 19,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 711,
                          "end": 725,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 2
                            },
                            "end": {
                              "line": 19,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 711,
                            "end": 720,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 2
                              },
                              "end": {
                                "line": 19,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 721,
                            "end": 725,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 12
                              },
                              "end": {
                                "line": 19,
                                "column": 16
                              },
                              "identifierName": "BLOB"
                            },
                            "name": "BLOB"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 726,
                          "end": 731,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 17
                            },
                            "end": {
                              "line": 19,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 732,
                        "end": 738,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 23
                          },
                          "end": {
                            "line": 19,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 741,
                      "end": 773,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 32
                        },
                        "end": {
                          "line": 19,
                          "column": 64
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 742,
                          "end": 752,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 33
                            },
                            "end": {
                              "line": 19,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": "TINYBLOB",
                            "raw": "'TINYBLOB'"
                          },
                          "value": "TINYBLOB"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 754,
                          "end": 760,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 45
                            },
                            "end": {
                              "line": 19,
                              "column": 51
                            }
                          },
                          "extra": {
                            "rawValue": "BLOB",
                            "raw": "'BLOB'"
                          },
                          "value": "BLOB"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 762,
                          "end": 772,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 53
                            },
                            "end": {
                              "line": 19,
                              "column": 63
                            }
                          },
                          "extra": {
                            "rawValue": "LONGBLOB",
                            "raw": "'LONGBLOB'"
                          },
                          "value": "LONGBLOB"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 777,
                  "end": 822,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 2
                    },
                    "end": {
                      "line": 20,
                      "column": 47
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 777,
                    "end": 821,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 2
                      },
                      "end": {
                        "line": 20,
                        "column": 46
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 777,
                      "end": 807,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 2
                        },
                        "end": {
                          "line": 20,
                          "column": 32
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 777,
                        "end": 800,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 2
                          },
                          "end": {
                            "line": 20,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 777,
                          "end": 794,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 2
                            },
                            "end": {
                              "line": 20,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 777,
                            "end": 786,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 2
                              },
                              "end": {
                                "line": 20,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 787,
                            "end": 794,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 12
                              },
                              "end": {
                                "line": 20,
                                "column": 19
                              },
                              "identifierName": "DECIMAL"
                            },
                            "name": "DECIMAL"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 795,
                          "end": 800,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 20
                            },
                            "end": {
                              "line": 20,
                              "column": 25
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 801,
                        "end": 807,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 26
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 810,
                      "end": 821,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 35
                        },
                        "end": {
                          "line": 20,
                          "column": 46
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 811,
                          "end": 820,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 36
                            },
                            "end": {
                              "line": 20,
                              "column": 45
                            }
                          },
                          "extra": {
                            "rawValue": "DECIMAL",
                            "raw": "'DECIMAL'"
                          },
                          "value": "DECIMAL"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 825,
                  "end": 864,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 2
                    },
                    "end": {
                      "line": 21,
                      "column": 41
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 825,
                    "end": 863,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 2
                      },
                      "end": {
                        "line": 21,
                        "column": 40
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 825,
                      "end": 852,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 2
                        },
                        "end": {
                          "line": 21,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 825,
                        "end": 845,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 2
                          },
                          "end": {
                            "line": 21,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 825,
                          "end": 839,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 2
                            },
                            "end": {
                              "line": 21,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 825,
                            "end": 834,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 2
                              },
                              "end": {
                                "line": 21,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 835,
                            "end": 839,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 12
                              },
                              "end": {
                                "line": 21,
                                "column": 16
                              },
                              "identifierName": "UUID"
                            },
                            "name": "UUID"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 840,
                          "end": 845,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 17
                            },
                            "end": {
                              "line": 21,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 846,
                        "end": 852,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 23
                          },
                          "end": {
                            "line": 21,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 855,
                      "end": 863,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 32
                        },
                        "end": {
                          "line": 21,
                          "column": 40
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 856,
                          "end": 862,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 33
                            },
                            "end": {
                              "line": 21,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": "UUID",
                            "raw": "'UUID'"
                          },
                          "value": "UUID"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 867,
                  "end": 903,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 2
                    },
                    "end": {
                      "line": 22,
                      "column": 38
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 867,
                    "end": 902,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 2
                      },
                      "end": {
                        "line": 22,
                        "column": 37
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 867,
                      "end": 894,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 2
                        },
                        "end": {
                          "line": 22,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 867,
                        "end": 887,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 2
                          },
                          "end": {
                            "line": 22,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 867,
                          "end": 881,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 2
                            },
                            "end": {
                              "line": 22,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 867,
                            "end": 876,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 2
                              },
                              "end": {
                                "line": 22,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 877,
                            "end": 881,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 12
                              },
                              "end": {
                                "line": 22,
                                "column": 16
                              },
                              "identifierName": "ENUM"
                            },
                            "name": "ENUM"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 882,
                          "end": 887,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 17
                            },
                            "end": {
                              "line": 22,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 888,
                        "end": 894,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 23
                          },
                          "end": {
                            "line": 22,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "BooleanLiteral",
                      "start": 897,
                      "end": 902,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 32
                        },
                        "end": {
                          "line": 22,
                          "column": 37
                        }
                      },
                      "value": false
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 906,
                  "end": 945,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 2
                    },
                    "end": {
                      "line": 23,
                      "column": 41
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 906,
                    "end": 944,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 2
                      },
                      "end": {
                        "line": 23,
                        "column": 40
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 906,
                      "end": 933,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 2
                        },
                        "end": {
                          "line": 23,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 906,
                        "end": 926,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 2
                          },
                          "end": {
                            "line": 23,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 906,
                          "end": 920,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 2
                            },
                            "end": {
                              "line": 23,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 906,
                            "end": 915,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 2
                              },
                              "end": {
                                "line": 23,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 916,
                            "end": 920,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 12
                              },
                              "end": {
                                "line": 23,
                                "column": 16
                              },
                              "identifierName": "REAL"
                            },
                            "name": "REAL"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 921,
                          "end": 926,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 17
                            },
                            "end": {
                              "line": 23,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 927,
                        "end": 933,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 23
                          },
                          "end": {
                            "line": 23,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 936,
                      "end": 944,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 32
                        },
                        "end": {
                          "line": 23,
                          "column": 40
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 937,
                          "end": 943,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 33
                            },
                            "end": {
                              "line": 23,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": "REAL",
                            "raw": "'REAL'"
                          },
                          "value": "REAL"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 948,
                  "end": 1001,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 24,
                      "column": 55
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 948,
                    "end": 1000,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 24,
                        "column": 54
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 948,
                      "end": 977,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 2
                        },
                        "end": {
                          "line": 24,
                          "column": 31
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 948,
                        "end": 970,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 2
                          },
                          "end": {
                            "line": 24,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 948,
                          "end": 964,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 2
                            },
                            "end": {
                              "line": 24,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 948,
                            "end": 957,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 2
                              },
                              "end": {
                                "line": 24,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 958,
                            "end": 964,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 12
                              },
                              "end": {
                                "line": 24,
                                "column": 18
                              },
                              "identifierName": "DOUBLE"
                            },
                            "name": "DOUBLE"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 965,
                          "end": 970,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 19
                            },
                            "end": {
                              "line": 24,
                              "column": 24
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 971,
                        "end": 977,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 25
                          },
                          "end": {
                            "line": 24,
                            "column": 31
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 980,
                      "end": 1000,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 34
                        },
                        "end": {
                          "line": 24,
                          "column": 54
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 981,
                          "end": 999,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 35
                            },
                            "end": {
                              "line": 24,
                              "column": 53
                            }
                          },
                          "extra": {
                            "rawValue": "DOUBLE PRECISION",
                            "raw": "'DOUBLE PRECISION'"
                          },
                          "value": "DOUBLE PRECISION"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1004,
                  "end": 1044,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 2
                    },
                    "end": {
                      "line": 25,
                      "column": 42
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 1004,
                    "end": 1043,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 2
                      },
                      "end": {
                        "line": 25,
                        "column": 41
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 1004,
                      "end": 1035,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 2
                        },
                        "end": {
                          "line": 25,
                          "column": 33
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 1004,
                        "end": 1028,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 2
                          },
                          "end": {
                            "line": 25,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1004,
                          "end": 1022,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 2
                            },
                            "end": {
                              "line": 25,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1004,
                            "end": 1013,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 2
                              },
                              "end": {
                                "line": 25,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1014,
                            "end": 1022,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 12
                              },
                              "end": {
                                "line": 25,
                                "column": 20
                              },
                              "identifierName": "GEOMETRY"
                            },
                            "name": "GEOMETRY"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1023,
                          "end": 1028,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 21
                            },
                            "end": {
                              "line": 25,
                              "column": 26
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1029,
                        "end": 1035,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 27
                          },
                          "end": {
                            "line": 25,
                            "column": 33
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "BooleanLiteral",
                      "start": 1038,
                      "end": 1043,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 36
                        },
                        "end": {
                          "line": 25,
                          "column": 41
                        }
                      },
                      "value": false
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1047,
                  "end": 1095,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 2
                    },
                    "end": {
                      "line": 26,
                      "column": 50
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 1047,
                    "end": 1094,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 2
                      },
                      "end": {
                        "line": 26,
                        "column": 49
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 1047,
                      "end": 1074,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 2
                        },
                        "end": {
                          "line": 26,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 1047,
                        "end": 1067,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 2
                          },
                          "end": {
                            "line": 26,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1047,
                          "end": 1061,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 2
                            },
                            "end": {
                              "line": 26,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1047,
                            "end": 1056,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 2
                              },
                              "end": {
                                "line": 26,
                                "column": 11
                              },
                              "identifierName": "BaseTypes"
                            },
                            "name": "BaseTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1057,
                            "end": 1061,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 12
                              },
                              "end": {
                                "line": 26,
                                "column": 16
                              },
                              "identifierName": "JSON"
                            },
                            "name": "JSON"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1062,
                          "end": 1067,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 17
                            },
                            "end": {
                              "line": 26,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1068,
                        "end": 1074,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 23
                          },
                          "end": {
                            "line": 26,
                            "column": 29
                          },
                          "identifierName": "sqlite"
                        },
                        "name": "sqlite"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 1077,
                      "end": 1094,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 32
                        },
                        "end": {
                          "line": 26,
                          "column": 49
                        }
                      },
                      "elements": [
                        {
                          "type": "StringLiteral",
                          "start": 1078,
                          "end": 1084,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 33
                            },
                            "end": {
                              "line": 26,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": "JSON",
                            "raw": "'JSON'"
                          },
                          "value": "JSON"
                        },
                        {
                          "type": "StringLiteral",
                          "start": 1086,
                          "end": 1093,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 41
                            },
                            "end": {
                              "line": 26,
                              "column": 48
                            }
                          },
                          "extra": {
                            "rawValue": "JSONB",
                            "raw": "'JSONB'"
                          },
                          "value": "JSONB"
                        }
                      ]
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 1099,
                  "end": 1227,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 2
                    },
                    "end": {
                      "line": 31,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1108,
                    "end": 1116,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 11
                      },
                      "end": {
                        "line": 28,
                        "column": 19
                      },
                      "identifierName": "JSONTYPE"
                    },
                    "name": "JSONTYPE"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 1119,
                    "end": 1227,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 22
                      },
                      "end": {
                        "line": 31,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 1125,
                        "end": 1180,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 59
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 1129,
                          "end": 1156,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 35
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 1131,
                            "end": 1155,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 10
                              },
                              "end": {
                                "line": 29,
                                "column": 34
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 1131,
                              "end": 1135,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 10
                                },
                                "end": {
                                  "line": 29,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 1147,
                              "end": 1155,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 26
                                },
                                "end": {
                                  "line": 29,
                                  "column": 34
                                },
                                "identifierName": "JSONTYPE"
                              },
                              "name": "JSONTYPE"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1130
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 1158,
                          "end": 1180,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 37
                            },
                            "end": {
                              "line": 29,
                              "column": 59
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 1165,
                            "end": 1179,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 44
                              },
                              "end": {
                                "line": 29,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1169,
                              "end": 1177,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 48
                                },
                                "end": {
                                  "line": 29,
                                  "column": 56
                                },
                                "identifierName": "JSONTYPE"
                              },
                              "name": "JSONTYPE"
                            },
                            "arguments": []
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 1185,
                        "end": 1223,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1185,
                          "end": 1222,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 4
                            },
                            "end": {
                              "line": 30,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1185,
                            "end": 1205,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 4
                              },
                              "end": {
                                "line": 30,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1185,
                              "end": 1199,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 4
                                },
                                "end": {
                                  "line": 30,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1185,
                                "end": 1194,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1195,
                                "end": 1199,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 18
                                  },
                                  "identifierName": "JSON"
                                },
                                "name": "JSON"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1200,
                              "end": 1205,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 19
                                },
                                "end": {
                                  "line": 30,
                                  "column": 24
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1206,
                              "end": 1210,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 25
                                },
                                "end": {
                                  "line": 30,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 1212,
                              "end": 1221,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 31
                                },
                                "end": {
                                  "line": 30,
                                  "column": 40
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1230,
                  "end": 1265,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 2
                    },
                    "end": {
                      "line": 32,
                      "column": 37
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 1230,
                    "end": 1264,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 2
                      },
                      "end": {
                        "line": 32,
                        "column": 36
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1230,
                      "end": 1238,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 2
                        },
                        "end": {
                          "line": 32,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1239,
                        "end": 1247,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 11
                          },
                          "end": {
                            "line": 32,
                            "column": 19
                          },
                          "identifierName": "JSONTYPE"
                        },
                        "name": "JSONTYPE"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 1249,
                        "end": 1263,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 21
                          },
                          "end": {
                            "line": 32,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1249,
                          "end": 1258,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 21
                            },
                            "end": {
                              "line": 32,
                              "column": 30
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1259,
                          "end": 1263,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 31
                            },
                            "end": {
                              "line": 32,
                              "column": 35
                            },
                            "identifierName": "JSON"
                          },
                          "name": "JSON"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1269,
                  "end": 1342,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 2
                    },
                    "end": {
                      "line": 36,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 1269,
                    "end": 1341,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 2
                      },
                      "end": {
                        "line": 36,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 1269,
                      "end": 1283,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 2
                        },
                        "end": {
                          "line": 34,
                          "column": 16
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1269,
                        "end": 1277,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 2
                          },
                          "end": {
                            "line": 34,
                            "column": 10
                          },
                          "identifierName": "JSONTYPE"
                        },
                        "name": "JSONTYPE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1278,
                        "end": 1283,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 11
                          },
                          "end": {
                            "line": 34,
                            "column": 16
                          },
                          "identifierName": "parse"
                        },
                        "name": "parse"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 1286,
                      "end": 1341,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 19
                        },
                        "end": {
                          "line": 36,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 1295,
                        "end": 1300,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 28
                          },
                          "end": {
                            "line": 34,
                            "column": 33
                          },
                          "identifierName": "parse"
                        },
                        "name": "parse"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 1301,
                          "end": 1305,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 34
                            },
                            "end": {
                              "line": 34,
                              "column": 38
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 1307,
                        "end": 1341,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 40
                          },
                          "end": {
                            "line": 36,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 1313,
                            "end": 1337,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 4
                              },
                              "end": {
                                "line": 35,
                                "column": 28
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 1320,
                              "end": 1336,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 11
                                },
                                "end": {
                                  "line": 35,
                                  "column": 27
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1320,
                                "end": 1330,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1320,
                                  "end": 1324,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 15
                                    },
                                    "identifierName": "JSON"
                                  },
                                  "name": "JSON"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1325,
                                  "end": 1330,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 21
                                    },
                                    "identifierName": "parse"
                                  },
                                  "name": "parse"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1331,
                                  "end": 1335,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 26
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 1346,
                  "end": 1474,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 2
                    },
                    "end": {
                      "line": 41,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1355,
                    "end": 1359,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 11
                      },
                      "end": {
                        "line": 38,
                        "column": 15
                      },
                      "identifierName": "DATE"
                    },
                    "name": "DATE"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 1360,
                      "end": 1366,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 16
                        },
                        "end": {
                          "line": 38,
                          "column": 22
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 1368,
                    "end": 1474,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 24
                      },
                      "end": {
                        "line": 41,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 1374,
                        "end": 1427,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 57
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 1378,
                          "end": 1401,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 1380,
                            "end": 1400,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 10
                              },
                              "end": {
                                "line": 39,
                                "column": 30
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 1380,
                              "end": 1384,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 10
                                },
                                "end": {
                                  "line": 39,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 1396,
                              "end": 1400,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 26
                                },
                                "end": {
                                  "line": 39,
                                  "column": 30
                                },
                                "identifierName": "DATE"
                              },
                              "name": "DATE"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1379
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 1403,
                          "end": 1427,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 33
                            },
                            "end": {
                              "line": 39,
                              "column": 57
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 1410,
                            "end": 1426,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 40
                              },
                              "end": {
                                "line": 39,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1414,
                              "end": 1418,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 44
                                },
                                "end": {
                                  "line": 39,
                                  "column": 48
                                },
                                "identifierName": "DATE"
                              },
                              "name": "DATE"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1419,
                                "end": 1425,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 55
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 1432,
                        "end": 1470,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1432,
                          "end": 1469,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 40,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1432,
                            "end": 1452,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 4
                              },
                              "end": {
                                "line": 40,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1432,
                              "end": 1446,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1432,
                                "end": 1441,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1442,
                                "end": 1446,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 18
                                  },
                                  "identifierName": "DATE"
                                },
                                "name": "DATE"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1447,
                              "end": 1452,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 19
                                },
                                "end": {
                                  "line": 40,
                                  "column": 24
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1453,
                              "end": 1457,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 25
                                },
                                "end": {
                                  "line": 40,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 1459,
                              "end": 1468,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 31
                                },
                                "end": {
                                  "line": 40,
                                  "column": 40
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1477,
                  "end": 1508,
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 2
                    },
                    "end": {
                      "line": 42,
                      "column": 33
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 1477,
                    "end": 1507,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 2
                      },
                      "end": {
                        "line": 42,
                        "column": 32
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1477,
                      "end": 1485,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 2
                        },
                        "end": {
                          "line": 42,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1486,
                        "end": 1490,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 11
                          },
                          "end": {
                            "line": 42,
                            "column": 15
                          },
                          "identifierName": "DATE"
                        },
                        "name": "DATE"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 1492,
                        "end": 1506,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 17
                          },
                          "end": {
                            "line": 42,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1492,
                          "end": 1501,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 17
                            },
                            "end": {
                              "line": 42,
                              "column": 26
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1502,
                          "end": 1506,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 27
                            },
                            "end": {
                              "line": 42,
                              "column": 31
                            },
                            "identifierName": "DATE"
                          },
                          "name": "DATE"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1512,
                  "end": 1844,
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 2
                    },
                    "end": {
                      "line": 51,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 1512,
                    "end": 1843,
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 2
                      },
                      "end": {
                        "line": 51,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 1512,
                      "end": 1522,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 2
                        },
                        "end": {
                          "line": 44,
                          "column": 12
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1512,
                        "end": 1516,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 2
                          },
                          "end": {
                            "line": 44,
                            "column": 6
                          },
                          "identifierName": "DATE"
                        },
                        "name": "DATE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1517,
                        "end": 1522,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 7
                          },
                          "end": {
                            "line": 44,
                            "column": 12
                          },
                          "identifierName": "parse"
                        },
                        "name": "parse"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 1525,
                      "end": 1843,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 15
                        },
                        "end": {
                          "line": 51,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 1534,
                        "end": 1539,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 24
                          },
                          "end": {
                            "line": 44,
                            "column": 29
                          },
                          "identifierName": "parse"
                        },
                        "name": "parse"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 1540,
                          "end": 1544,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 30
                            },
                            "end": {
                              "line": 44,
                              "column": 34
                            },
                            "identifierName": "date"
                          },
                          "name": "date"
                        },
                        {
                          "type": "Identifier",
                          "start": 1546,
                          "end": 1553,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 36
                            },
                            "end": {
                              "line": 44,
                              "column": 43
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 1555,
                        "end": 1843,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 45
                          },
                          "end": {
                            "line": 51,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 1561,
                            "end": 1839,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 4
                              },
                              "end": {
                                "line": 50,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1565,
                              "end": 1589,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 32
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 1565,
                                "end": 1582,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 25
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1565,
                                  "end": 1577,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1565,
                                    "end": 1569,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "identifierName": "date"
                                    },
                                    "name": "date"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1570,
                                    "end": 1577,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 20
                                      },
                                      "identifierName": "indexOf"
                                    },
                                    "name": "indexOf"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 1578,
                                    "end": 1581,
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 24
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "+",
                                      "raw": "'+'"
                                    },
                                    "value": "+"
                                  }
                                ]
                              },
                              "operator": "===",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 1587,
                                "end": 1589,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 32
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "NumericLiteral",
                                  "start": 1588,
                                  "end": 1589,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 32
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1591,
                              "end": 1746,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 34
                                },
                                "end": {
                                  "line": 48,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 1699,
                                  "end": 1740,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 47
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 1706,
                                    "end": 1739,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 46
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1710,
                                      "end": 1714,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 21
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1715,
                                        "end": 1738,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 45
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1715,
                                          "end": 1719,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 26
                                            },
                                            "identifierName": "date"
                                          },
                                          "name": "date"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 1722,
                                          "end": 1738,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1722,
                                            "end": 1729,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 36
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1730,
                                            "end": 1738,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 45
                                              },
                                              "identifierName": "timezone"
                                            },
                                            "name": "timezone"
                                          },
                                          "computed": false
                                        }
                                      }
                                    ],
                                    "leadingComments": null
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " For backwards compat. Dates inserted by sequelize < 2.0dev12 will not have a timestamp set",
                                      "start": 1599,
                                      "end": 1692,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 99
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 1752,
                              "end": 1839,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 11
                                },
                                "end": {
                                  "line": 50,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 1760,
                                  "end": 1782,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 28
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 1767,
                                    "end": 1781,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 27
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1771,
                                      "end": 1775,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 21
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1776,
                                        "end": 1780,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 26
                                          },
                                          "identifierName": "date"
                                        },
                                        "name": "date"
                                      }
                                    ]
                                  },
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " We already have a timezone stored in the string",
                                      "start": 1783,
                                      "end": 1833,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 79
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 1848,
                  "end": 1980,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 2
                    },
                    "end": {
                      "line": 56,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 1857,
                    "end": 1865,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 11
                      },
                      "end": {
                        "line": 53,
                        "column": 19
                      },
                      "identifierName": "DATEONLY"
                    },
                    "name": "DATEONLY"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 1868,
                    "end": 1980,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 22
                      },
                      "end": {
                        "line": 56,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 1874,
                        "end": 1929,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 4
                          },
                          "end": {
                            "line": 54,
                            "column": 59
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 1878,
                          "end": 1905,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 35
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 1880,
                            "end": 1904,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 10
                              },
                              "end": {
                                "line": 54,
                                "column": 34
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 1880,
                              "end": 1884,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 10
                                },
                                "end": {
                                  "line": 54,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 1896,
                              "end": 1904,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 26
                                },
                                "end": {
                                  "line": 54,
                                  "column": 34
                                },
                                "identifierName": "DATEONLY"
                              },
                              "name": "DATEONLY"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1879
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 1907,
                          "end": 1929,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 37
                            },
                            "end": {
                              "line": 54,
                              "column": 59
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 1914,
                            "end": 1928,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 44
                              },
                              "end": {
                                "line": 54,
                                "column": 58
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1918,
                              "end": 1926,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 48
                                },
                                "end": {
                                  "line": 54,
                                  "column": 56
                                },
                                "identifierName": "DATEONLY"
                              },
                              "name": "DATEONLY"
                            },
                            "arguments": []
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 1934,
                        "end": 1976,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 4
                          },
                          "end": {
                            "line": 55,
                            "column": 46
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1934,
                          "end": 1975,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 4
                            },
                            "end": {
                              "line": 55,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1934,
                            "end": 1958,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 4
                              },
                              "end": {
                                "line": 55,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1934,
                              "end": 1952,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 4
                                },
                                "end": {
                                  "line": 55,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1934,
                                "end": 1943,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1944,
                                "end": 1952,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 22
                                  },
                                  "identifierName": "DATEONLY"
                                },
                                "name": "DATEONLY"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1953,
                              "end": 1958,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 23
                                },
                                "end": {
                                  "line": 55,
                                  "column": 28
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1959,
                              "end": 1963,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 29
                                },
                                "end": {
                                  "line": 55,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 1965,
                              "end": 1974,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 35
                                },
                                "end": {
                                  "line": 55,
                                  "column": 44
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1983,
                  "end": 2022,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 2
                    },
                    "end": {
                      "line": 57,
                      "column": 41
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 1983,
                    "end": 2021,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 2
                      },
                      "end": {
                        "line": 57,
                        "column": 40
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1983,
                      "end": 1991,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 2
                        },
                        "end": {
                          "line": 57,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 1992,
                        "end": 2000,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 11
                          },
                          "end": {
                            "line": 57,
                            "column": 19
                          },
                          "identifierName": "DATEONLY"
                        },
                        "name": "DATEONLY"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 2002,
                        "end": 2020,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 21
                          },
                          "end": {
                            "line": 57,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2002,
                          "end": 2011,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 21
                            },
                            "end": {
                              "line": 57,
                              "column": 30
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2012,
                          "end": 2020,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 31
                            },
                            "end": {
                              "line": 57,
                              "column": 39
                            },
                            "identifierName": "DATEONLY"
                          },
                          "name": "DATEONLY"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 2026,
                  "end": 2087,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 2
                    },
                    "end": {
                      "line": 61,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 2026,
                    "end": 2086,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 2
                      },
                      "end": {
                        "line": 61,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 2026,
                      "end": 2040,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 2
                        },
                        "end": {
                          "line": 59,
                          "column": 16
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2026,
                        "end": 2034,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 2
                          },
                          "end": {
                            "line": 59,
                            "column": 10
                          },
                          "identifierName": "DATEONLY"
                        },
                        "name": "DATEONLY"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2035,
                        "end": 2040,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 11
                          },
                          "end": {
                            "line": 59,
                            "column": 16
                          },
                          "identifierName": "parse"
                        },
                        "name": "parse"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 2043,
                      "end": 2086,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 19
                        },
                        "end": {
                          "line": 61,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 2052,
                        "end": 2057,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 28
                          },
                          "end": {
                            "line": 59,
                            "column": 33
                          },
                          "identifierName": "parse"
                        },
                        "name": "parse"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 2058,
                          "end": 2062,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 34
                            },
                            "end": {
                              "line": 59,
                              "column": 38
                            },
                            "identifierName": "date"
                          },
                          "name": "date"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 2064,
                        "end": 2086,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 40
                          },
                          "end": {
                            "line": 61,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 2070,
                            "end": 2082,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 4
                              },
                              "end": {
                                "line": 60,
                                "column": 16
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 2077,
                              "end": 2081,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 11
                                },
                                "end": {
                                  "line": 60,
                                  "column": 15
                                },
                                "identifierName": "date"
                              },
                              "name": "date"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 2091,
                  "end": 2243,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 2
                    },
                    "end": {
                      "line": 66,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2100,
                    "end": 2106,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 11
                      },
                      "end": {
                        "line": 63,
                        "column": 17
                      },
                      "identifierName": "STRING"
                    },
                    "name": "STRING"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 2107,
                      "end": 2113,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 18
                        },
                        "end": {
                          "line": 63,
                          "column": 24
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    },
                    {
                      "type": "Identifier",
                      "start": 2115,
                      "end": 2121,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 26
                        },
                        "end": {
                          "line": 63,
                          "column": 32
                        },
                        "identifierName": "binary"
                      },
                      "name": "binary"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 2123,
                    "end": 2243,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 34
                      },
                      "end": {
                        "line": 66,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 2129,
                        "end": 2194,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 4
                          },
                          "end": {
                            "line": 64,
                            "column": 69
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 2133,
                          "end": 2158,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 8
                            },
                            "end": {
                              "line": 64,
                              "column": 33
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 2135,
                            "end": 2157,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 10
                              },
                              "end": {
                                "line": 64,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 2135,
                              "end": 2139,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 10
                                },
                                "end": {
                                  "line": 64,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 2151,
                              "end": 2157,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 26
                                },
                                "end": {
                                  "line": 64,
                                  "column": 32
                                },
                                "identifierName": "STRING"
                              },
                              "name": "STRING"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 2134
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 2160,
                          "end": 2194,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 35
                            },
                            "end": {
                              "line": 64,
                              "column": 69
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 2167,
                            "end": 2193,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 42
                              },
                              "end": {
                                "line": 64,
                                "column": 68
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2171,
                              "end": 2177,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 46
                                },
                                "end": {
                                  "line": 64,
                                  "column": 52
                                },
                                "identifierName": "STRING"
                              },
                              "name": "STRING"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2178,
                                "end": 2184,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 59
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              {
                                "type": "Identifier",
                                "start": 2186,
                                "end": 2192,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 67
                                  },
                                  "identifierName": "binary"
                                },
                                "name": "binary"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 2199,
                        "end": 2239,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 4
                          },
                          "end": {
                            "line": 65,
                            "column": 44
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2199,
                          "end": 2238,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 4
                            },
                            "end": {
                              "line": 65,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2199,
                            "end": 2221,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 4
                              },
                              "end": {
                                "line": 65,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2199,
                              "end": 2215,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 4
                                },
                                "end": {
                                  "line": 65,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2199,
                                "end": 2208,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2209,
                                "end": 2215,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 20
                                  },
                                  "identifierName": "STRING"
                                },
                                "name": "STRING"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2216,
                              "end": 2221,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 21
                                },
                                "end": {
                                  "line": 65,
                                  "column": 26
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 2222,
                              "end": 2226,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 27
                                },
                                "end": {
                                  "line": 65,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 2228,
                              "end": 2237,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 33
                                },
                                "end": {
                                  "line": 65,
                                  "column": 42
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 2246,
                  "end": 2281,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 2
                    },
                    "end": {
                      "line": 67,
                      "column": 37
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 2246,
                    "end": 2280,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 2
                      },
                      "end": {
                        "line": 67,
                        "column": 36
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 2246,
                      "end": 2254,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 2
                        },
                        "end": {
                          "line": 67,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 2255,
                        "end": 2261,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 11
                          },
                          "end": {
                            "line": 67,
                            "column": 17
                          },
                          "identifierName": "STRING"
                        },
                        "name": "STRING"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 2263,
                        "end": 2279,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 19
                          },
                          "end": {
                            "line": 67,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2263,
                          "end": 2272,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 19
                            },
                            "end": {
                              "line": 67,
                              "column": 28
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2273,
                          "end": 2279,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 29
                            },
                            "end": {
                              "line": 67,
                              "column": 35
                            },
                            "identifierName": "STRING"
                          },
                          "name": "STRING"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 2285,
                  "end": 2487,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 2
                    },
                    "end": {
                      "line": 75,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 2285,
                    "end": 2486,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 2
                      },
                      "end": {
                        "line": 75,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 2285,
                      "end": 2307,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 2
                        },
                        "end": {
                          "line": 69,
                          "column": 24
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 2285,
                        "end": 2301,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 2
                          },
                          "end": {
                            "line": 69,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2285,
                          "end": 2291,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 2
                            },
                            "end": {
                              "line": 69,
                              "column": 8
                            },
                            "identifierName": "STRING"
                          },
                          "name": "STRING"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2292,
                          "end": 2301,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 9
                            },
                            "end": {
                              "line": 69,
                              "column": 18
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2302,
                        "end": 2307,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 19
                          },
                          "end": {
                            "line": 69,
                            "column": 24
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 2310,
                      "end": 2486,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 27
                        },
                        "end": {
                          "line": 75,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 2319,
                        "end": 2324,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 36
                          },
                          "end": {
                            "line": 69,
                            "column": 41
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 2327,
                        "end": 2486,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 44
                          },
                          "end": {
                            "line": 75,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 2333,
                            "end": 2482,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 4
                              },
                              "end": {
                                "line": 74,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 2337,
                              "end": 2349,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 8
                                },
                                "end": {
                                  "line": 70,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2337,
                                "end": 2341,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2342,
                                "end": 2349,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 20
                                  },
                                  "identifierName": "_binary"
                                },
                                "name": "_binary"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2351,
                              "end": 2411,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 22
                                },
                                "end": {
                                  "line": 72,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 2359,
                                  "end": 2405,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 52
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 2366,
                                    "end": 2404,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 51
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 2366,
                                      "end": 2398,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 45
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 2366,
                                        "end": 2383,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 30
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "VARCHAR BINARY(",
                                          "raw": "'VARCHAR BINARY('"
                                        },
                                        "value": "VARCHAR BINARY("
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 2386,
                                        "end": 2398,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2386,
                                          "end": 2390,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2391,
                                          "end": 2398,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 45
                                            },
                                            "identifierName": "_length"
                                          },
                                          "name": "_length"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 2401,
                                      "end": 2404,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 51
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ")",
                                        "raw": "')'"
                                      },
                                      "value": ")"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 2417,
                              "end": 2482,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 11
                                },
                                "end": {
                                  "line": 74,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 2425,
                                  "end": 2476,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 57
                                    }
                                  },
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 2432,
                                    "end": 2475,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 56
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2432,
                                      "end": 2469,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2432,
                                        "end": 2464,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2432,
                                          "end": 2458,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2432,
                                            "end": 2448,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2432,
                                              "end": 2441,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 22
                                                },
                                                "identifierName": "BaseTypes"
                                              },
                                              "name": "BaseTypes"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2442,
                                              "end": 2448,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 29
                                                },
                                                "identifierName": "STRING"
                                              },
                                              "name": "STRING"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2449,
                                            "end": 2458,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 39
                                              },
                                              "identifierName": "prototype"
                                            },
                                            "name": "prototype"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2459,
                                          "end": 2464,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 45
                                            },
                                            "identifierName": "toSql"
                                          },
                                          "name": "toSql"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2465,
                                        "end": 2469,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 50
                                          },
                                          "identifierName": "call"
                                        },
                                        "name": "call"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "start": 2470,
                                        "end": 2474,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 55
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 2491,
                  "end": 2619,
                  "loc": {
                    "start": {
                      "line": 77,
                      "column": 2
                    },
                    "end": {
                      "line": 80,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2500,
                    "end": 2504,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 11
                      },
                      "end": {
                        "line": 77,
                        "column": 15
                      },
                      "identifierName": "TEXT"
                    },
                    "name": "TEXT"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 2505,
                      "end": 2511,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 16
                        },
                        "end": {
                          "line": 77,
                          "column": 22
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 2513,
                    "end": 2619,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 24
                      },
                      "end": {
                        "line": 80,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 2519,
                        "end": 2572,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 57
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 2523,
                          "end": 2546,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 8
                            },
                            "end": {
                              "line": 78,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 2525,
                            "end": 2545,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 10
                              },
                              "end": {
                                "line": 78,
                                "column": 30
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 2525,
                              "end": 2529,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 10
                                },
                                "end": {
                                  "line": 78,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 2541,
                              "end": 2545,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 26
                                },
                                "end": {
                                  "line": 78,
                                  "column": 30
                                },
                                "identifierName": "TEXT"
                              },
                              "name": "TEXT"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 2524
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 2548,
                          "end": 2572,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 33
                            },
                            "end": {
                              "line": 78,
                              "column": 57
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 2555,
                            "end": 2571,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 40
                              },
                              "end": {
                                "line": 78,
                                "column": 56
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2559,
                              "end": 2563,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 44
                                },
                                "end": {
                                  "line": 78,
                                  "column": 48
                                },
                                "identifierName": "TEXT"
                              },
                              "name": "TEXT"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2564,
                                "end": 2570,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 55
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 2577,
                        "end": 2615,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 4
                          },
                          "end": {
                            "line": 79,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2577,
                          "end": 2614,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 4
                            },
                            "end": {
                              "line": 79,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2577,
                            "end": 2597,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 4
                              },
                              "end": {
                                "line": 79,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2577,
                              "end": 2591,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 4
                                },
                                "end": {
                                  "line": 79,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2577,
                                "end": 2586,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2587,
                                "end": 2591,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 18
                                  },
                                  "identifierName": "TEXT"
                                },
                                "name": "TEXT"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2592,
                              "end": 2597,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 19
                                },
                                "end": {
                                  "line": 79,
                                  "column": 24
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 2598,
                              "end": 2602,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 25
                                },
                                "end": {
                                  "line": 79,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 2604,
                              "end": 2613,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 31
                                },
                                "end": {
                                  "line": 79,
                                  "column": 40
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 2622,
                  "end": 2653,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 2
                    },
                    "end": {
                      "line": 81,
                      "column": 33
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 2622,
                    "end": 2652,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 2
                      },
                      "end": {
                        "line": 81,
                        "column": 32
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 2622,
                      "end": 2630,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 2
                        },
                        "end": {
                          "line": 81,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 2631,
                        "end": 2635,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 11
                          },
                          "end": {
                            "line": 81,
                            "column": 15
                          },
                          "identifierName": "TEXT"
                        },
                        "name": "TEXT"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 2637,
                        "end": 2651,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 17
                          },
                          "end": {
                            "line": 81,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2637,
                          "end": 2646,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 17
                            },
                            "end": {
                              "line": 81,
                              "column": 26
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2647,
                          "end": 2651,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 27
                            },
                            "end": {
                              "line": 81,
                              "column": 31
                            },
                            "identifierName": "TEXT"
                          },
                          "name": "TEXT"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 2657,
                  "end": 2877,
                  "loc": {
                    "start": {
                      "line": 83,
                      "column": 2
                    },
                    "end": {
                      "line": 89,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 2657,
                    "end": 2876,
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 2
                      },
                      "end": {
                        "line": 89,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 2657,
                      "end": 2677,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 2
                        },
                        "end": {
                          "line": 83,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 2657,
                        "end": 2671,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 2
                          },
                          "end": {
                            "line": 83,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2657,
                          "end": 2661,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 2
                            },
                            "end": {
                              "line": 83,
                              "column": 6
                            },
                            "identifierName": "TEXT"
                          },
                          "name": "TEXT"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2662,
                          "end": 2671,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 7
                            },
                            "end": {
                              "line": 83,
                              "column": 16
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2672,
                        "end": 2677,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 17
                          },
                          "end": {
                            "line": 83,
                            "column": 22
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 2680,
                      "end": 2876,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 25
                        },
                        "end": {
                          "line": 89,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 2689,
                        "end": 2694,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 34
                          },
                          "end": {
                            "line": 83,
                            "column": 39
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 2697,
                        "end": 2876,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 42
                          },
                          "end": {
                            "line": 89,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 2703,
                            "end": 2853,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 4
                              },
                              "end": {
                                "line": 87,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 2707,
                              "end": 2719,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 8
                                },
                                "end": {
                                  "line": 84,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2707,
                                "end": 2711,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2712,
                                "end": 2719,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 20
                                  },
                                  "identifierName": "_length"
                                },
                                "name": "_length"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2721,
                              "end": 2853,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 22
                                },
                                "end": {
                                  "line": 87,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2729,
                                  "end": 2815,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 92
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2729,
                                    "end": 2814,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 91
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 2729,
                                      "end": 2733,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 10
                                        },
                                        "identifierName": "warn"
                                      },
                                      "name": "warn"
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 2734,
                                        "end": 2813,
                                        "loc": {
                                          "start": {
                                            "line": 85,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 90
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "SQLite does not support TEXT with options. Plain `TEXT` will be used instead.",
                                          "raw": "'SQLite does not support TEXT with options. Plain `TEXT` will be used instead.'"
                                        },
                                        "value": "SQLite does not support TEXT with options. Plain `TEXT` will be used instead."
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2822,
                                  "end": 2847,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 31
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2822,
                                    "end": 2846,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 30
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 2822,
                                      "end": 2834,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2822,
                                        "end": 2826,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2827,
                                        "end": 2834,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 18
                                          },
                                          "identifierName": "_length"
                                        },
                                        "name": "_length"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 2837,
                                      "end": 2846,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 30
                                        },
                                        "identifierName": "undefined"
                                      },
                                      "name": "undefined"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 2858,
                            "end": 2872,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 4
                              },
                              "end": {
                                "line": 88,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "StringLiteral",
                              "start": 2865,
                              "end": 2871,
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 11
                                },
                                "end": {
                                  "line": 88,
                                  "column": 17
                                }
                              },
                              "extra": {
                                "rawValue": "TEXT",
                                "raw": "'TEXT'"
                              },
                              "value": "TEXT"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 2881,
                  "end": 3025,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 2
                    },
                    "end": {
                      "line": 94,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2890,
                    "end": 2894,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 11
                      },
                      "end": {
                        "line": 91,
                        "column": 15
                      },
                      "identifierName": "CHAR"
                    },
                    "name": "CHAR"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 2895,
                      "end": 2901,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 16
                        },
                        "end": {
                          "line": 91,
                          "column": 22
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    },
                    {
                      "type": "Identifier",
                      "start": 2903,
                      "end": 2909,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 24
                        },
                        "end": {
                          "line": 91,
                          "column": 30
                        },
                        "identifierName": "binary"
                      },
                      "name": "binary"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 2911,
                    "end": 3025,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 32
                      },
                      "end": {
                        "line": 94,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 2917,
                        "end": 2978,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 4
                          },
                          "end": {
                            "line": 92,
                            "column": 65
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 2921,
                          "end": 2944,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 8
                            },
                            "end": {
                              "line": 92,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 2923,
                            "end": 2943,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 10
                              },
                              "end": {
                                "line": 92,
                                "column": 30
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 2923,
                              "end": 2927,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 10
                                },
                                "end": {
                                  "line": 92,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 2939,
                              "end": 2943,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 26
                                },
                                "end": {
                                  "line": 92,
                                  "column": 30
                                },
                                "identifierName": "CHAR"
                              },
                              "name": "CHAR"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 2922
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 2946,
                          "end": 2978,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 33
                            },
                            "end": {
                              "line": 92,
                              "column": 65
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 2953,
                            "end": 2977,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 40
                              },
                              "end": {
                                "line": 92,
                                "column": 64
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2957,
                              "end": 2961,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 44
                                },
                                "end": {
                                  "line": 92,
                                  "column": 48
                                },
                                "identifierName": "CHAR"
                              },
                              "name": "CHAR"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2962,
                                "end": 2968,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 55
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              {
                                "type": "Identifier",
                                "start": 2970,
                                "end": 2976,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 63
                                  },
                                  "identifierName": "binary"
                                },
                                "name": "binary"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 2983,
                        "end": 3021,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 4
                          },
                          "end": {
                            "line": 93,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2983,
                          "end": 3020,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 4
                            },
                            "end": {
                              "line": 93,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2983,
                            "end": 3003,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 4
                              },
                              "end": {
                                "line": 93,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2983,
                              "end": 2997,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 4
                                },
                                "end": {
                                  "line": 93,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2983,
                                "end": 2992,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2993,
                                "end": 2997,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 18
                                  },
                                  "identifierName": "CHAR"
                                },
                                "name": "CHAR"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2998,
                              "end": 3003,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 19
                                },
                                "end": {
                                  "line": 93,
                                  "column": 24
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 3004,
                              "end": 3008,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 25
                                },
                                "end": {
                                  "line": 93,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 3010,
                              "end": 3019,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 31
                                },
                                "end": {
                                  "line": 93,
                                  "column": 40
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 3028,
                  "end": 3059,
                  "loc": {
                    "start": {
                      "line": 95,
                      "column": 2
                    },
                    "end": {
                      "line": 95,
                      "column": 33
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 3028,
                    "end": 3058,
                    "loc": {
                      "start": {
                        "line": 95,
                        "column": 2
                      },
                      "end": {
                        "line": 95,
                        "column": 32
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 3028,
                      "end": 3036,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 2
                        },
                        "end": {
                          "line": 95,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 3037,
                        "end": 3041,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 11
                          },
                          "end": {
                            "line": 95,
                            "column": 15
                          },
                          "identifierName": "CHAR"
                        },
                        "name": "CHAR"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 3043,
                        "end": 3057,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 17
                          },
                          "end": {
                            "line": 95,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3043,
                          "end": 3052,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 17
                            },
                            "end": {
                              "line": 95,
                              "column": 26
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3053,
                          "end": 3057,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 27
                            },
                            "end": {
                              "line": 95,
                              "column": 31
                            },
                            "identifierName": "CHAR"
                          },
                          "name": "CHAR"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 3063,
                  "end": 3258,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 2
                    },
                    "end": {
                      "line": 103,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 3063,
                    "end": 3257,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 2
                      },
                      "end": {
                        "line": 103,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 3063,
                      "end": 3083,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 2
                        },
                        "end": {
                          "line": 97,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 3063,
                        "end": 3077,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 2
                          },
                          "end": {
                            "line": 97,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3063,
                          "end": 3067,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 2
                            },
                            "end": {
                              "line": 97,
                              "column": 6
                            },
                            "identifierName": "CHAR"
                          },
                          "name": "CHAR"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3068,
                          "end": 3077,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 7
                            },
                            "end": {
                              "line": 97,
                              "column": 16
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3078,
                        "end": 3083,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 17
                          },
                          "end": {
                            "line": 97,
                            "column": 22
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 3086,
                      "end": 3257,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 25
                        },
                        "end": {
                          "line": 103,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 3095,
                        "end": 3100,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 34
                          },
                          "end": {
                            "line": 97,
                            "column": 39
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 3103,
                        "end": 3257,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 42
                          },
                          "end": {
                            "line": 103,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 3109,
                            "end": 3253,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 4
                              },
                              "end": {
                                "line": 102,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 3113,
                              "end": 3125,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 8
                                },
                                "end": {
                                  "line": 98,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3113,
                                "end": 3117,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3118,
                                "end": 3125,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 20
                                  },
                                  "identifierName": "_binary"
                                },
                                "name": "_binary"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3127,
                              "end": 3184,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 22
                                },
                                "end": {
                                  "line": 100,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3135,
                                  "end": 3178,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 49
                                    }
                                  },
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3142,
                                    "end": 3177,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 48
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 3142,
                                      "end": 3171,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 42
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 3142,
                                        "end": 3156,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 27
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "CHAR BINARY(",
                                          "raw": "'CHAR BINARY('"
                                        },
                                        "value": "CHAR BINARY("
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 3159,
                                        "end": 3171,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3159,
                                          "end": 3163,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3164,
                                          "end": 3171,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 42
                                            },
                                            "identifierName": "_length"
                                          },
                                          "name": "_length"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3174,
                                      "end": 3177,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 48
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ")",
                                        "raw": "')'"
                                      },
                                      "value": ")"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 3190,
                              "end": 3253,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 11
                                },
                                "end": {
                                  "line": 102,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 3198,
                                  "end": 3247,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 55
                                    }
                                  },
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 3205,
                                    "end": 3246,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 54
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3205,
                                      "end": 3240,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3205,
                                        "end": 3235,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3205,
                                          "end": 3229,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3205,
                                            "end": 3219,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3205,
                                              "end": 3214,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 22
                                                },
                                                "identifierName": "BaseTypes"
                                              },
                                              "name": "BaseTypes"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3215,
                                              "end": 3219,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 27
                                                },
                                                "identifierName": "CHAR"
                                              },
                                              "name": "CHAR"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3220,
                                            "end": 3229,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 37
                                              },
                                              "identifierName": "prototype"
                                            },
                                            "name": "prototype"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3230,
                                          "end": 3235,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 43
                                            },
                                            "identifierName": "toSql"
                                          },
                                          "name": "toSql"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3236,
                                        "end": 3240,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 48
                                          },
                                          "identifierName": "call"
                                        },
                                        "name": "call"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "start": 3241,
                                        "end": 3245,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 3262,
                  "end": 3400,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 2
                    },
                    "end": {
                      "line": 108,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 3271,
                    "end": 3277,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 11
                      },
                      "end": {
                        "line": 105,
                        "column": 17
                      },
                      "identifierName": "NUMBER"
                    },
                    "name": "NUMBER"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 3278,
                      "end": 3285,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 18
                        },
                        "end": {
                          "line": 105,
                          "column": 25
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 3287,
                    "end": 3400,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 27
                      },
                      "end": {
                        "line": 108,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 3293,
                        "end": 3351,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 4
                          },
                          "end": {
                            "line": 106,
                            "column": 62
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 3297,
                          "end": 3322,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 8
                            },
                            "end": {
                              "line": 106,
                              "column": 33
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 3299,
                            "end": 3321,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 10
                              },
                              "end": {
                                "line": 106,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 3299,
                              "end": 3303,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 10
                                },
                                "end": {
                                  "line": 106,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 3315,
                              "end": 3321,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 26
                                },
                                "end": {
                                  "line": 106,
                                  "column": 32
                                },
                                "identifierName": "NUMBER"
                              },
                              "name": "NUMBER"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 3298
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 3324,
                          "end": 3351,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 35
                            },
                            "end": {
                              "line": 106,
                              "column": 62
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 3331,
                            "end": 3350,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 42
                              },
                              "end": {
                                "line": 106,
                                "column": 61
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 3335,
                              "end": 3341,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 46
                                },
                                "end": {
                                  "line": 106,
                                  "column": 52
                                },
                                "identifierName": "NUMBER"
                              },
                              "name": "NUMBER"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3342,
                                "end": 3349,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 60
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 3356,
                        "end": 3396,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 4
                          },
                          "end": {
                            "line": 107,
                            "column": 44
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 3356,
                          "end": 3395,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 4
                            },
                            "end": {
                              "line": 107,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3356,
                            "end": 3378,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 4
                              },
                              "end": {
                                "line": 107,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3356,
                              "end": 3372,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 4
                                },
                                "end": {
                                  "line": 107,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3356,
                                "end": 3365,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3366,
                                "end": 3372,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 20
                                  },
                                  "identifierName": "NUMBER"
                                },
                                "name": "NUMBER"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3373,
                              "end": 3378,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 21
                                },
                                "end": {
                                  "line": 107,
                                  "column": 26
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 3379,
                              "end": 3383,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 27
                                },
                                "end": {
                                  "line": 107,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 3385,
                              "end": 3394,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 33
                                },
                                "end": {
                                  "line": 107,
                                  "column": 42
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 3403,
                  "end": 3438,
                  "loc": {
                    "start": {
                      "line": 109,
                      "column": 2
                    },
                    "end": {
                      "line": 109,
                      "column": 37
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 3403,
                    "end": 3437,
                    "loc": {
                      "start": {
                        "line": 109,
                        "column": 2
                      },
                      "end": {
                        "line": 109,
                        "column": 36
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 3403,
                      "end": 3411,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 2
                        },
                        "end": {
                          "line": 109,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 3412,
                        "end": 3418,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 11
                          },
                          "end": {
                            "line": 109,
                            "column": 17
                          },
                          "identifierName": "NUMBER"
                        },
                        "name": "NUMBER"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 3420,
                        "end": 3436,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 19
                          },
                          "end": {
                            "line": 109,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3420,
                          "end": 3429,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 19
                            },
                            "end": {
                              "line": 109,
                              "column": 28
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3430,
                          "end": 3436,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 29
                            },
                            "end": {
                              "line": 109,
                              "column": 35
                            },
                            "identifierName": "NUMBER"
                          },
                          "name": "NUMBER"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 3442,
                  "end": 3843,
                  "loc": {
                    "start": {
                      "line": 111,
                      "column": 2
                    },
                    "end": {
                      "line": 129,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 3442,
                    "end": 3842,
                    "loc": {
                      "start": {
                        "line": 111,
                        "column": 2
                      },
                      "end": {
                        "line": 129,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 3442,
                      "end": 3464,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 2
                        },
                        "end": {
                          "line": 111,
                          "column": 24
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 3442,
                        "end": 3458,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 2
                          },
                          "end": {
                            "line": 111,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3442,
                          "end": 3448,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 2
                            },
                            "end": {
                              "line": 111,
                              "column": 8
                            },
                            "identifierName": "NUMBER"
                          },
                          "name": "NUMBER"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3449,
                          "end": 3458,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 9
                            },
                            "end": {
                              "line": 111,
                              "column": 18
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3459,
                        "end": 3464,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 19
                          },
                          "end": {
                            "line": 111,
                            "column": 24
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 3467,
                      "end": 3842,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 27
                        },
                        "end": {
                          "line": 129,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 3476,
                        "end": 3481,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 36
                          },
                          "end": {
                            "line": 111,
                            "column": 41
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 3484,
                        "end": 3842,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 44
                          },
                          "end": {
                            "line": 129,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3490,
                            "end": 3512,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 4
                              },
                              "end": {
                                "line": 112,
                                "column": 26
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3494,
                                "end": 3511,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 25
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3494,
                                  "end": 3500,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 14
                                    },
                                    "identifierName": "result"
                                  },
                                  "name": "result"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 3503,
                                  "end": 3511,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3503,
                                    "end": 3507,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3508,
                                    "end": 3511,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 25
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "computed": false
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 3518,
                            "end": 3574,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 4
                              },
                              "end": {
                                "line": 116,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 3522,
                              "end": 3536,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 8
                                },
                                "end": {
                                  "line": 114,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3522,
                                "end": 3526,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3527,
                                "end": 3536,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 22
                                  },
                                  "identifierName": "_unsigned"
                                },
                                "name": "_unsigned"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3538,
                              "end": 3574,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 24
                                },
                                "end": {
                                  "line": 116,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3546,
                                  "end": 3568,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 28
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3546,
                                    "end": 3567,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 27
                                      }
                                    },
                                    "operator": "+=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3546,
                                      "end": 3552,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 12
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3556,
                                      "end": 3567,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 27
                                        }
                                      },
                                      "extra": {
                                        "rawValue": " UNSIGNED",
                                        "raw": "' UNSIGNED'"
                                      },
                                      "value": " UNSIGNED"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3579,
                            "end": 3635,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 4
                              },
                              "end": {
                                "line": 119,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 3583,
                              "end": 3597,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 8
                                },
                                "end": {
                                  "line": 117,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3583,
                                "end": 3587,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3588,
                                "end": 3597,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 22
                                  },
                                  "identifierName": "_zerofill"
                                },
                                "name": "_zerofill"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3599,
                              "end": 3635,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 24
                                },
                                "end": {
                                  "line": 119,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3607,
                                  "end": 3629,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 28
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3607,
                                    "end": 3628,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 27
                                      }
                                    },
                                    "operator": "+=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3607,
                                      "end": 3613,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 12
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3617,
                                      "end": 3628,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 27
                                        }
                                      },
                                      "extra": {
                                        "rawValue": " ZEROFILL",
                                        "raw": "' ZEROFILL'"
                                      },
                                      "value": " ZEROFILL"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3641,
                            "end": 3819,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 4
                              },
                              "end": {
                                "line": 127,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 3645,
                              "end": 3657,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 8
                                },
                                "end": {
                                  "line": 121,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3645,
                                "end": 3649,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3650,
                                "end": 3657,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 20
                                  },
                                  "identifierName": "_length"
                                },
                                "name": "_length"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3659,
                              "end": 3819,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 22
                                },
                                "end": {
                                  "line": 127,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3667,
                                  "end": 3696,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3667,
                                    "end": 3695,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 34
                                      }
                                    },
                                    "operator": "+=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3667,
                                      "end": 3673,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 12
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3677,
                                      "end": 3695,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 34
                                        }
                                      },
                                      "left": {
                                        "type": "StringLiteral",
                                        "start": 3677,
                                        "end": 3680,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 19
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "(",
                                          "raw": "'('"
                                        },
                                        "value": "("
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 3683,
                                        "end": 3695,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3683,
                                          "end": 3687,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3688,
                                          "end": 3695,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 34
                                            },
                                            "identifierName": "_length"
                                          },
                                          "name": "_length"
                                        },
                                        "computed": false
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3703,
                                  "end": 3792,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 3707,
                                    "end": 3741,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 44
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 3707,
                                      "end": 3728,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 31
                                        }
                                      },
                                      "operator": "typeof",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 3714,
                                        "end": 3728,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3714,
                                          "end": 3718,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3719,
                                          "end": 3728,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 31
                                            },
                                            "identifierName": "_decimals"
                                          },
                                          "name": "_decimals"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3733,
                                      "end": 3741,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 44
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "number",
                                        "raw": "'number'"
                                      },
                                      "value": "number"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3743,
                                    "end": 3792,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3753,
                                        "end": 3784,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3753,
                                          "end": 3783,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 38
                                            }
                                          },
                                          "operator": "+=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 3753,
                                            "end": 3759,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 14
                                              },
                                              "identifierName": "result"
                                            },
                                            "name": "result"
                                          },
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 3763,
                                            "end": 3783,
                                            "loc": {
                                              "start": {
                                                "line": 124,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 124,
                                                "column": 38
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 3763,
                                              "end": 3766,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 21
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ",",
                                                "raw": "','"
                                              },
                                              "value": ","
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 3769,
                                              "end": 3783,
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3769,
                                                "end": 3773,
                                                "loc": {
                                                  "start": {
                                                    "line": 124,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 124,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3774,
                                                "end": 3783,
                                                "loc": {
                                                  "start": {
                                                    "line": 124,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 124,
                                                    "column": 38
                                                  },
                                                  "identifierName": "_decimals"
                                                },
                                                "name": "_decimals"
                                              },
                                              "computed": false
                                            }
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3799,
                                  "end": 3813,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 20
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3799,
                                    "end": 3812,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 19
                                      }
                                    },
                                    "operator": "+=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3799,
                                      "end": 3805,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 12
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3809,
                                      "end": 3812,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 19
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ")",
                                        "raw": "')'"
                                      },
                                      "value": ")"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 3824,
                            "end": 3838,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 4
                              },
                              "end": {
                                "line": 128,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 3831,
                              "end": 3837,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 11
                                },
                                "end": {
                                  "line": 128,
                                  "column": 17
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 3847,
                  "end": 3987,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 2
                    },
                    "end": {
                      "line": 134,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 3856,
                    "end": 3863,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 11
                      },
                      "end": {
                        "line": 131,
                        "column": 18
                      },
                      "identifierName": "INTEGER"
                    },
                    "name": "INTEGER"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 3864,
                      "end": 3870,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 19
                        },
                        "end": {
                          "line": 131,
                          "column": 25
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 3872,
                    "end": 3987,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 27
                      },
                      "end": {
                        "line": 134,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 3878,
                        "end": 3937,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 4
                          },
                          "end": {
                            "line": 132,
                            "column": 63
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 3882,
                          "end": 3908,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 132,
                              "column": 34
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 3884,
                            "end": 3907,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 10
                              },
                              "end": {
                                "line": 132,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 3884,
                              "end": 3888,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 10
                                },
                                "end": {
                                  "line": 132,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 3900,
                              "end": 3907,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 26
                                },
                                "end": {
                                  "line": 132,
                                  "column": 33
                                },
                                "identifierName": "INTEGER"
                              },
                              "name": "INTEGER"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 3883
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 3910,
                          "end": 3937,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 36
                            },
                            "end": {
                              "line": 132,
                              "column": 63
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 3917,
                            "end": 3936,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 43
                              },
                              "end": {
                                "line": 132,
                                "column": 62
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 3921,
                              "end": 3928,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 47
                                },
                                "end": {
                                  "line": 132,
                                  "column": 54
                                },
                                "identifierName": "INTEGER"
                              },
                              "name": "INTEGER"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3929,
                                "end": 3935,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 61
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 3942,
                        "end": 3983,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 4
                          },
                          "end": {
                            "line": 133,
                            "column": 45
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 3942,
                          "end": 3982,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 4
                            },
                            "end": {
                              "line": 133,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3942,
                            "end": 3965,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 4
                              },
                              "end": {
                                "line": 133,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3942,
                              "end": 3959,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 4
                                },
                                "end": {
                                  "line": 133,
                                  "column": 21
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3942,
                                "end": 3951,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3952,
                                "end": 3959,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 21
                                  },
                                  "identifierName": "INTEGER"
                                },
                                "name": "INTEGER"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3960,
                              "end": 3965,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 22
                                },
                                "end": {
                                  "line": 133,
                                  "column": 27
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 3966,
                              "end": 3970,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 28
                                },
                                "end": {
                                  "line": 133,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 3972,
                              "end": 3981,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 34
                                },
                                "end": {
                                  "line": 133,
                                  "column": 43
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 3990,
                  "end": 4027,
                  "loc": {
                    "start": {
                      "line": 135,
                      "column": 2
                    },
                    "end": {
                      "line": 135,
                      "column": 39
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 3990,
                    "end": 4026,
                    "loc": {
                      "start": {
                        "line": 135,
                        "column": 2
                      },
                      "end": {
                        "line": 135,
                        "column": 38
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 3990,
                      "end": 3998,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 2
                        },
                        "end": {
                          "line": 135,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 3999,
                        "end": 4006,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 11
                          },
                          "end": {
                            "line": 135,
                            "column": 18
                          },
                          "identifierName": "INTEGER"
                        },
                        "name": "INTEGER"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 4008,
                        "end": 4025,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 20
                          },
                          "end": {
                            "line": 135,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4008,
                          "end": 4017,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 20
                            },
                            "end": {
                              "line": 135,
                              "column": 29
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4018,
                          "end": 4025,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 30
                            },
                            "end": {
                              "line": 135,
                              "column": 37
                            },
                            "identifierName": "INTEGER"
                          },
                          "name": "INTEGER"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 4031,
                  "end": 4126,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 2
                    },
                    "end": {
                      "line": 139,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 4031,
                    "end": 4125,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 2
                      },
                      "end": {
                        "line": 139,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 4031,
                      "end": 4054,
                      "loc": {
                        "start": {
                          "line": 137,
                          "column": 2
                        },
                        "end": {
                          "line": 137,
                          "column": 25
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 4031,
                        "end": 4048,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 2
                          },
                          "end": {
                            "line": 137,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4031,
                          "end": 4038,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 2
                            },
                            "end": {
                              "line": 137,
                              "column": 9
                            },
                            "identifierName": "INTEGER"
                          },
                          "name": "INTEGER"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4039,
                          "end": 4048,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 10
                            },
                            "end": {
                              "line": 137,
                              "column": 19
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4049,
                        "end": 4054,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 20
                          },
                          "end": {
                            "line": 137,
                            "column": 25
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 4057,
                      "end": 4125,
                      "loc": {
                        "start": {
                          "line": 137,
                          "column": 28
                        },
                        "end": {
                          "line": 139,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 4066,
                        "end": 4071,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 37
                          },
                          "end": {
                            "line": 137,
                            "column": 42
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 4074,
                        "end": 4125,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 45
                          },
                          "end": {
                            "line": 139,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4080,
                            "end": 4121,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 4
                              },
                              "end": {
                                "line": 138,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 4087,
                              "end": 4120,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 11
                                },
                                "end": {
                                  "line": 138,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4087,
                                "end": 4114,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4087,
                                  "end": 4109,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4087,
                                    "end": 4103,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4087,
                                      "end": 4093,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 17
                                        },
                                        "identifierName": "NUMBER"
                                      },
                                      "name": "NUMBER"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4094,
                                      "end": 4103,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 27
                                        },
                                        "identifierName": "prototype"
                                      },
                                      "name": "prototype"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4104,
                                    "end": 4109,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 33
                                      },
                                      "identifierName": "toSql"
                                    },
                                    "name": "toSql"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4110,
                                  "end": 4114,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 38
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 4115,
                                  "end": 4119,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 43
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 4130,
                  "end": 4266,
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 2
                    },
                    "end": {
                      "line": 144,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 4139,
                    "end": 4145,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 11
                      },
                      "end": {
                        "line": 141,
                        "column": 17
                      },
                      "identifierName": "BIGINT"
                    },
                    "name": "BIGINT"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 4146,
                      "end": 4152,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 18
                        },
                        "end": {
                          "line": 141,
                          "column": 24
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 4154,
                    "end": 4266,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 26
                      },
                      "end": {
                        "line": 144,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 4160,
                        "end": 4217,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 4
                          },
                          "end": {
                            "line": 142,
                            "column": 61
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 4164,
                          "end": 4189,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 8
                            },
                            "end": {
                              "line": 142,
                              "column": 33
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 4166,
                            "end": 4188,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 10
                              },
                              "end": {
                                "line": 142,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 4166,
                              "end": 4170,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 10
                                },
                                "end": {
                                  "line": 142,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 4182,
                              "end": 4188,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 26
                                },
                                "end": {
                                  "line": 142,
                                  "column": 32
                                },
                                "identifierName": "BIGINT"
                              },
                              "name": "BIGINT"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 4165
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 4191,
                          "end": 4217,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 35
                            },
                            "end": {
                              "line": 142,
                              "column": 61
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 4198,
                            "end": 4216,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 42
                              },
                              "end": {
                                "line": 142,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4202,
                              "end": 4208,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 46
                                },
                                "end": {
                                  "line": 142,
                                  "column": 52
                                },
                                "identifierName": "BIGINT"
                              },
                              "name": "BIGINT"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4209,
                                "end": 4215,
                                "loc": {
                                  "start": {
                                    "line": 142,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 142,
                                    "column": 59
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 4222,
                        "end": 4262,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 4
                          },
                          "end": {
                            "line": 143,
                            "column": 44
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 4222,
                          "end": 4261,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 4
                            },
                            "end": {
                              "line": 143,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4222,
                            "end": 4244,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 4
                              },
                              "end": {
                                "line": 143,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4222,
                              "end": 4238,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 4
                                },
                                "end": {
                                  "line": 143,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4222,
                                "end": 4231,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4232,
                                "end": 4238,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 20
                                  },
                                  "identifierName": "BIGINT"
                                },
                                "name": "BIGINT"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4239,
                              "end": 4244,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 21
                                },
                                "end": {
                                  "line": 143,
                                  "column": 26
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 4245,
                              "end": 4249,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 27
                                },
                                "end": {
                                  "line": 143,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 4251,
                              "end": 4260,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 33
                                },
                                "end": {
                                  "line": 143,
                                  "column": 42
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 4269,
                  "end": 4304,
                  "loc": {
                    "start": {
                      "line": 145,
                      "column": 2
                    },
                    "end": {
                      "line": 145,
                      "column": 37
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 4269,
                    "end": 4303,
                    "loc": {
                      "start": {
                        "line": 145,
                        "column": 2
                      },
                      "end": {
                        "line": 145,
                        "column": 36
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 4269,
                      "end": 4277,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 2
                        },
                        "end": {
                          "line": 145,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 4278,
                        "end": 4284,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 11
                          },
                          "end": {
                            "line": 145,
                            "column": 17
                          },
                          "identifierName": "BIGINT"
                        },
                        "name": "BIGINT"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 4286,
                        "end": 4302,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 19
                          },
                          "end": {
                            "line": 145,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4286,
                          "end": 4295,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 19
                            },
                            "end": {
                              "line": 145,
                              "column": 28
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4296,
                          "end": 4302,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 29
                            },
                            "end": {
                              "line": 145,
                              "column": 35
                            },
                            "identifierName": "BIGINT"
                          },
                          "name": "BIGINT"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 4308,
                  "end": 4402,
                  "loc": {
                    "start": {
                      "line": 147,
                      "column": 2
                    },
                    "end": {
                      "line": 149,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 4308,
                    "end": 4401,
                    "loc": {
                      "start": {
                        "line": 147,
                        "column": 2
                      },
                      "end": {
                        "line": 149,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 4308,
                      "end": 4330,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 2
                        },
                        "end": {
                          "line": 147,
                          "column": 24
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 4308,
                        "end": 4324,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 2
                          },
                          "end": {
                            "line": 147,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4308,
                          "end": 4314,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 2
                            },
                            "end": {
                              "line": 147,
                              "column": 8
                            },
                            "identifierName": "BIGINT"
                          },
                          "name": "BIGINT"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4315,
                          "end": 4324,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 9
                            },
                            "end": {
                              "line": 147,
                              "column": 18
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4325,
                        "end": 4330,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 19
                          },
                          "end": {
                            "line": 147,
                            "column": 24
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 4333,
                      "end": 4401,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 27
                        },
                        "end": {
                          "line": 149,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 4342,
                        "end": 4347,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 36
                          },
                          "end": {
                            "line": 147,
                            "column": 41
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 4350,
                        "end": 4401,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 44
                          },
                          "end": {
                            "line": 149,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4356,
                            "end": 4397,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 4
                              },
                              "end": {
                                "line": 148,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 4363,
                              "end": 4396,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 11
                                },
                                "end": {
                                  "line": 148,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4363,
                                "end": 4390,
                                "loc": {
                                  "start": {
                                    "line": 148,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 148,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4363,
                                  "end": 4385,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4363,
                                    "end": 4379,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4363,
                                      "end": 4369,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 17
                                        },
                                        "identifierName": "NUMBER"
                                      },
                                      "name": "NUMBER"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4370,
                                      "end": 4379,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 27
                                        },
                                        "identifierName": "prototype"
                                      },
                                      "name": "prototype"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4380,
                                    "end": 4385,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 33
                                      },
                                      "identifierName": "toSql"
                                    },
                                    "name": "toSql"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4386,
                                  "end": 4390,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 38
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 4391,
                                  "end": 4395,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 43
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 4406,
                  "end": 4558,
                  "loc": {
                    "start": {
                      "line": 151,
                      "column": 2
                    },
                    "end": {
                      "line": 154,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 4415,
                    "end": 4420,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 11
                      },
                      "end": {
                        "line": 151,
                        "column": 16
                      },
                      "identifierName": "FLOAT"
                    },
                    "name": "FLOAT"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 4421,
                      "end": 4427,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 17
                        },
                        "end": {
                          "line": 151,
                          "column": 23
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    },
                    {
                      "type": "Identifier",
                      "start": 4429,
                      "end": 4437,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 25
                        },
                        "end": {
                          "line": 151,
                          "column": 33
                        },
                        "identifierName": "decimals"
                      },
                      "name": "decimals"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 4439,
                    "end": 4558,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 35
                      },
                      "end": {
                        "line": 154,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 4445,
                        "end": 4510,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 4
                          },
                          "end": {
                            "line": 152,
                            "column": 69
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 4449,
                          "end": 4473,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 8
                            },
                            "end": {
                              "line": 152,
                              "column": 32
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 4451,
                            "end": 4472,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 10
                              },
                              "end": {
                                "line": 152,
                                "column": 31
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 4451,
                              "end": 4455,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 10
                                },
                                "end": {
                                  "line": 152,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 4467,
                              "end": 4472,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 26
                                },
                                "end": {
                                  "line": 152,
                                  "column": 31
                                },
                                "identifierName": "FLOAT"
                              },
                              "name": "FLOAT"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 4450
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 4475,
                          "end": 4510,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 34
                            },
                            "end": {
                              "line": 152,
                              "column": 69
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 4482,
                            "end": 4509,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 41
                              },
                              "end": {
                                "line": 152,
                                "column": 68
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4486,
                              "end": 4491,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 45
                                },
                                "end": {
                                  "line": 152,
                                  "column": 50
                                },
                                "identifierName": "FLOAT"
                              },
                              "name": "FLOAT"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4492,
                                "end": 4498,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 57
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              {
                                "type": "Identifier",
                                "start": 4500,
                                "end": 4508,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 67
                                  },
                                  "identifierName": "decimals"
                                },
                                "name": "decimals"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 4515,
                        "end": 4554,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 4
                          },
                          "end": {
                            "line": 153,
                            "column": 43
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 4515,
                          "end": 4553,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 4
                            },
                            "end": {
                              "line": 153,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4515,
                            "end": 4536,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 4
                              },
                              "end": {
                                "line": 153,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4515,
                              "end": 4530,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 4
                                },
                                "end": {
                                  "line": 153,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4515,
                                "end": 4524,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4525,
                                "end": 4530,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 19
                                  },
                                  "identifierName": "FLOAT"
                                },
                                "name": "FLOAT"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4531,
                              "end": 4536,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 20
                                },
                                "end": {
                                  "line": 153,
                                  "column": 25
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 4537,
                              "end": 4541,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 26
                                },
                                "end": {
                                  "line": 153,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 4543,
                              "end": 4552,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 32
                                },
                                "end": {
                                  "line": 153,
                                  "column": 41
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 4561,
                  "end": 4594,
                  "loc": {
                    "start": {
                      "line": 155,
                      "column": 2
                    },
                    "end": {
                      "line": 155,
                      "column": 35
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 4561,
                    "end": 4593,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 2
                      },
                      "end": {
                        "line": 155,
                        "column": 34
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 4561,
                      "end": 4569,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 2
                        },
                        "end": {
                          "line": 155,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 4570,
                        "end": 4575,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 11
                          },
                          "end": {
                            "line": 155,
                            "column": 16
                          },
                          "identifierName": "FLOAT"
                        },
                        "name": "FLOAT"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 4577,
                        "end": 4592,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 18
                          },
                          "end": {
                            "line": 155,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4577,
                          "end": 4586,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 18
                            },
                            "end": {
                              "line": 155,
                              "column": 27
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4587,
                          "end": 4592,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 28
                            },
                            "end": {
                              "line": 155,
                              "column": 33
                            },
                            "identifierName": "FLOAT"
                          },
                          "name": "FLOAT"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 4597,
                  "end": 4690,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 2
                    },
                    "end": {
                      "line": 158,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 4597,
                    "end": 4689,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 2
                      },
                      "end": {
                        "line": 158,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 4597,
                      "end": 4618,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 2
                        },
                        "end": {
                          "line": 156,
                          "column": 23
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 4597,
                        "end": 4612,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 2
                          },
                          "end": {
                            "line": 156,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4597,
                          "end": 4602,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 2
                            },
                            "end": {
                              "line": 156,
                              "column": 7
                            },
                            "identifierName": "FLOAT"
                          },
                          "name": "FLOAT"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4603,
                          "end": 4612,
                          "loc": {
                            "start": {
                              "line": 156,
                              "column": 8
                            },
                            "end": {
                              "line": 156,
                              "column": 17
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4613,
                        "end": 4618,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 18
                          },
                          "end": {
                            "line": 156,
                            "column": 23
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 4621,
                      "end": 4689,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 26
                        },
                        "end": {
                          "line": 158,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 4630,
                        "end": 4635,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 35
                          },
                          "end": {
                            "line": 156,
                            "column": 40
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 4638,
                        "end": 4689,
                        "loc": {
                          "start": {
                            "line": 156,
                            "column": 43
                          },
                          "end": {
                            "line": 158,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4644,
                            "end": 4685,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 4
                              },
                              "end": {
                                "line": 157,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 4651,
                              "end": 4684,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 11
                                },
                                "end": {
                                  "line": 157,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4651,
                                "end": 4678,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4651,
                                  "end": 4673,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4651,
                                    "end": 4667,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4651,
                                      "end": 4657,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 17
                                        },
                                        "identifierName": "NUMBER"
                                      },
                                      "name": "NUMBER"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4658,
                                      "end": 4667,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 27
                                        },
                                        "identifierName": "prototype"
                                      },
                                      "name": "prototype"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4668,
                                    "end": 4673,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 33
                                      },
                                      "identifierName": "toSql"
                                    },
                                    "name": "toSql"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4674,
                                  "end": 4678,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 38
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 4679,
                                  "end": 4683,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 43
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 4694,
                  "end": 4850,
                  "loc": {
                    "start": {
                      "line": 160,
                      "column": 2
                    },
                    "end": {
                      "line": 163,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 4703,
                    "end": 4709,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 11
                      },
                      "end": {
                        "line": 160,
                        "column": 17
                      },
                      "identifierName": "DOUBLE"
                    },
                    "name": "DOUBLE"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 4710,
                      "end": 4716,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 18
                        },
                        "end": {
                          "line": 160,
                          "column": 24
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    },
                    {
                      "type": "Identifier",
                      "start": 4718,
                      "end": 4726,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 26
                        },
                        "end": {
                          "line": 160,
                          "column": 34
                        },
                        "identifierName": "decimals"
                      },
                      "name": "decimals"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 4728,
                    "end": 4850,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 36
                      },
                      "end": {
                        "line": 163,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 4734,
                        "end": 4801,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 4
                          },
                          "end": {
                            "line": 161,
                            "column": 71
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 4738,
                          "end": 4763,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 8
                            },
                            "end": {
                              "line": 161,
                              "column": 33
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 4740,
                            "end": 4762,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 10
                              },
                              "end": {
                                "line": 161,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 4740,
                              "end": 4744,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 10
                                },
                                "end": {
                                  "line": 161,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 4756,
                              "end": 4762,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 26
                                },
                                "end": {
                                  "line": 161,
                                  "column": 32
                                },
                                "identifierName": "DOUBLE"
                              },
                              "name": "DOUBLE"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 4739
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 4765,
                          "end": 4801,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 35
                            },
                            "end": {
                              "line": 161,
                              "column": 71
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 4772,
                            "end": 4800,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 42
                              },
                              "end": {
                                "line": 161,
                                "column": 70
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 4776,
                              "end": 4782,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 46
                                },
                                "end": {
                                  "line": 161,
                                  "column": 52
                                },
                                "identifierName": "DOUBLE"
                              },
                              "name": "DOUBLE"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4783,
                                "end": 4789,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 59
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              {
                                "type": "Identifier",
                                "start": 4791,
                                "end": 4799,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 69
                                  },
                                  "identifierName": "decimals"
                                },
                                "name": "decimals"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 4806,
                        "end": 4846,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 4
                          },
                          "end": {
                            "line": 162,
                            "column": 44
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 4806,
                          "end": 4845,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 4
                            },
                            "end": {
                              "line": 162,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4806,
                            "end": 4828,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 4
                              },
                              "end": {
                                "line": 162,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4806,
                              "end": 4822,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 4
                                },
                                "end": {
                                  "line": 162,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4806,
                                "end": 4815,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4816,
                                "end": 4822,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 20
                                  },
                                  "identifierName": "DOUBLE"
                                },
                                "name": "DOUBLE"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4823,
                              "end": 4828,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 21
                                },
                                "end": {
                                  "line": 162,
                                  "column": 26
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 4829,
                              "end": 4833,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 27
                                },
                                "end": {
                                  "line": 162,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 4835,
                              "end": 4844,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 33
                                },
                                "end": {
                                  "line": 162,
                                  "column": 42
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 4853,
                  "end": 4888,
                  "loc": {
                    "start": {
                      "line": 164,
                      "column": 2
                    },
                    "end": {
                      "line": 164,
                      "column": 37
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 4853,
                    "end": 4887,
                    "loc": {
                      "start": {
                        "line": 164,
                        "column": 2
                      },
                      "end": {
                        "line": 164,
                        "column": 36
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 4853,
                      "end": 4861,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 2
                        },
                        "end": {
                          "line": 164,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 4862,
                        "end": 4868,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 11
                          },
                          "end": {
                            "line": 164,
                            "column": 17
                          },
                          "identifierName": "DOUBLE"
                        },
                        "name": "DOUBLE"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 4870,
                        "end": 4886,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 19
                          },
                          "end": {
                            "line": 164,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4870,
                          "end": 4879,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 19
                            },
                            "end": {
                              "line": 164,
                              "column": 28
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4880,
                          "end": 4886,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 29
                            },
                            "end": {
                              "line": 164,
                              "column": 35
                            },
                            "identifierName": "DOUBLE"
                          },
                          "name": "DOUBLE"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 4891,
                  "end": 4985,
                  "loc": {
                    "start": {
                      "line": 165,
                      "column": 2
                    },
                    "end": {
                      "line": 167,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 4891,
                    "end": 4984,
                    "loc": {
                      "start": {
                        "line": 165,
                        "column": 2
                      },
                      "end": {
                        "line": 167,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 4891,
                      "end": 4913,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 2
                        },
                        "end": {
                          "line": 165,
                          "column": 24
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 4891,
                        "end": 4907,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 2
                          },
                          "end": {
                            "line": 165,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4891,
                          "end": 4897,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 2
                            },
                            "end": {
                              "line": 165,
                              "column": 8
                            },
                            "identifierName": "DOUBLE"
                          },
                          "name": "DOUBLE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4898,
                          "end": 4907,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 9
                            },
                            "end": {
                              "line": 165,
                              "column": 18
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4908,
                        "end": 4913,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 19
                          },
                          "end": {
                            "line": 165,
                            "column": 24
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 4916,
                      "end": 4984,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 27
                        },
                        "end": {
                          "line": 167,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 4925,
                        "end": 4930,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 36
                          },
                          "end": {
                            "line": 165,
                            "column": 41
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 4933,
                        "end": 4984,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 44
                          },
                          "end": {
                            "line": 167,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4939,
                            "end": 4980,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 4
                              },
                              "end": {
                                "line": 166,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 4946,
                              "end": 4979,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 11
                                },
                                "end": {
                                  "line": 166,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4946,
                                "end": 4973,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4946,
                                  "end": 4968,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4946,
                                    "end": 4962,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4946,
                                      "end": 4952,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 17
                                        },
                                        "identifierName": "NUMBER"
                                      },
                                      "name": "NUMBER"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4953,
                                      "end": 4962,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 27
                                        },
                                        "identifierName": "prototype"
                                      },
                                      "name": "prototype"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4963,
                                    "end": 4968,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 33
                                      },
                                      "identifierName": "toSql"
                                    },
                                    "name": "toSql"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4969,
                                  "end": 4973,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 38
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 4974,
                                  "end": 4978,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 43
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 4989,
                  "end": 5137,
                  "loc": {
                    "start": {
                      "line": 169,
                      "column": 2
                    },
                    "end": {
                      "line": 172,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 4998,
                    "end": 5002,
                    "loc": {
                      "start": {
                        "line": 169,
                        "column": 11
                      },
                      "end": {
                        "line": 169,
                        "column": 15
                      },
                      "identifierName": "REAL"
                    },
                    "name": "REAL"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "start": 5003,
                      "end": 5009,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 16
                        },
                        "end": {
                          "line": 169,
                          "column": 22
                        },
                        "identifierName": "length"
                      },
                      "name": "length"
                    },
                    {
                      "type": "Identifier",
                      "start": 5011,
                      "end": 5019,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 24
                        },
                        "end": {
                          "line": 169,
                          "column": 32
                        },
                        "identifierName": "decimals"
                      },
                      "name": "decimals"
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5021,
                    "end": 5137,
                    "loc": {
                      "start": {
                        "line": 169,
                        "column": 34
                      },
                      "end": {
                        "line": 172,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 5027,
                        "end": 5090,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 4
                          },
                          "end": {
                            "line": 170,
                            "column": 67
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 5031,
                          "end": 5054,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 8
                            },
                            "end": {
                              "line": 170,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 5033,
                            "end": 5053,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 10
                              },
                              "end": {
                                "line": 170,
                                "column": 30
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 5033,
                              "end": 5037,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 10
                                },
                                "end": {
                                  "line": 170,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 5049,
                              "end": 5053,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 26
                                },
                                "end": {
                                  "line": 170,
                                  "column": 30
                                },
                                "identifierName": "REAL"
                              },
                              "name": "REAL"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 5032
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 5056,
                          "end": 5090,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 33
                            },
                            "end": {
                              "line": 170,
                              "column": 67
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 5063,
                            "end": 5089,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 40
                              },
                              "end": {
                                "line": 170,
                                "column": 66
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 5067,
                              "end": 5071,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 44
                                },
                                "end": {
                                  "line": 170,
                                  "column": 48
                                },
                                "identifierName": "REAL"
                              },
                              "name": "REAL"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5072,
                                "end": 5078,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 55
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              {
                                "type": "Identifier",
                                "start": 5080,
                                "end": 5088,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 65
                                  },
                                  "identifierName": "decimals"
                                },
                                "name": "decimals"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 5095,
                        "end": 5133,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 4
                          },
                          "end": {
                            "line": 171,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 5095,
                          "end": 5132,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 4
                            },
                            "end": {
                              "line": 171,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5095,
                            "end": 5115,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 4
                              },
                              "end": {
                                "line": 171,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5095,
                              "end": 5109,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 4
                                },
                                "end": {
                                  "line": 171,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5095,
                                "end": 5104,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5105,
                                "end": 5109,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 18
                                  },
                                  "identifierName": "REAL"
                                },
                                "name": "REAL"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5110,
                              "end": 5115,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 19
                                },
                                "end": {
                                  "line": 171,
                                  "column": 24
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 5116,
                              "end": 5120,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 25
                                },
                                "end": {
                                  "line": 171,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 5122,
                              "end": 5131,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 31
                                },
                                "end": {
                                  "line": 171,
                                  "column": 40
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 5140,
                  "end": 5171,
                  "loc": {
                    "start": {
                      "line": 173,
                      "column": 2
                    },
                    "end": {
                      "line": 173,
                      "column": 33
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 5140,
                    "end": 5170,
                    "loc": {
                      "start": {
                        "line": 173,
                        "column": 2
                      },
                      "end": {
                        "line": 173,
                        "column": 32
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 5140,
                      "end": 5148,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 2
                        },
                        "end": {
                          "line": 173,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 5149,
                        "end": 5153,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 11
                          },
                          "end": {
                            "line": 173,
                            "column": 15
                          },
                          "identifierName": "REAL"
                        },
                        "name": "REAL"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 5155,
                        "end": 5169,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 17
                          },
                          "end": {
                            "line": 173,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5155,
                          "end": 5164,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 17
                            },
                            "end": {
                              "line": 173,
                              "column": 26
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5165,
                          "end": 5169,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 27
                            },
                            "end": {
                              "line": 173,
                              "column": 31
                            },
                            "identifierName": "REAL"
                          },
                          "name": "REAL"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 5174,
                  "end": 5266,
                  "loc": {
                    "start": {
                      "line": 174,
                      "column": 2
                    },
                    "end": {
                      "line": 176,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 5174,
                    "end": 5265,
                    "loc": {
                      "start": {
                        "line": 174,
                        "column": 2
                      },
                      "end": {
                        "line": 176,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 5174,
                      "end": 5194,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 2
                        },
                        "end": {
                          "line": 174,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5174,
                        "end": 5188,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 2
                          },
                          "end": {
                            "line": 174,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5174,
                          "end": 5178,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 2
                            },
                            "end": {
                              "line": 174,
                              "column": 6
                            },
                            "identifierName": "REAL"
                          },
                          "name": "REAL"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5179,
                          "end": 5188,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 7
                            },
                            "end": {
                              "line": 174,
                              "column": 16
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5189,
                        "end": 5194,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 17
                          },
                          "end": {
                            "line": 174,
                            "column": 22
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 5197,
                      "end": 5265,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 25
                        },
                        "end": {
                          "line": 176,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 5206,
                        "end": 5211,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 34
                          },
                          "end": {
                            "line": 174,
                            "column": 39
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 5214,
                        "end": 5265,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 42
                          },
                          "end": {
                            "line": 176,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 5220,
                            "end": 5261,
                            "loc": {
                              "start": {
                                "line": 175,
                                "column": 4
                              },
                              "end": {
                                "line": 175,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 5227,
                              "end": 5260,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 11
                                },
                                "end": {
                                  "line": 175,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5227,
                                "end": 5254,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5227,
                                  "end": 5249,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5227,
                                    "end": 5243,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5227,
                                      "end": 5233,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 17
                                        },
                                        "identifierName": "NUMBER"
                                      },
                                      "name": "NUMBER"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5234,
                                      "end": 5243,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 27
                                        },
                                        "identifierName": "prototype"
                                      },
                                      "name": "prototype"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5244,
                                    "end": 5249,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 33
                                      },
                                      "identifierName": "toSql"
                                    },
                                    "name": "toSql"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5250,
                                  "end": 5254,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 38
                                    },
                                    "identifierName": "call"
                                  },
                                  "name": "call"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "start": 5255,
                                  "end": 5259,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 43
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 5270,
                  "end": 5635,
                  "loc": {
                    "start": {
                      "line": 178,
                      "column": 2
                    },
                    "end": {
                      "line": 191,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 5270,
                    "end": 5634,
                    "loc": {
                      "start": {
                        "line": 178,
                        "column": 2
                      },
                      "end": {
                        "line": 191,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5270,
                      "end": 5299,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 2
                        },
                        "end": {
                          "line": 178,
                          "column": 31
                        }
                      },
                      "object": {
                        "type": "ArrayExpression",
                        "start": 5270,
                        "end": 5291,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 2
                          },
                          "end": {
                            "line": 178,
                            "column": 23
                          }
                        },
                        "elements": [
                          {
                            "type": "Identifier",
                            "start": 5271,
                            "end": 5276,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 3
                              },
                              "end": {
                                "line": 178,
                                "column": 8
                              },
                              "identifierName": "FLOAT"
                            },
                            "name": "FLOAT"
                          },
                          {
                            "type": "Identifier",
                            "start": 5278,
                            "end": 5284,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 10
                              },
                              "end": {
                                "line": 178,
                                "column": 16
                              },
                              "identifierName": "DOUBLE"
                            },
                            "name": "DOUBLE"
                          },
                          {
                            "type": "Identifier",
                            "start": 5286,
                            "end": 5290,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 18
                              },
                              "end": {
                                "line": 178,
                                "column": 22
                              },
                              "identifierName": "REAL"
                            },
                            "name": "REAL"
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5292,
                        "end": 5299,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 24
                          },
                          "end": {
                            "line": 178,
                            "column": 31
                          },
                          "identifierName": "forEach"
                        },
                        "name": "forEach"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 5300,
                        "end": 5633,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 32
                          },
                          "end": {
                            "line": 191,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [
                          {
                            "type": "Identifier",
                            "start": 5300,
                            "end": 5308,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 32
                              },
                              "end": {
                                "line": 178,
                                "column": 40
                              },
                              "identifierName": "floating"
                            },
                            "name": "floating"
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "start": 5312,
                          "end": 5633,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 44
                            },
                            "end": {
                              "line": 191,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5318,
                              "end": 5629,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 4
                                },
                                "end": {
                                  "line": 190,
                                  "column": 6
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 5318,
                                "end": 5628,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 5
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 5318,
                                  "end": 5332,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5318,
                                    "end": 5326,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 12
                                      },
                                      "identifierName": "floating"
                                    },
                                    "name": "floating"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5327,
                                    "end": 5332,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 18
                                      },
                                      "identifierName": "parse"
                                    },
                                    "name": "parse"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "FunctionExpression",
                                  "start": 5335,
                                  "end": 5628,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 5
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5344,
                                    "end": 5349,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 35
                                      },
                                      "identifierName": "parse"
                                    },
                                    "name": "parse"
                                  },
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 5350,
                                      "end": 5355,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 41
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 5357,
                                    "end": 5628,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 5365,
                                        "end": 5602,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 7
                                          }
                                        },
                                        "test": {
                                          "type": "CallExpression",
                                          "start": 5369,
                                          "end": 5386,
                                          "loc": {
                                            "start": {
                                              "line": 180,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 180,
                                              "column": 27
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5369,
                                            "end": 5379,
                                            "loc": {
                                              "start": {
                                                "line": 180,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 180,
                                                "column": 20
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5369,
                                              "end": 5370,
                                              "loc": {
                                                "start": {
                                                  "line": 180,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 180,
                                                  "column": 11
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5371,
                                              "end": 5379,
                                              "loc": {
                                                "start": {
                                                  "line": 180,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 180,
                                                  "column": 20
                                                },
                                                "identifierName": "isString"
                                              },
                                              "name": "isString"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 5380,
                                              "end": 5385,
                                              "loc": {
                                                "start": {
                                                  "line": 180,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 180,
                                                  "column": 26
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            }
                                          ]
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 5388,
                                          "end": 5602,
                                          "loc": {
                                            "start": {
                                              "line": 180,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 5398,
                                              "end": 5594,
                                              "loc": {
                                                "start": {
                                                  "line": 181,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 187,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 5402,
                                                "end": 5417,
                                                "loc": {
                                                  "start": {
                                                    "line": 181,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 181,
                                                    "column": 27
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 5402,
                                                  "end": 5407,
                                                  "loc": {
                                                    "start": {
                                                      "line": 181,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 181,
                                                      "column": 17
                                                    },
                                                    "identifierName": "value"
                                                  },
                                                  "name": "value"
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 5412,
                                                  "end": 5417,
                                                  "loc": {
                                                    "start": {
                                                      "line": 181,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 181,
                                                      "column": 27
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "NaN",
                                                    "raw": "'NaN'"
                                                  },
                                                  "value": "NaN"
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 5419,
                                                "end": 5452,
                                                "loc": {
                                                  "start": {
                                                    "line": 181,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 183,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ReturnStatement",
                                                    "start": 5431,
                                                    "end": 5442,
                                                    "loc": {
                                                      "start": {
                                                        "line": 182,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 182,
                                                        "column": 21
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 5438,
                                                      "end": 5441,
                                                      "loc": {
                                                        "start": {
                                                          "line": 182,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 182,
                                                          "column": 20
                                                        },
                                                        "identifierName": "NaN"
                                                      },
                                                      "name": "NaN"
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": {
                                                "type": "IfStatement",
                                                "start": 5458,
                                                "end": 5594,
                                                "loc": {
                                                  "start": {
                                                    "line": 183,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 187,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 5462,
                                                  "end": 5482,
                                                  "loc": {
                                                    "start": {
                                                      "line": 183,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 183,
                                                      "column": 39
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 5462,
                                                    "end": 5467,
                                                    "loc": {
                                                      "start": {
                                                        "line": 183,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 183,
                                                        "column": 24
                                                      },
                                                      "identifierName": "value"
                                                    },
                                                    "name": "value"
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 5472,
                                                    "end": 5482,
                                                    "loc": {
                                                      "start": {
                                                        "line": 183,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 183,
                                                        "column": 39
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "Infinity",
                                                      "raw": "'Infinity'"
                                                    },
                                                    "value": "Infinity"
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 5484,
                                                  "end": 5522,
                                                  "loc": {
                                                    "start": {
                                                      "line": 183,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 185,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "start": 5496,
                                                      "end": 5512,
                                                      "loc": {
                                                        "start": {
                                                          "line": 184,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 184,
                                                          "column": 26
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 5503,
                                                        "end": 5511,
                                                        "loc": {
                                                          "start": {
                                                            "line": 184,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 184,
                                                            "column": 25
                                                          },
                                                          "identifierName": "Infinity"
                                                        },
                                                        "name": "Infinity"
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": {
                                                  "type": "IfStatement",
                                                  "start": 5528,
                                                  "end": 5594,
                                                  "loc": {
                                                    "start": {
                                                      "line": 185,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 187,
                                                      "column": 9
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "BinaryExpression",
                                                    "start": 5532,
                                                    "end": 5553,
                                                    "loc": {
                                                      "start": {
                                                        "line": 185,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 185,
                                                        "column": 40
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 5532,
                                                      "end": 5537,
                                                      "loc": {
                                                        "start": {
                                                          "line": 185,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 185,
                                                          "column": 24
                                                        },
                                                        "identifierName": "value"
                                                      },
                                                      "name": "value"
                                                    },
                                                    "operator": "===",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 5542,
                                                      "end": 5553,
                                                      "loc": {
                                                        "start": {
                                                          "line": 185,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 185,
                                                          "column": 40
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "-Infinity",
                                                        "raw": "'-Infinity'"
                                                      },
                                                      "value": "-Infinity"
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 5555,
                                                    "end": 5594,
                                                    "loc": {
                                                      "start": {
                                                        "line": 185,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 187,
                                                        "column": 9
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 5567,
                                                        "end": 5584,
                                                        "loc": {
                                                          "start": {
                                                            "line": 186,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 186,
                                                            "column": 27
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "UnaryExpression",
                                                          "start": 5574,
                                                          "end": 5583,
                                                          "loc": {
                                                            "start": {
                                                              "line": 186,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 186,
                                                              "column": 26
                                                            }
                                                          },
                                                          "operator": "-",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 5575,
                                                            "end": 5583,
                                                            "loc": {
                                                              "start": {
                                                                "line": 186,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 186,
                                                                "column": 26
                                                              },
                                                              "identifierName": "Infinity"
                                                            },
                                                            "name": "Infinity"
                                                          },
                                                          "extra": {
                                                            "parenthesizedArgument": false
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": null
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 5609,
                                        "end": 5622,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 19
                                          }
                                        },
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 5616,
                                          "end": 5621,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 18
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              }
                            }
                          ],
                          "directives": []
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "FunctionDeclaration",
                  "start": 5639,
                  "end": 5845,
                  "loc": {
                    "start": {
                      "line": 193,
                      "column": 2
                    },
                    "end": {
                      "line": 200,
                      "column": 3
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 5648,
                    "end": 5652,
                    "loc": {
                      "start": {
                        "line": 193,
                        "column": 11
                      },
                      "end": {
                        "line": 193,
                        "column": 15
                      },
                      "identifierName": "ENUM"
                    },
                    "name": "ENUM"
                  },
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 5655,
                    "end": 5845,
                    "loc": {
                      "start": {
                        "line": 193,
                        "column": 18
                      },
                      "end": {
                        "line": 200,
                        "column": 3
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 5661,
                        "end": 5798,
                        "loc": {
                          "start": {
                            "line": 194,
                            "column": 4
                          },
                          "end": {
                            "line": 198,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 5665,
                          "end": 5688,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 8
                            },
                            "end": {
                              "line": 194,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "BinaryExpression",
                            "start": 5667,
                            "end": 5687,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 10
                              },
                              "end": {
                                "line": 194,
                                "column": 30
                              }
                            },
                            "left": {
                              "type": "ThisExpression",
                              "start": 5667,
                              "end": 5671,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 10
                                },
                                "end": {
                                  "line": 194,
                                  "column": 14
                                }
                              }
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "Identifier",
                              "start": 5683,
                              "end": 5687,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 26
                                },
                                "end": {
                                  "line": 194,
                                  "column": 30
                                },
                                "identifierName": "ENUM"
                              },
                              "name": "ENUM"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 5666
                            }
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 5690,
                          "end": 5798,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 33
                            },
                            "end": {
                              "line": 198,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 5698,
                              "end": 5740,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 6
                                },
                                "end": {
                                  "line": 195,
                                  "column": 48
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5704,
                                  "end": 5739,
                                  "loc": {
                                    "start": {
                                      "line": 195,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 195,
                                      "column": 47
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5704,
                                    "end": 5707,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 15
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 5710,
                                    "end": 5739,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 47
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5710,
                                      "end": 5723,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5710,
                                        "end": 5716,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 24
                                          },
                                          "identifierName": "Object"
                                        },
                                        "name": "Object"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5717,
                                        "end": 5723,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 31
                                          },
                                          "identifierName": "create"
                                        },
                                        "name": "create"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5724,
                                        "end": 5738,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5724,
                                          "end": 5728,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 36
                                            },
                                            "identifierName": "ENUM"
                                          },
                                          "name": "ENUM"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5729,
                                          "end": 5738,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 46
                                            },
                                            "identifierName": "prototype"
                                          },
                                          "name": "prototype"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 5747,
                              "end": 5774,
                              "loc": {
                                "start": {
                                  "line": 196,
                                  "column": 6
                                },
                                "end": {
                                  "line": 196,
                                  "column": 33
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5747,
                                "end": 5773,
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 196,
                                    "column": 32
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5747,
                                  "end": 5757,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 16
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5747,
                                    "end": 5751,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 10
                                      },
                                      "identifierName": "ENUM"
                                    },
                                    "name": "ENUM"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5752,
                                    "end": 5757,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 16
                                      },
                                      "identifierName": "apply"
                                    },
                                    "name": "apply"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5758,
                                    "end": 5761,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 20
                                      },
                                      "identifierName": "obj"
                                    },
                                    "name": "obj"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 5763,
                                    "end": 5772,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 31
                                      },
                                      "identifierName": "arguments"
                                    },
                                    "name": "arguments"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ReturnStatement",
                              "start": 5781,
                              "end": 5792,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 6
                                },
                                "end": {
                                  "line": 197,
                                  "column": 17
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 5788,
                                "end": 5791,
                                "loc": {
                                  "start": {
                                    "line": 197,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 197,
                                    "column": 16
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 5803,
                        "end": 5841,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 4
                          },
                          "end": {
                            "line": 199,
                            "column": 42
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 5803,
                          "end": 5840,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 4
                            },
                            "end": {
                              "line": 199,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5803,
                            "end": 5823,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 4
                              },
                              "end": {
                                "line": 199,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5803,
                              "end": 5817,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 4
                                },
                                "end": {
                                  "line": 199,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5803,
                                "end": 5812,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 13
                                  },
                                  "identifierName": "BaseTypes"
                                },
                                "name": "BaseTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5813,
                                "end": 5817,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 18
                                  },
                                  "identifierName": "ENUM"
                                },
                                "name": "ENUM"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5818,
                              "end": 5823,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 19
                                },
                                "end": {
                                  "line": 199,
                                  "column": 24
                                },
                                "identifierName": "apply"
                              },
                              "name": "apply"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 5824,
                              "end": 5828,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 25
                                },
                                "end": {
                                  "line": 199,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 5830,
                              "end": 5839,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 31
                                },
                                "end": {
                                  "line": 199,
                                  "column": 40
                                },
                                "identifierName": "arguments"
                              },
                              "name": "arguments"
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 5848,
                  "end": 5879,
                  "loc": {
                    "start": {
                      "line": 201,
                      "column": 2
                    },
                    "end": {
                      "line": 201,
                      "column": 33
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 5848,
                    "end": 5878,
                    "loc": {
                      "start": {
                        "line": 201,
                        "column": 2
                      },
                      "end": {
                        "line": 201,
                        "column": 32
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 5848,
                      "end": 5856,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 2
                        },
                        "end": {
                          "line": 201,
                          "column": 10
                        },
                        "identifierName": "inherits"
                      },
                      "name": "inherits"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 5857,
                        "end": 5861,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 11
                          },
                          "end": {
                            "line": 201,
                            "column": 15
                          },
                          "identifierName": "ENUM"
                        },
                        "name": "ENUM"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 5863,
                        "end": 5877,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 17
                          },
                          "end": {
                            "line": 201,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5863,
                          "end": 5872,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 17
                            },
                            "end": {
                              "line": 201,
                              "column": 26
                            },
                            "identifierName": "BaseTypes"
                          },
                          "name": "BaseTypes"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5873,
                          "end": 5877,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 27
                            },
                            "end": {
                              "line": 201,
                              "column": 31
                            },
                            "identifierName": "ENUM"
                          },
                          "name": "ENUM"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 5883,
                  "end": 5948,
                  "loc": {
                    "start": {
                      "line": 203,
                      "column": 2
                    },
                    "end": {
                      "line": 205,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 5883,
                    "end": 5947,
                    "loc": {
                      "start": {
                        "line": 203,
                        "column": 2
                      },
                      "end": {
                        "line": 205,
                        "column": 3
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 5883,
                      "end": 5903,
                      "loc": {
                        "start": {
                          "line": 203,
                          "column": 2
                        },
                        "end": {
                          "line": 203,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5883,
                        "end": 5897,
                        "loc": {
                          "start": {
                            "line": 203,
                            "column": 2
                          },
                          "end": {
                            "line": 203,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5883,
                          "end": 5887,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 2
                            },
                            "end": {
                              "line": 203,
                              "column": 6
                            },
                            "identifierName": "ENUM"
                          },
                          "name": "ENUM"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5888,
                          "end": 5897,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 7
                            },
                            "end": {
                              "line": 203,
                              "column": 16
                            },
                            "identifierName": "prototype"
                          },
                          "name": "prototype"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5898,
                        "end": 5903,
                        "loc": {
                          "start": {
                            "line": 203,
                            "column": 17
                          },
                          "end": {
                            "line": 203,
                            "column": 22
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "FunctionExpression",
                      "start": 5906,
                      "end": 5947,
                      "loc": {
                        "start": {
                          "line": 203,
                          "column": 25
                        },
                        "end": {
                          "line": 205,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 5915,
                        "end": 5920,
                        "loc": {
                          "start": {
                            "line": 203,
                            "column": 34
                          },
                          "end": {
                            "line": 203,
                            "column": 39
                          },
                          "identifierName": "toSql"
                        },
                        "name": "toSql"
                      },
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 5923,
                        "end": 5947,
                        "loc": {
                          "start": {
                            "line": 203,
                            "column": 42
                          },
                          "end": {
                            "line": 205,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 5929,
                            "end": 5943,
                            "loc": {
                              "start": {
                                "line": 204,
                                "column": 4
                              },
                              "end": {
                                "line": 204,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "StringLiteral",
                              "start": 5936,
                              "end": 5942,
                              "loc": {
                                "start": {
                                  "line": 204,
                                  "column": 11
                                },
                                "end": {
                                  "line": 204,
                                  "column": 17
                                }
                              },
                              "extra": {
                                "rawValue": "TEXT",
                                "raw": "'TEXT'"
                              },
                              "value": "TEXT"
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  }
                },
                {
                  "type": "VariableDeclaration",
                  "start": 5952,
                  "end": 6149,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 2
                    },
                    "end": {
                      "line": 221,
                      "column": 4
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 5958,
                      "end": 6148,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 8
                        },
                        "end": {
                          "line": 221,
                          "column": 3
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 5958,
                        "end": 5965,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 8
                          },
                          "end": {
                            "line": 207,
                            "column": 15
                          },
                          "identifierName": "exports"
                        },
                        "name": "exports"
                      },
                      "init": {
                        "type": "ObjectExpression",
                        "start": 5968,
                        "end": 6148,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 18
                          },
                          "end": {
                            "line": 221,
                            "column": 3
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 5974,
                            "end": 5978,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 4
                              },
                              "end": {
                                "line": 208,
                                "column": 8
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 5974,
                              "end": 5978,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 4
                                },
                                "end": {
                                  "line": 208,
                                  "column": 8
                                },
                                "identifierName": "DATE"
                              },
                              "name": "DATE"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 5974,
                              "end": 5978,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 4
                                },
                                "end": {
                                  "line": 208,
                                  "column": 8
                                },
                                "identifierName": "DATE"
                              },
                              "name": "DATE"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 5984,
                            "end": 5992,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 4
                              },
                              "end": {
                                "line": 209,
                                "column": 12
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 5984,
                              "end": 5992,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 4
                                },
                                "end": {
                                  "line": 209,
                                  "column": 12
                                },
                                "identifierName": "DATEONLY"
                              },
                              "name": "DATEONLY"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 5984,
                              "end": 5992,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 4
                                },
                                "end": {
                                  "line": 209,
                                  "column": 12
                                },
                                "identifierName": "DATEONLY"
                              },
                              "name": "DATEONLY"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 5998,
                            "end": 6004,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 4
                              },
                              "end": {
                                "line": 210,
                                "column": 10
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 5998,
                              "end": 6004,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 4
                                },
                                "end": {
                                  "line": 210,
                                  "column": 10
                                },
                                "identifierName": "STRING"
                              },
                              "name": "STRING"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 5998,
                              "end": 6004,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 4
                                },
                                "end": {
                                  "line": 210,
                                  "column": 10
                                },
                                "identifierName": "STRING"
                              },
                              "name": "STRING"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6010,
                            "end": 6014,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 4
                              },
                              "end": {
                                "line": 211,
                                "column": 8
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6010,
                              "end": 6014,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 4
                                },
                                "end": {
                                  "line": 211,
                                  "column": 8
                                },
                                "identifierName": "CHAR"
                              },
                              "name": "CHAR"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6010,
                              "end": 6014,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 4
                                },
                                "end": {
                                  "line": 211,
                                  "column": 8
                                },
                                "identifierName": "CHAR"
                              },
                              "name": "CHAR"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6020,
                            "end": 6026,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 4
                              },
                              "end": {
                                "line": 212,
                                "column": 10
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6020,
                              "end": 6026,
                              "loc": {
                                "start": {
                                  "line": 212,
                                  "column": 4
                                },
                                "end": {
                                  "line": 212,
                                  "column": 10
                                },
                                "identifierName": "NUMBER"
                              },
                              "name": "NUMBER"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6020,
                              "end": 6026,
                              "loc": {
                                "start": {
                                  "line": 212,
                                  "column": 4
                                },
                                "end": {
                                  "line": 212,
                                  "column": 10
                                },
                                "identifierName": "NUMBER"
                              },
                              "name": "NUMBER"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6032,
                            "end": 6037,
                            "loc": {
                              "start": {
                                "line": 213,
                                "column": 4
                              },
                              "end": {
                                "line": 213,
                                "column": 9
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6032,
                              "end": 6037,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 4
                                },
                                "end": {
                                  "line": 213,
                                  "column": 9
                                },
                                "identifierName": "FLOAT"
                              },
                              "name": "FLOAT"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6032,
                              "end": 6037,
                              "loc": {
                                "start": {
                                  "line": 213,
                                  "column": 4
                                },
                                "end": {
                                  "line": 213,
                                  "column": 9
                                },
                                "identifierName": "FLOAT"
                              },
                              "name": "FLOAT"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6043,
                            "end": 6047,
                            "loc": {
                              "start": {
                                "line": 214,
                                "column": 4
                              },
                              "end": {
                                "line": 214,
                                "column": 8
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6043,
                              "end": 6047,
                              "loc": {
                                "start": {
                                  "line": 214,
                                  "column": 4
                                },
                                "end": {
                                  "line": 214,
                                  "column": 8
                                },
                                "identifierName": "REAL"
                              },
                              "name": "REAL"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6043,
                              "end": 6047,
                              "loc": {
                                "start": {
                                  "line": 214,
                                  "column": 4
                                },
                                "end": {
                                  "line": 214,
                                  "column": 8
                                },
                                "identifierName": "REAL"
                              },
                              "name": "REAL"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6053,
                            "end": 6079,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 4
                              },
                              "end": {
                                "line": 215,
                                "column": 30
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "StringLiteral",
                              "start": 6053,
                              "end": 6071,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 4
                                },
                                "end": {
                                  "line": 215,
                                  "column": 22
                                }
                              },
                              "extra": {
                                "rawValue": "DOUBLE PRECISION",
                                "raw": "'DOUBLE PRECISION'"
                              },
                              "value": "DOUBLE PRECISION"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6073,
                              "end": 6079,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 24
                                },
                                "end": {
                                  "line": 215,
                                  "column": 30
                                },
                                "identifierName": "DOUBLE"
                              },
                              "name": "DOUBLE"
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6085,
                            "end": 6092,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 4
                              },
                              "end": {
                                "line": 216,
                                "column": 11
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6085,
                              "end": 6092,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 4
                                },
                                "end": {
                                  "line": 216,
                                  "column": 11
                                },
                                "identifierName": "INTEGER"
                              },
                              "name": "INTEGER"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6085,
                              "end": 6092,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 4
                                },
                                "end": {
                                  "line": 216,
                                  "column": 11
                                },
                                "identifierName": "INTEGER"
                              },
                              "name": "INTEGER"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6098,
                            "end": 6104,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 4
                              },
                              "end": {
                                "line": 217,
                                "column": 10
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6098,
                              "end": 6104,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 4
                                },
                                "end": {
                                  "line": 217,
                                  "column": 10
                                },
                                "identifierName": "BIGINT"
                              },
                              "name": "BIGINT"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6098,
                              "end": 6104,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 4
                                },
                                "end": {
                                  "line": 217,
                                  "column": 10
                                },
                                "identifierName": "BIGINT"
                              },
                              "name": "BIGINT"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6110,
                            "end": 6114,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 4
                              },
                              "end": {
                                "line": 218,
                                "column": 8
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6110,
                              "end": 6114,
                              "loc": {
                                "start": {
                                  "line": 218,
                                  "column": 4
                                },
                                "end": {
                                  "line": 218,
                                  "column": 8
                                },
                                "identifierName": "TEXT"
                              },
                              "name": "TEXT"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6110,
                              "end": 6114,
                              "loc": {
                                "start": {
                                  "line": 218,
                                  "column": 4
                                },
                                "end": {
                                  "line": 218,
                                  "column": 8
                                },
                                "identifierName": "TEXT"
                              },
                              "name": "TEXT"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6120,
                            "end": 6124,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 4
                              },
                              "end": {
                                "line": 219,
                                "column": 8
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6120,
                              "end": 6124,
                              "loc": {
                                "start": {
                                  "line": 219,
                                  "column": 4
                                },
                                "end": {
                                  "line": 219,
                                  "column": 8
                                },
                                "identifierName": "ENUM"
                              },
                              "name": "ENUM"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6120,
                              "end": 6124,
                              "loc": {
                                "start": {
                                  "line": 219,
                                  "column": 4
                                },
                                "end": {
                                  "line": 219,
                                  "column": 8
                                },
                                "identifierName": "ENUM"
                              },
                              "name": "ENUM"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6130,
                            "end": 6144,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 4
                              },
                              "end": {
                                "line": 220,
                                "column": 18
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6130,
                              "end": 6134,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 4
                                },
                                "end": {
                                  "line": 220,
                                  "column": 8
                                },
                                "identifierName": "JSON"
                              },
                              "name": "JSON"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6136,
                              "end": 6144,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 10
                                },
                                "end": {
                                  "line": 220,
                                  "column": 18
                                },
                                "identifierName": "JSONTYPE"
                              },
                              "name": "JSONTYPE"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "kind": "const"
                },
                {
                  "type": "ExpressionStatement",
                  "start": 6153,
                  "end": 6365,
                  "loc": {
                    "start": {
                      "line": 223,
                      "column": 2
                    },
                    "end": {
                      "line": 230,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 6153,
                    "end": 6364,
                    "loc": {
                      "start": {
                        "line": 223,
                        "column": 2
                      },
                      "end": {
                        "line": 230,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 6153,
                      "end": 6160,
                      "loc": {
                        "start": {
                          "line": 223,
                          "column": 2
                        },
                        "end": {
                          "line": 223,
                          "column": 9
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 6153,
                        "end": 6154,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 2
                          },
                          "end": {
                            "line": 223,
                            "column": 3
                          },
                          "identifierName": "_"
                        },
                        "name": "_"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 6155,
                        "end": 6160,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 4
                          },
                          "end": {
                            "line": 223,
                            "column": 9
                          },
                          "identifierName": "forIn"
                        },
                        "name": "forIn"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 6161,
                        "end": 6168,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 10
                          },
                          "end": {
                            "line": 223,
                            "column": 17
                          },
                          "identifierName": "exports"
                        },
                        "name": "exports"
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 6170,
                        "end": 6363,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 19
                          },
                          "end": {
                            "line": 230,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [
                          {
                            "type": "Identifier",
                            "start": 6171,
                            "end": 6179,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 20
                              },
                              "end": {
                                "line": 223,
                                "column": 28
                              },
                              "identifierName": "DataType"
                            },
                            "name": "DataType"
                          },
                          {
                            "type": "Identifier",
                            "start": 6181,
                            "end": 6184,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 30
                              },
                              "end": {
                                "line": 223,
                                "column": 33
                              },
                              "identifierName": "key"
                            },
                            "name": "key"
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "start": 6189,
                          "end": 6363,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 38
                            },
                            "end": {
                              "line": 230,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "IfStatement",
                              "start": 6195,
                              "end": 6233,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 4
                                },
                                "end": {
                                  "line": 224,
                                  "column": 42
                                }
                              },
                              "test": {
                                "type": "UnaryExpression",
                                "start": 6199,
                                "end": 6212,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 21
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 6200,
                                  "end": 6212,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6200,
                                    "end": 6208,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 17
                                      },
                                      "identifierName": "DataType"
                                    },
                                    "name": "DataType"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6209,
                                    "end": 6212,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 21
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 6214,
                                "end": 6233,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 42
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 6214,
                                  "end": 6232,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 41
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 6214,
                                    "end": 6226,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6214,
                                      "end": 6222,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 31
                                        },
                                        "identifierName": "DataType"
                                      },
                                      "name": "DataType"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6223,
                                      "end": 6226,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 35
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 6229,
                                    "end": 6232,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 41
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 6238,
                              "end": 6359,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 4
                                },
                                "end": {
                                  "line": 229,
                                  "column": 5
                                }
                              },
                              "test": {
                                "type": "UnaryExpression",
                                "start": 6242,
                                "end": 6258,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 24
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 6243,
                                  "end": 6258,
                                  "loc": {
                                    "start": {
                                      "line": 225,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 225,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6243,
                                    "end": 6251,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 17
                                      },
                                      "identifierName": "DataType"
                                    },
                                    "name": "DataType"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6252,
                                    "end": 6258,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 24
                                      },
                                      "identifierName": "extend"
                                    },
                                    "name": "extend"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 6260,
                                "end": 6359,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 229,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 6268,
                                    "end": 6353,
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 228,
                                        "column": 8
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 6268,
                                      "end": 6352,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 228,
                                          "column": 7
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 6268,
                                        "end": 6283,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 226,
                                            "column": 21
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6268,
                                          "end": 6276,
                                          "loc": {
                                            "start": {
                                              "line": 226,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 226,
                                              "column": 14
                                            },
                                            "identifierName": "DataType"
                                          },
                                          "name": "DataType"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6277,
                                          "end": 6283,
                                          "loc": {
                                            "start": {
                                              "line": 226,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 226,
                                              "column": 21
                                            },
                                            "identifierName": "extend"
                                          },
                                          "name": "extend"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "ArrowFunctionExpression",
                                        "start": 6286,
                                        "end": 6352,
                                        "loc": {
                                          "start": {
                                            "line": 226,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 228,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 6286,
                                            "end": 6293,
                                            "loc": {
                                              "start": {
                                                "line": 226,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 226,
                                                "column": 31
                                              },
                                              "identifierName": "oldType"
                                            },
                                            "name": "oldType"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 6297,
                                          "end": 6352,
                                          "loc": {
                                            "start": {
                                              "line": 226,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "start": 6307,
                                              "end": 6344,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 45
                                                }
                                              },
                                              "argument": {
                                                "type": "NewExpression",
                                                "start": 6314,
                                                "end": 6343,
                                                "loc": {
                                                  "start": {
                                                    "line": 227,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 44
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 6318,
                                                  "end": 6326,
                                                  "loc": {
                                                    "start": {
                                                      "line": 227,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 227,
                                                      "column": 27
                                                    },
                                                    "identifierName": "DataType"
                                                  },
                                                  "name": "DataType"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 6327,
                                                    "end": 6342,
                                                    "loc": {
                                                      "start": {
                                                        "line": 227,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 227,
                                                        "column": 43
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6327,
                                                      "end": 6334,
                                                      "loc": {
                                                        "start": {
                                                          "line": 227,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 227,
                                                          "column": 35
                                                        },
                                                        "identifierName": "oldType"
                                                      },
                                                      "name": "oldType"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6335,
                                                      "end": 6342,
                                                      "loc": {
                                                        "start": {
                                                          "line": 227,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 227,
                                                          "column": 43
                                                        },
                                                        "identifierName": "options"
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        }
                      }
                    ]
                  }
                },
                {
                  "type": "ReturnStatement",
                  "start": 6369,
                  "end": 6384,
                  "loc": {
                    "start": {
                      "line": 232,
                      "column": 2
                    },
                    "end": {
                      "line": 232,
                      "column": 17
                    }
                  },
                  "argument": {
                    "type": "Identifier",
                    "start": 6376,
                    "end": 6383,
                    "loc": {
                      "start": {
                        "line": 232,
                        "column": 9
                      },
                      "end": {
                        "line": 232,
                        "column": 16
                      },
                      "identifierName": "exports"
                    },
                    "name": "exports"
                  }
                }
              ],
              "directives": []
            }
          }
        }
      }
    ],
    "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": " For backwards compat. Dates inserted by sequelize < 2.0dev12 will not have a timestamp set",
      "start": 1599,
      "end": 1692,
      "loc": {
        "start": {
          "line": 46,
          "column": 6
        },
        "end": {
          "line": 46,
          "column": 99
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " We already have a timezone stored in the string",
      "start": 1783,
      "end": 1833,
      "loc": {
        "start": {
          "line": 49,
          "column": 29
        },
        "end": {
          "line": 49,
          "column": 79
        }
      }
    }
  ],
  "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": "_",
      "start": 21,
      "end": 22,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 23,
      "end": 24,
      "loc": {
        "start": {
          "line": 3,
          "column": 8
        },
        "end": {
          "line": 3,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 25,
      "end": 32,
      "loc": {
        "start": {
          "line": 3,
          "column": 10
        },
        "end": {
          "line": 3,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 32,
      "end": 33,
      "loc": {
        "start": {
          "line": 3,
          "column": 17
        },
        "end": {
          "line": 3,
          "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": 33,
      "end": 41,
      "loc": {
        "start": {
          "line": 3,
          "column": 18
        },
        "end": {
          "line": 3,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 41,
      "end": 42,
      "loc": {
        "start": {
          "line": 3,
          "column": 26
        },
        "end": {
          "line": 3,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 42,
      "end": 43,
      "loc": {
        "start": {
          "line": 3,
          "column": 27
        },
        "end": {
          "line": 3,
          "column": 28
        }
      }
    },
    {
      "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": 44,
      "end": 49,
      "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": "inherits",
      "start": 50,
      "end": 58,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 59,
      "end": 60,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 61,
      "end": 68,
      "loc": {
        "start": {
          "line": 4,
          "column": 17
        },
        "end": {
          "line": 4,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 68,
      "end": 69,
      "loc": {
        "start": {
          "line": 4,
          "column": 24
        },
        "end": {
          "line": 4,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../utils/inherits",
      "start": 69,
      "end": 91,
      "loc": {
        "start": {
          "line": 4,
          "column": 25
        },
        "end": {
          "line": 4,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 91,
      "end": 92,
      "loc": {
        "start": {
          "line": 4,
          "column": 47
        },
        "end": {
          "line": 4,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 92,
      "end": 93,
      "loc": {
        "start": {
          "line": 4,
          "column": 48
        },
        "end": {
          "line": 4,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 95,
      "end": 101,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 101,
      "end": 102,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 102,
      "end": 109,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 110,
      "end": 111,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 112,
      "end": 121,
      "loc": {
        "start": {
          "line": 6,
          "column": 17
        },
        "end": {
          "line": 6,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 122,
      "end": 124,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 125,
      "end": 126,
      "loc": {
        "start": {
          "line": 6,
          "column": 30
        },
        "end": {
          "line": 6,
          "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": 129,
      "end": 134,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 7,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 135,
      "end": 139,
      "loc": {
        "start": {
          "line": 7,
          "column": 8
        },
        "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": 140,
      "end": 141,
      "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": "BaseTypes",
      "start": 142,
      "end": 151,
      "loc": {
        "start": {
          "line": 7,
          "column": 15
        },
        "end": {
          "line": 7,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 151,
      "end": 152,
      "loc": {
        "start": {
          "line": 7,
          "column": 24
        },
        "end": {
          "line": 7,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ABSTRACT",
      "start": 152,
      "end": 160,
      "loc": {
        "start": {
          "line": 7,
          "column": 25
        },
        "end": {
          "line": 7,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 160,
      "end": 161,
      "loc": {
        "start": {
          "line": 7,
          "column": 33
        },
        "end": {
          "line": 7,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 161,
      "end": 165,
      "loc": {
        "start": {
          "line": 7,
          "column": 34
        },
        "end": {
          "line": 7,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 165,
      "end": 166,
      "loc": {
        "start": {
          "line": 7,
          "column": 38
        },
        "end": {
          "line": 7,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 166,
      "end": 170,
      "loc": {
        "start": {
          "line": 7,
          "column": 39
        },
        "end": {
          "line": 7,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 170,
      "end": 171,
      "loc": {
        "start": {
          "line": 7,
          "column": 43
        },
        "end": {
          "line": 7,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 171,
      "end": 180,
      "loc": {
        "start": {
          "line": 7,
          "column": 44
        },
        "end": {
          "line": 7,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 180,
      "end": 181,
      "loc": {
        "start": {
          "line": 7,
          "column": 53
        },
        "end": {
          "line": 7,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "https://www.sqlite.org/datatype3.html",
      "start": 182,
      "end": 221,
      "loc": {
        "start": {
          "line": 7,
          "column": 55
        },
        "end": {
          "line": 7,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 221,
      "end": 222,
      "loc": {
        "start": {
          "line": 7,
          "column": 94
        },
        "end": {
          "line": 7,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 222,
      "end": 223,
      "loc": {
        "start": {
          "line": 7,
          "column": 95
        },
        "end": {
          "line": 7,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 227,
      "end": 236,
      "loc": {
        "start": {
          "line": 9,
          "column": 2
        },
        "end": {
          "line": 9,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 236,
      "end": 237,
      "loc": {
        "start": {
          "line": 9,
          "column": 11
        },
        "end": {
          "line": 9,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 237,
      "end": 241,
      "loc": {
        "start": {
          "line": 9,
          "column": 12
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 241,
      "end": 242,
      "loc": {
        "start": {
          "line": 9,
          "column": 16
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 242,
      "end": 247,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 247,
      "end": 248,
      "loc": {
        "start": {
          "line": 9,
          "column": 22
        },
        "end": {
          "line": 9,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 248,
      "end": 254,
      "loc": {
        "start": {
          "line": 9,
          "column": 23
        },
        "end": {
          "line": 9,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 255,
      "end": 256,
      "loc": {
        "start": {
          "line": 9,
          "column": 30
        },
        "end": {
          "line": 9,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 257,
      "end": 258,
      "loc": {
        "start": {
          "line": 9,
          "column": 32
        },
        "end": {
          "line": 9,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DATETIME",
      "start": 258,
      "end": 268,
      "loc": {
        "start": {
          "line": 9,
          "column": 33
        },
        "end": {
          "line": 9,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 268,
      "end": 269,
      "loc": {
        "start": {
          "line": 9,
          "column": 43
        },
        "end": {
          "line": 9,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 269,
      "end": 270,
      "loc": {
        "start": {
          "line": 9,
          "column": 44
        },
        "end": {
          "line": 9,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 273,
      "end": 282,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 10,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 282,
      "end": 283,
      "loc": {
        "start": {
          "line": 10,
          "column": 11
        },
        "end": {
          "line": 10,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 283,
      "end": 289,
      "loc": {
        "start": {
          "line": 10,
          "column": 12
        },
        "end": {
          "line": 10,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 289,
      "end": 290,
      "loc": {
        "start": {
          "line": 10,
          "column": 18
        },
        "end": {
          "line": 10,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 290,
      "end": 295,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "end": {
          "line": 10,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 295,
      "end": 296,
      "loc": {
        "start": {
          "line": 10,
          "column": 24
        },
        "end": {
          "line": 10,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 296,
      "end": 302,
      "loc": {
        "start": {
          "line": 10,
          "column": 25
        },
        "end": {
          "line": 10,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 10,
          "column": 32
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 305,
      "end": 306,
      "loc": {
        "start": {
          "line": 10,
          "column": 34
        },
        "end": {
          "line": 10,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VARCHAR",
      "start": 306,
      "end": 315,
      "loc": {
        "start": {
          "line": 10,
          "column": 35
        },
        "end": {
          "line": 10,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 315,
      "end": 316,
      "loc": {
        "start": {
          "line": 10,
          "column": 44
        },
        "end": {
          "line": 10,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VARCHAR BINARY",
      "start": 317,
      "end": 333,
      "loc": {
        "start": {
          "line": 10,
          "column": 46
        },
        "end": {
          "line": 10,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 333,
      "end": 334,
      "loc": {
        "start": {
          "line": 10,
          "column": 62
        },
        "end": {
          "line": 10,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 334,
      "end": 335,
      "loc": {
        "start": {
          "line": 10,
          "column": 63
        },
        "end": {
          "line": 10,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 338,
      "end": 347,
      "loc": {
        "start": {
          "line": 11,
          "column": 2
        },
        "end": {
          "line": 11,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 347,
      "end": 348,
      "loc": {
        "start": {
          "line": 11,
          "column": 11
        },
        "end": {
          "line": 11,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 348,
      "end": 352,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 352,
      "end": 353,
      "loc": {
        "start": {
          "line": 11,
          "column": 16
        },
        "end": {
          "line": 11,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 353,
      "end": 358,
      "loc": {
        "start": {
          "line": 11,
          "column": 17
        },
        "end": {
          "line": 11,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 358,
      "end": 359,
      "loc": {
        "start": {
          "line": 11,
          "column": 22
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 359,
      "end": 365,
      "loc": {
        "start": {
          "line": 11,
          "column": 23
        },
        "end": {
          "line": 11,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 366,
      "end": 367,
      "loc": {
        "start": {
          "line": 11,
          "column": 30
        },
        "end": {
          "line": 11,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 368,
      "end": 369,
      "loc": {
        "start": {
          "line": 11,
          "column": 32
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CHAR",
      "start": 369,
      "end": 375,
      "loc": {
        "start": {
          "line": 11,
          "column": 33
        },
        "end": {
          "line": 11,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 375,
      "end": 376,
      "loc": {
        "start": {
          "line": 11,
          "column": 39
        },
        "end": {
          "line": 11,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CHAR BINARY",
      "start": 377,
      "end": 390,
      "loc": {
        "start": {
          "line": 11,
          "column": 41
        },
        "end": {
          "line": 11,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 390,
      "end": 391,
      "loc": {
        "start": {
          "line": 11,
          "column": 54
        },
        "end": {
          "line": 11,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 391,
      "end": 392,
      "loc": {
        "start": {
          "line": 11,
          "column": 55
        },
        "end": {
          "line": 11,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 395,
      "end": 404,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 404,
      "end": 405,
      "loc": {
        "start": {
          "line": 12,
          "column": 11
        },
        "end": {
          "line": 12,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 405,
      "end": 409,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 409,
      "end": 410,
      "loc": {
        "start": {
          "line": 12,
          "column": 16
        },
        "end": {
          "line": 12,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 410,
      "end": 415,
      "loc": {
        "start": {
          "line": 12,
          "column": 17
        },
        "end": {
          "line": 12,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 415,
      "end": 416,
      "loc": {
        "start": {
          "line": 12,
          "column": 22
        },
        "end": {
          "line": 12,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 416,
      "end": 422,
      "loc": {
        "start": {
          "line": 12,
          "column": 23
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 423,
      "end": 424,
      "loc": {
        "start": {
          "line": 12,
          "column": 30
        },
        "end": {
          "line": 12,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 425,
      "end": 426,
      "loc": {
        "start": {
          "line": 12,
          "column": 32
        },
        "end": {
          "line": 12,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TEXT",
      "start": 426,
      "end": 432,
      "loc": {
        "start": {
          "line": 12,
          "column": 33
        },
        "end": {
          "line": 12,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 432,
      "end": 433,
      "loc": {
        "start": {
          "line": 12,
          "column": 39
        },
        "end": {
          "line": 12,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 433,
      "end": 434,
      "loc": {
        "start": {
          "line": 12,
          "column": 40
        },
        "end": {
          "line": 12,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 437,
      "end": 446,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 446,
      "end": 447,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 447,
      "end": 454,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 454,
      "end": 455,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 455,
      "end": 460,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 460,
      "end": 461,
      "loc": {
        "start": {
          "line": 13,
          "column": 25
        },
        "end": {
          "line": 13,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 461,
      "end": 467,
      "loc": {
        "start": {
          "line": 13,
          "column": 26
        },
        "end": {
          "line": 13,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 468,
      "end": 469,
      "loc": {
        "start": {
          "line": 13,
          "column": 33
        },
        "end": {
          "line": 13,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 470,
      "end": 471,
      "loc": {
        "start": {
          "line": 13,
          "column": 35
        },
        "end": {
          "line": 13,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INTEGER",
      "start": 471,
      "end": 480,
      "loc": {
        "start": {
          "line": 13,
          "column": 36
        },
        "end": {
          "line": 13,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 480,
      "end": 481,
      "loc": {
        "start": {
          "line": 13,
          "column": 45
        },
        "end": {
          "line": 13,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 481,
      "end": 482,
      "loc": {
        "start": {
          "line": 13,
          "column": 46
        },
        "end": {
          "line": 13,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 485,
      "end": 494,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 14,
          "column": 11
        },
        "end": {
          "line": 14,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 495,
      "end": 501,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 501,
      "end": 502,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 502,
      "end": 507,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 507,
      "end": 508,
      "loc": {
        "start": {
          "line": 14,
          "column": 24
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 508,
      "end": 514,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 14,
          "column": 32
        },
        "end": {
          "line": 14,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 517,
      "end": 518,
      "loc": {
        "start": {
          "line": 14,
          "column": 34
        },
        "end": {
          "line": 14,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "BIGINT",
      "start": 518,
      "end": 526,
      "loc": {
        "start": {
          "line": 14,
          "column": 35
        },
        "end": {
          "line": 14,
          "column": 43
        }
      }
    },
    {
      "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": 14,
          "column": 43
        },
        "end": {
          "line": 14,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 527,
      "end": 528,
      "loc": {
        "start": {
          "line": 14,
          "column": 44
        },
        "end": {
          "line": 14,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 531,
      "end": 540,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 540,
      "end": 541,
      "loc": {
        "start": {
          "line": 15,
          "column": 11
        },
        "end": {
          "line": 15,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 541,
      "end": 546,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 15,
          "column": 17
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 547,
      "end": 552,
      "loc": {
        "start": {
          "line": 15,
          "column": 18
        },
        "end": {
          "line": 15,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 552,
      "end": 553,
      "loc": {
        "start": {
          "line": 15,
          "column": 23
        },
        "end": {
          "line": 15,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 553,
      "end": 559,
      "loc": {
        "start": {
          "line": 15,
          "column": 24
        },
        "end": {
          "line": 15,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 560,
      "end": 561,
      "loc": {
        "start": {
          "line": 15,
          "column": 31
        },
        "end": {
          "line": 15,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 562,
      "end": 563,
      "loc": {
        "start": {
          "line": 15,
          "column": 33
        },
        "end": {
          "line": 15,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "FLOAT",
      "start": 563,
      "end": 570,
      "loc": {
        "start": {
          "line": 15,
          "column": 34
        },
        "end": {
          "line": 15,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 570,
      "end": 571,
      "loc": {
        "start": {
          "line": 15,
          "column": 41
        },
        "end": {
          "line": 15,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 571,
      "end": 572,
      "loc": {
        "start": {
          "line": 15,
          "column": 42
        },
        "end": {
          "line": 15,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 575,
      "end": 584,
      "loc": {
        "start": {
          "line": 16,
          "column": 2
        },
        "end": {
          "line": 16,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 584,
      "end": 585,
      "loc": {
        "start": {
          "line": 16,
          "column": 11
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TIME",
      "start": 585,
      "end": 589,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 16
        }
      }
    },
    {
      "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": 16,
          "column": 16
        },
        "end": {
          "line": 16,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 590,
      "end": 595,
      "loc": {
        "start": {
          "line": 16,
          "column": 17
        },
        "end": {
          "line": 16,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 595,
      "end": 596,
      "loc": {
        "start": {
          "line": 16,
          "column": 22
        },
        "end": {
          "line": 16,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 596,
      "end": 602,
      "loc": {
        "start": {
          "line": 16,
          "column": 23
        },
        "end": {
          "line": 16,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 603,
      "end": 604,
      "loc": {
        "start": {
          "line": 16,
          "column": 30
        },
        "end": {
          "line": 16,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 605,
      "end": 606,
      "loc": {
        "start": {
          "line": 16,
          "column": 32
        },
        "end": {
          "line": 16,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TIME",
      "start": 606,
      "end": 612,
      "loc": {
        "start": {
          "line": 16,
          "column": 33
        },
        "end": {
          "line": 16,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 612,
      "end": 613,
      "loc": {
        "start": {
          "line": 16,
          "column": 39
        },
        "end": {
          "line": 16,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 613,
      "end": 614,
      "loc": {
        "start": {
          "line": 16,
          "column": 40
        },
        "end": {
          "line": 16,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 617,
      "end": 626,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 626,
      "end": 627,
      "loc": {
        "start": {
          "line": 17,
          "column": 11
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 627,
      "end": 635,
      "loc": {
        "start": {
          "line": 17,
          "column": 12
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 635,
      "end": 636,
      "loc": {
        "start": {
          "line": 17,
          "column": 20
        },
        "end": {
          "line": 17,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 636,
      "end": 641,
      "loc": {
        "start": {
          "line": 17,
          "column": 21
        },
        "end": {
          "line": 17,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 17,
          "column": 26
        },
        "end": {
          "line": 17,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 642,
      "end": 648,
      "loc": {
        "start": {
          "line": 17,
          "column": 27
        },
        "end": {
          "line": 17,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 649,
      "end": 650,
      "loc": {
        "start": {
          "line": 17,
          "column": 34
        },
        "end": {
          "line": 17,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 651,
      "end": 652,
      "loc": {
        "start": {
          "line": 17,
          "column": 36
        },
        "end": {
          "line": 17,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DATE",
      "start": 652,
      "end": 658,
      "loc": {
        "start": {
          "line": 17,
          "column": 37
        },
        "end": {
          "line": 17,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 658,
      "end": 659,
      "loc": {
        "start": {
          "line": 17,
          "column": 43
        },
        "end": {
          "line": 17,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 659,
      "end": 660,
      "loc": {
        "start": {
          "line": 17,
          "column": 44
        },
        "end": {
          "line": 17,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 663,
      "end": 672,
      "loc": {
        "start": {
          "line": 18,
          "column": 2
        },
        "end": {
          "line": 18,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 672,
      "end": 673,
      "loc": {
        "start": {
          "line": 18,
          "column": 11
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BOOLEAN",
      "start": 673,
      "end": 680,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 680,
      "end": 681,
      "loc": {
        "start": {
          "line": 18,
          "column": 19
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 681,
      "end": 686,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 18,
          "column": 25
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 687,
      "end": 693,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 694,
      "end": 695,
      "loc": {
        "start": {
          "line": 18,
          "column": 33
        },
        "end": {
          "line": 18,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 696,
      "end": 697,
      "loc": {
        "start": {
          "line": 18,
          "column": 35
        },
        "end": {
          "line": 18,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TINYINT",
      "start": 697,
      "end": 706,
      "loc": {
        "start": {
          "line": 18,
          "column": 36
        },
        "end": {
          "line": 18,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 706,
      "end": 707,
      "loc": {
        "start": {
          "line": 18,
          "column": 45
        },
        "end": {
          "line": 18,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 18,
          "column": 46
        },
        "end": {
          "line": 18,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 711,
      "end": 720,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 720,
      "end": 721,
      "loc": {
        "start": {
          "line": 19,
          "column": 11
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BLOB",
      "start": 721,
      "end": 725,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 725,
      "end": 726,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 726,
      "end": 731,
      "loc": {
        "start": {
          "line": 19,
          "column": 17
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 731,
      "end": 732,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 732,
      "end": 738,
      "loc": {
        "start": {
          "line": 19,
          "column": 23
        },
        "end": {
          "line": 19,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 739,
      "end": 740,
      "loc": {
        "start": {
          "line": 19,
          "column": 30
        },
        "end": {
          "line": 19,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 741,
      "end": 742,
      "loc": {
        "start": {
          "line": 19,
          "column": 32
        },
        "end": {
          "line": 19,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TINYBLOB",
      "start": 742,
      "end": 752,
      "loc": {
        "start": {
          "line": 19,
          "column": 33
        },
        "end": {
          "line": 19,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 19,
          "column": 43
        },
        "end": {
          "line": 19,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "BLOB",
      "start": 754,
      "end": 760,
      "loc": {
        "start": {
          "line": 19,
          "column": 45
        },
        "end": {
          "line": 19,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 760,
      "end": 761,
      "loc": {
        "start": {
          "line": 19,
          "column": 51
        },
        "end": {
          "line": 19,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "LONGBLOB",
      "start": 762,
      "end": 772,
      "loc": {
        "start": {
          "line": 19,
          "column": 53
        },
        "end": {
          "line": 19,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 772,
      "end": 773,
      "loc": {
        "start": {
          "line": 19,
          "column": 63
        },
        "end": {
          "line": 19,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 773,
      "end": 774,
      "loc": {
        "start": {
          "line": 19,
          "column": 64
        },
        "end": {
          "line": 19,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 777,
      "end": 786,
      "loc": {
        "start": {
          "line": 20,
          "column": 2
        },
        "end": {
          "line": 20,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 786,
      "end": 787,
      "loc": {
        "start": {
          "line": 20,
          "column": 11
        },
        "end": {
          "line": 20,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DECIMAL",
      "start": 787,
      "end": 794,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 794,
      "end": 795,
      "loc": {
        "start": {
          "line": 20,
          "column": 19
        },
        "end": {
          "line": 20,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 795,
      "end": 800,
      "loc": {
        "start": {
          "line": 20,
          "column": 20
        },
        "end": {
          "line": 20,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 20,
          "column": 25
        },
        "end": {
          "line": 20,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 801,
      "end": 807,
      "loc": {
        "start": {
          "line": 20,
          "column": 26
        },
        "end": {
          "line": 20,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 808,
      "end": 809,
      "loc": {
        "start": {
          "line": 20,
          "column": 33
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 810,
      "end": 811,
      "loc": {
        "start": {
          "line": 20,
          "column": 35
        },
        "end": {
          "line": 20,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DECIMAL",
      "start": 811,
      "end": 820,
      "loc": {
        "start": {
          "line": 20,
          "column": 36
        },
        "end": {
          "line": 20,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 820,
      "end": 821,
      "loc": {
        "start": {
          "line": 20,
          "column": 45
        },
        "end": {
          "line": 20,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 821,
      "end": 822,
      "loc": {
        "start": {
          "line": 20,
          "column": 46
        },
        "end": {
          "line": 20,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 825,
      "end": 834,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 834,
      "end": 835,
      "loc": {
        "start": {
          "line": 21,
          "column": 11
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UUID",
      "start": 835,
      "end": 839,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 21,
          "column": 16
        },
        "end": {
          "line": 21,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 840,
      "end": 845,
      "loc": {
        "start": {
          "line": 21,
          "column": 17
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 21,
          "column": 22
        },
        "end": {
          "line": 21,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 846,
      "end": 852,
      "loc": {
        "start": {
          "line": 21,
          "column": 23
        },
        "end": {
          "line": 21,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 853,
      "end": 854,
      "loc": {
        "start": {
          "line": 21,
          "column": 30
        },
        "end": {
          "line": 21,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 855,
      "end": 856,
      "loc": {
        "start": {
          "line": 21,
          "column": 32
        },
        "end": {
          "line": 21,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "UUID",
      "start": 856,
      "end": 862,
      "loc": {
        "start": {
          "line": 21,
          "column": 33
        },
        "end": {
          "line": 21,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 862,
      "end": 863,
      "loc": {
        "start": {
          "line": 21,
          "column": 39
        },
        "end": {
          "line": 21,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 863,
      "end": 864,
      "loc": {
        "start": {
          "line": 21,
          "column": 40
        },
        "end": {
          "line": 21,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 867,
      "end": 876,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 876,
      "end": 877,
      "loc": {
        "start": {
          "line": 22,
          "column": 11
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 877,
      "end": 881,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 881,
      "end": 882,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 882,
      "end": 887,
      "loc": {
        "start": {
          "line": 22,
          "column": 17
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 887,
      "end": 888,
      "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": "sqlite",
      "start": 888,
      "end": 894,
      "loc": {
        "start": {
          "line": 22,
          "column": 23
        },
        "end": {
          "line": 22,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 895,
      "end": 896,
      "loc": {
        "start": {
          "line": 22,
          "column": 30
        },
        "end": {
          "line": 22,
          "column": 31
        }
      }
    },
    {
      "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": 897,
      "end": 902,
      "loc": {
        "start": {
          "line": 22,
          "column": 32
        },
        "end": {
          "line": 22,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 22,
          "column": 37
        },
        "end": {
          "line": 22,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 906,
      "end": 915,
      "loc": {
        "start": {
          "line": 23,
          "column": 2
        },
        "end": {
          "line": 23,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 915,
      "end": 916,
      "loc": {
        "start": {
          "line": 23,
          "column": 11
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 916,
      "end": 920,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 920,
      "end": 921,
      "loc": {
        "start": {
          "line": 23,
          "column": 16
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 921,
      "end": 926,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 926,
      "end": 927,
      "loc": {
        "start": {
          "line": 23,
          "column": 22
        },
        "end": {
          "line": 23,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 927,
      "end": 933,
      "loc": {
        "start": {
          "line": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 936,
      "end": 937,
      "loc": {
        "start": {
          "line": 23,
          "column": 32
        },
        "end": {
          "line": 23,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "REAL",
      "start": 937,
      "end": 943,
      "loc": {
        "start": {
          "line": 23,
          "column": 33
        },
        "end": {
          "line": 23,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 943,
      "end": 944,
      "loc": {
        "start": {
          "line": 23,
          "column": 39
        },
        "end": {
          "line": 23,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 944,
      "end": 945,
      "loc": {
        "start": {
          "line": 23,
          "column": 40
        },
        "end": {
          "line": 23,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 948,
      "end": 957,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 957,
      "end": 958,
      "loc": {
        "start": {
          "line": 24,
          "column": 11
        },
        "end": {
          "line": 24,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 958,
      "end": 964,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 964,
      "end": 965,
      "loc": {
        "start": {
          "line": 24,
          "column": 18
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 965,
      "end": 970,
      "loc": {
        "start": {
          "line": 24,
          "column": 19
        },
        "end": {
          "line": 24,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 970,
      "end": 971,
      "loc": {
        "start": {
          "line": 24,
          "column": 24
        },
        "end": {
          "line": 24,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 971,
      "end": 977,
      "loc": {
        "start": {
          "line": 24,
          "column": 25
        },
        "end": {
          "line": 24,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 978,
      "end": 979,
      "loc": {
        "start": {
          "line": 24,
          "column": 32
        },
        "end": {
          "line": 24,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 24,
          "column": 34
        },
        "end": {
          "line": 24,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DOUBLE PRECISION",
      "start": 981,
      "end": 999,
      "loc": {
        "start": {
          "line": 24,
          "column": 35
        },
        "end": {
          "line": 24,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 999,
      "end": 1000,
      "loc": {
        "start": {
          "line": 24,
          "column": 53
        },
        "end": {
          "line": 24,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1000,
      "end": 1001,
      "loc": {
        "start": {
          "line": 24,
          "column": 54
        },
        "end": {
          "line": 24,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 1004,
      "end": 1013,
      "loc": {
        "start": {
          "line": 25,
          "column": 2
        },
        "end": {
          "line": 25,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1013,
      "end": 1014,
      "loc": {
        "start": {
          "line": 25,
          "column": 11
        },
        "end": {
          "line": 25,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "GEOMETRY",
      "start": 1014,
      "end": 1022,
      "loc": {
        "start": {
          "line": 25,
          "column": 12
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1022,
      "end": 1023,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 1023,
      "end": 1028,
      "loc": {
        "start": {
          "line": 25,
          "column": 21
        },
        "end": {
          "line": 25,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1028,
      "end": 1029,
      "loc": {
        "start": {
          "line": 25,
          "column": 26
        },
        "end": {
          "line": 25,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 1029,
      "end": 1035,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1036,
      "end": 1037,
      "loc": {
        "start": {
          "line": 25,
          "column": 34
        },
        "end": {
          "line": 25,
          "column": 35
        }
      }
    },
    {
      "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": 1038,
      "end": 1043,
      "loc": {
        "start": {
          "line": 25,
          "column": 36
        },
        "end": {
          "line": 25,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1043,
      "end": 1044,
      "loc": {
        "start": {
          "line": 25,
          "column": 41
        },
        "end": {
          "line": 25,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 1047,
      "end": 1056,
      "loc": {
        "start": {
          "line": 26,
          "column": 2
        },
        "end": {
          "line": 26,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1056,
      "end": 1057,
      "loc": {
        "start": {
          "line": 26,
          "column": 11
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 1057,
      "end": 1061,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1061,
      "end": 1062,
      "loc": {
        "start": {
          "line": 26,
          "column": 16
        },
        "end": {
          "line": 26,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 1062,
      "end": 1067,
      "loc": {
        "start": {
          "line": 26,
          "column": 17
        },
        "end": {
          "line": 26,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1067,
      "end": 1068,
      "loc": {
        "start": {
          "line": 26,
          "column": 22
        },
        "end": {
          "line": 26,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlite",
      "start": 1068,
      "end": 1074,
      "loc": {
        "start": {
          "line": 26,
          "column": 23
        },
        "end": {
          "line": 26,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1075,
      "end": 1076,
      "loc": {
        "start": {
          "line": 26,
          "column": 30
        },
        "end": {
          "line": 26,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1077,
      "end": 1078,
      "loc": {
        "start": {
          "line": 26,
          "column": 32
        },
        "end": {
          "line": 26,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "JSON",
      "start": 1078,
      "end": 1084,
      "loc": {
        "start": {
          "line": 26,
          "column": 33
        },
        "end": {
          "line": 26,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1084,
      "end": 1085,
      "loc": {
        "start": {
          "line": 26,
          "column": 39
        },
        "end": {
          "line": 26,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "JSONB",
      "start": 1086,
      "end": 1093,
      "loc": {
        "start": {
          "line": 26,
          "column": 41
        },
        "end": {
          "line": 26,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1093,
      "end": 1094,
      "loc": {
        "start": {
          "line": 26,
          "column": 48
        },
        "end": {
          "line": 26,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1094,
      "end": 1095,
      "loc": {
        "start": {
          "line": 26,
          "column": 49
        },
        "end": {
          "line": 26,
          "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": 1099,
      "end": 1107,
      "loc": {
        "start": {
          "line": 28,
          "column": 2
        },
        "end": {
          "line": 28,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSONTYPE",
      "start": 1108,
      "end": 1116,
      "loc": {
        "start": {
          "line": 28,
          "column": 11
        },
        "end": {
          "line": 28,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1116,
      "end": 1117,
      "loc": {
        "start": {
          "line": 28,
          "column": 19
        },
        "end": {
          "line": 28,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 28,
          "column": 20
        },
        "end": {
          "line": 28,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1119,
      "end": 1120,
      "loc": {
        "start": {
          "line": 28,
          "column": 22
        },
        "end": {
          "line": 28,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1125,
      "end": 1127,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1128,
      "end": 1129,
      "loc": {
        "start": {
          "line": 29,
          "column": 7
        },
        "end": {
          "line": 29,
          "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": 1129,
      "end": 1130,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1130,
      "end": 1131,
      "loc": {
        "start": {
          "line": 29,
          "column": 9
        },
        "end": {
          "line": 29,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1131,
      "end": 1135,
      "loc": {
        "start": {
          "line": 29,
          "column": 10
        },
        "end": {
          "line": 29,
          "column": 14
        }
      }
    },
    {
      "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": 1136,
      "end": 1146,
      "loc": {
        "start": {
          "line": 29,
          "column": 15
        },
        "end": {
          "line": 29,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSONTYPE",
      "start": 1147,
      "end": 1155,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1155,
      "end": 1156,
      "loc": {
        "start": {
          "line": 29,
          "column": 34
        },
        "end": {
          "line": 29,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1156,
      "end": 1157,
      "loc": {
        "start": {
          "line": 29,
          "column": 35
        },
        "end": {
          "line": 29,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1158,
      "end": 1164,
      "loc": {
        "start": {
          "line": 29,
          "column": 37
        },
        "end": {
          "line": 29,
          "column": 43
        }
      }
    },
    {
      "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": 1165,
      "end": 1168,
      "loc": {
        "start": {
          "line": 29,
          "column": 44
        },
        "end": {
          "line": 29,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSONTYPE",
      "start": 1169,
      "end": 1177,
      "loc": {
        "start": {
          "line": 29,
          "column": 48
        },
        "end": {
          "line": 29,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1177,
      "end": 1178,
      "loc": {
        "start": {
          "line": 29,
          "column": 56
        },
        "end": {
          "line": 29,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1178,
      "end": 1179,
      "loc": {
        "start": {
          "line": 29,
          "column": 57
        },
        "end": {
          "line": 29,
          "column": 58
        }
      }
    },
    {
      "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": 29,
          "column": 58
        },
        "end": {
          "line": 29,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 1185,
      "end": 1194,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1194,
      "end": 1195,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 1195,
      "end": 1199,
      "loc": {
        "start": {
          "line": 30,
          "column": 14
        },
        "end": {
          "line": 30,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1199,
      "end": 1200,
      "loc": {
        "start": {
          "line": 30,
          "column": 18
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 1200,
      "end": 1205,
      "loc": {
        "start": {
          "line": 30,
          "column": 19
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1205,
      "end": 1206,
      "loc": {
        "start": {
          "line": 30,
          "column": 24
        },
        "end": {
          "line": 30,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1206,
      "end": 1210,
      "loc": {
        "start": {
          "line": 30,
          "column": 25
        },
        "end": {
          "line": 30,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1210,
      "end": 1211,
      "loc": {
        "start": {
          "line": 30,
          "column": 29
        },
        "end": {
          "line": 30,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 1212,
      "end": 1221,
      "loc": {
        "start": {
          "line": 30,
          "column": 31
        },
        "end": {
          "line": 30,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1221,
      "end": 1222,
      "loc": {
        "start": {
          "line": 30,
          "column": 40
        },
        "end": {
          "line": 30,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1222,
      "end": 1223,
      "loc": {
        "start": {
          "line": 30,
          "column": 41
        },
        "end": {
          "line": 30,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1226,
      "end": 1227,
      "loc": {
        "start": {
          "line": 31,
          "column": 2
        },
        "end": {
          "line": 31,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 1230,
      "end": 1238,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 32,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1238,
      "end": 1239,
      "loc": {
        "start": {
          "line": 32,
          "column": 10
        },
        "end": {
          "line": 32,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSONTYPE",
      "start": 1239,
      "end": 1247,
      "loc": {
        "start": {
          "line": 32,
          "column": 11
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1247,
      "end": 1248,
      "loc": {
        "start": {
          "line": 32,
          "column": 19
        },
        "end": {
          "line": 32,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 1249,
      "end": 1258,
      "loc": {
        "start": {
          "line": 32,
          "column": 21
        },
        "end": {
          "line": 32,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1258,
      "end": 1259,
      "loc": {
        "start": {
          "line": 32,
          "column": 30
        },
        "end": {
          "line": 32,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 1259,
      "end": 1263,
      "loc": {
        "start": {
          "line": 32,
          "column": 31
        },
        "end": {
          "line": 32,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 32,
          "column": 35
        },
        "end": {
          "line": 32,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1264,
      "end": 1265,
      "loc": {
        "start": {
          "line": 32,
          "column": 36
        },
        "end": {
          "line": 32,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSONTYPE",
      "start": 1269,
      "end": 1277,
      "loc": {
        "start": {
          "line": 34,
          "column": 2
        },
        "end": {
          "line": 34,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1277,
      "end": 1278,
      "loc": {
        "start": {
          "line": 34,
          "column": 10
        },
        "end": {
          "line": 34,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 1278,
      "end": 1283,
      "loc": {
        "start": {
          "line": 34,
          "column": 11
        },
        "end": {
          "line": 34,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1284,
      "end": 1285,
      "loc": {
        "start": {
          "line": 34,
          "column": 17
        },
        "end": {
          "line": 34,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1286,
      "end": 1294,
      "loc": {
        "start": {
          "line": 34,
          "column": 19
        },
        "end": {
          "line": 34,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 1295,
      "end": 1300,
      "loc": {
        "start": {
          "line": 34,
          "column": 28
        },
        "end": {
          "line": 34,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1300,
      "end": 1301,
      "loc": {
        "start": {
          "line": 34,
          "column": 33
        },
        "end": {
          "line": 34,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1301,
      "end": 1305,
      "loc": {
        "start": {
          "line": 34,
          "column": 34
        },
        "end": {
          "line": 34,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1305,
      "end": 1306,
      "loc": {
        "start": {
          "line": 34,
          "column": 38
        },
        "end": {
          "line": 34,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1307,
      "end": 1308,
      "loc": {
        "start": {
          "line": 34,
          "column": 40
        },
        "end": {
          "line": 34,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1313,
      "end": 1319,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 1320,
      "end": 1324,
      "loc": {
        "start": {
          "line": 35,
          "column": 11
        },
        "end": {
          "line": 35,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1324,
      "end": 1325,
      "loc": {
        "start": {
          "line": 35,
          "column": 15
        },
        "end": {
          "line": 35,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 1325,
      "end": 1330,
      "loc": {
        "start": {
          "line": 35,
          "column": 16
        },
        "end": {
          "line": 35,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1330,
      "end": 1331,
      "loc": {
        "start": {
          "line": 35,
          "column": 21
        },
        "end": {
          "line": 35,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 1331,
      "end": 1335,
      "loc": {
        "start": {
          "line": 35,
          "column": 22
        },
        "end": {
          "line": 35,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1335,
      "end": 1336,
      "loc": {
        "start": {
          "line": 35,
          "column": 26
        },
        "end": {
          "line": 35,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1336,
      "end": 1337,
      "loc": {
        "start": {
          "line": 35,
          "column": 27
        },
        "end": {
          "line": 35,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1340,
      "end": 1341,
      "loc": {
        "start": {
          "line": 36,
          "column": 2
        },
        "end": {
          "line": 36,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1341,
      "end": 1342,
      "loc": {
        "start": {
          "line": 36,
          "column": 3
        },
        "end": {
          "line": 36,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1346,
      "end": 1354,
      "loc": {
        "start": {
          "line": 38,
          "column": 2
        },
        "end": {
          "line": 38,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 1355,
      "end": 1359,
      "loc": {
        "start": {
          "line": 38,
          "column": 11
        },
        "end": {
          "line": 38,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1359,
      "end": 1360,
      "loc": {
        "start": {
          "line": 38,
          "column": 15
        },
        "end": {
          "line": 38,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1360,
      "end": 1366,
      "loc": {
        "start": {
          "line": 38,
          "column": 16
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1366,
      "end": 1367,
      "loc": {
        "start": {
          "line": 38,
          "column": 22
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1368,
      "end": 1369,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "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": 1374,
      "end": 1376,
      "loc": {
        "start": {
          "line": 39,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1377,
      "end": 1378,
      "loc": {
        "start": {
          "line": 39,
          "column": 7
        },
        "end": {
          "line": 39,
          "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": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 39,
          "column": 9
        },
        "end": {
          "line": 39,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1380,
      "end": 1384,
      "loc": {
        "start": {
          "line": 39,
          "column": 10
        },
        "end": {
          "line": 39,
          "column": 14
        }
      }
    },
    {
      "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": 1385,
      "end": 1395,
      "loc": {
        "start": {
          "line": 39,
          "column": 15
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 1396,
      "end": 1400,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1400,
      "end": 1401,
      "loc": {
        "start": {
          "line": 39,
          "column": 30
        },
        "end": {
          "line": 39,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1401,
      "end": 1402,
      "loc": {
        "start": {
          "line": 39,
          "column": 31
        },
        "end": {
          "line": 39,
          "column": 32
        }
      }
    },
    {
      "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": 1403,
      "end": 1409,
      "loc": {
        "start": {
          "line": 39,
          "column": 33
        },
        "end": {
          "line": 39,
          "column": 39
        }
      }
    },
    {
      "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": 1410,
      "end": 1413,
      "loc": {
        "start": {
          "line": 39,
          "column": 40
        },
        "end": {
          "line": 39,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 1414,
      "end": 1418,
      "loc": {
        "start": {
          "line": 39,
          "column": 44
        },
        "end": {
          "line": 39,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1418,
      "end": 1419,
      "loc": {
        "start": {
          "line": 39,
          "column": 48
        },
        "end": {
          "line": 39,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1419,
      "end": 1425,
      "loc": {
        "start": {
          "line": 39,
          "column": 49
        },
        "end": {
          "line": 39,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1425,
      "end": 1426,
      "loc": {
        "start": {
          "line": 39,
          "column": 55
        },
        "end": {
          "line": 39,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1426,
      "end": 1427,
      "loc": {
        "start": {
          "line": 39,
          "column": 56
        },
        "end": {
          "line": 39,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 1432,
      "end": 1441,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1441,
      "end": 1442,
      "loc": {
        "start": {
          "line": 40,
          "column": 13
        },
        "end": {
          "line": 40,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 1442,
      "end": 1446,
      "loc": {
        "start": {
          "line": 40,
          "column": 14
        },
        "end": {
          "line": 40,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1446,
      "end": 1447,
      "loc": {
        "start": {
          "line": 40,
          "column": 18
        },
        "end": {
          "line": 40,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 1447,
      "end": 1452,
      "loc": {
        "start": {
          "line": 40,
          "column": 19
        },
        "end": {
          "line": 40,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1452,
      "end": 1453,
      "loc": {
        "start": {
          "line": 40,
          "column": 24
        },
        "end": {
          "line": 40,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1453,
      "end": 1457,
      "loc": {
        "start": {
          "line": 40,
          "column": 25
        },
        "end": {
          "line": 40,
          "column": 29
        }
      }
    },
    {
      "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": 40,
          "column": 29
        },
        "end": {
          "line": 40,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 1459,
      "end": 1468,
      "loc": {
        "start": {
          "line": 40,
          "column": 31
        },
        "end": {
          "line": 40,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1468,
      "end": 1469,
      "loc": {
        "start": {
          "line": 40,
          "column": 40
        },
        "end": {
          "line": 40,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 40,
          "column": 41
        },
        "end": {
          "line": 40,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1473,
      "end": 1474,
      "loc": {
        "start": {
          "line": 41,
          "column": 2
        },
        "end": {
          "line": 41,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 1477,
      "end": 1485,
      "loc": {
        "start": {
          "line": 42,
          "column": 2
        },
        "end": {
          "line": 42,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 1486,
      "end": 1490,
      "loc": {
        "start": {
          "line": 42,
          "column": 11
        },
        "end": {
          "line": 42,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1490,
      "end": 1491,
      "loc": {
        "start": {
          "line": 42,
          "column": 15
        },
        "end": {
          "line": 42,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 1492,
      "end": 1501,
      "loc": {
        "start": {
          "line": 42,
          "column": 17
        },
        "end": {
          "line": 42,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1501,
      "end": 1502,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 1502,
      "end": 1506,
      "loc": {
        "start": {
          "line": 42,
          "column": 27
        },
        "end": {
          "line": 42,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1506,
      "end": 1507,
      "loc": {
        "start": {
          "line": 42,
          "column": 31
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1507,
      "end": 1508,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 1512,
      "end": 1516,
      "loc": {
        "start": {
          "line": 44,
          "column": 2
        },
        "end": {
          "line": 44,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1516,
      "end": 1517,
      "loc": {
        "start": {
          "line": 44,
          "column": 6
        },
        "end": {
          "line": 44,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 1517,
      "end": 1522,
      "loc": {
        "start": {
          "line": 44,
          "column": 7
        },
        "end": {
          "line": 44,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1523,
      "end": 1524,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1525,
      "end": 1533,
      "loc": {
        "start": {
          "line": 44,
          "column": 15
        },
        "end": {
          "line": 44,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 1534,
      "end": 1539,
      "loc": {
        "start": {
          "line": 44,
          "column": 24
        },
        "end": {
          "line": 44,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1539,
      "end": 1540,
      "loc": {
        "start": {
          "line": 44,
          "column": 29
        },
        "end": {
          "line": 44,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 1540,
      "end": 1544,
      "loc": {
        "start": {
          "line": 44,
          "column": 30
        },
        "end": {
          "line": 44,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1544,
      "end": 1545,
      "loc": {
        "start": {
          "line": 44,
          "column": 34
        },
        "end": {
          "line": 44,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1546,
      "end": 1553,
      "loc": {
        "start": {
          "line": 44,
          "column": 36
        },
        "end": {
          "line": 44,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1553,
      "end": 1554,
      "loc": {
        "start": {
          "line": 44,
          "column": 43
        },
        "end": {
          "line": 44,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1555,
      "end": 1556,
      "loc": {
        "start": {
          "line": 44,
          "column": 45
        },
        "end": {
          "line": 44,
          "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": 1561,
      "end": 1563,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1564,
      "end": 1565,
      "loc": {
        "start": {
          "line": 45,
          "column": 7
        },
        "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": "date",
      "start": 1565,
      "end": 1569,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1569,
      "end": 1570,
      "loc": {
        "start": {
          "line": 45,
          "column": 12
        },
        "end": {
          "line": 45,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 1570,
      "end": 1577,
      "loc": {
        "start": {
          "line": 45,
          "column": 13
        },
        "end": {
          "line": 45,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1577,
      "end": 1578,
      "loc": {
        "start": {
          "line": 45,
          "column": 20
        },
        "end": {
          "line": 45,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+",
      "start": 1578,
      "end": 1581,
      "loc": {
        "start": {
          "line": 45,
          "column": 21
        },
        "end": {
          "line": 45,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1581,
      "end": 1582,
      "loc": {
        "start": {
          "line": 45,
          "column": 24
        },
        "end": {
          "line": 45,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1583,
      "end": 1586,
      "loc": {
        "start": {
          "line": 45,
          "column": 26
        },
        "end": {
          "line": 45,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1587,
      "end": 1588,
      "loc": {
        "start": {
          "line": 45,
          "column": 30
        },
        "end": {
          "line": 45,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1588,
      "end": 1589,
      "loc": {
        "start": {
          "line": 45,
          "column": 31
        },
        "end": {
          "line": 45,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1589,
      "end": 1590,
      "loc": {
        "start": {
          "line": 45,
          "column": 32
        },
        "end": {
          "line": 45,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1591,
      "end": 1592,
      "loc": {
        "start": {
          "line": 45,
          "column": 34
        },
        "end": {
          "line": 45,
          "column": 35
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " For backwards compat. Dates inserted by sequelize < 2.0dev12 will not have a timestamp set",
      "start": 1599,
      "end": 1692,
      "loc": {
        "start": {
          "line": 46,
          "column": 6
        },
        "end": {
          "line": 46,
          "column": 99
        }
      }
    },
    {
      "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": 1699,
      "end": 1705,
      "loc": {
        "start": {
          "line": 47,
          "column": 6
        },
        "end": {
          "line": 47,
          "column": 12
        }
      }
    },
    {
      "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": 1706,
      "end": 1709,
      "loc": {
        "start": {
          "line": 47,
          "column": 13
        },
        "end": {
          "line": 47,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1710,
      "end": 1714,
      "loc": {
        "start": {
          "line": 47,
          "column": 17
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1714,
      "end": 1715,
      "loc": {
        "start": {
          "line": 47,
          "column": 21
        },
        "end": {
          "line": 47,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 1715,
      "end": 1719,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1720,
      "end": 1721,
      "loc": {
        "start": {
          "line": 47,
          "column": 27
        },
        "end": {
          "line": 47,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1722,
      "end": 1729,
      "loc": {
        "start": {
          "line": 47,
          "column": 29
        },
        "end": {
          "line": 47,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1729,
      "end": 1730,
      "loc": {
        "start": {
          "line": 47,
          "column": 36
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timezone",
      "start": 1730,
      "end": 1738,
      "loc": {
        "start": {
          "line": 47,
          "column": 37
        },
        "end": {
          "line": 47,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1738,
      "end": 1739,
      "loc": {
        "start": {
          "line": 47,
          "column": 45
        },
        "end": {
          "line": 47,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1739,
      "end": 1740,
      "loc": {
        "start": {
          "line": 47,
          "column": 46
        },
        "end": {
          "line": 47,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1745,
      "end": 1746,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "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": 1747,
      "end": 1751,
      "loc": {
        "start": {
          "line": 48,
          "column": 6
        },
        "end": {
          "line": 48,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1752,
      "end": 1753,
      "loc": {
        "start": {
          "line": 48,
          "column": 11
        },
        "end": {
          "line": 48,
          "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": 1760,
      "end": 1766,
      "loc": {
        "start": {
          "line": 49,
          "column": 6
        },
        "end": {
          "line": 49,
          "column": 12
        }
      }
    },
    {
      "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": 1767,
      "end": 1770,
      "loc": {
        "start": {
          "line": 49,
          "column": 13
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1771,
      "end": 1775,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1775,
      "end": 1776,
      "loc": {
        "start": {
          "line": 49,
          "column": 21
        },
        "end": {
          "line": 49,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 1776,
      "end": 1780,
      "loc": {
        "start": {
          "line": 49,
          "column": 22
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1780,
      "end": 1781,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1781,
      "end": 1782,
      "loc": {
        "start": {
          "line": 49,
          "column": 27
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " We already have a timezone stored in the string",
      "start": 1783,
      "end": 1833,
      "loc": {
        "start": {
          "line": 49,
          "column": 29
        },
        "end": {
          "line": 49,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1838,
      "end": 1839,
      "loc": {
        "start": {
          "line": 50,
          "column": 4
        },
        "end": {
          "line": 50,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1842,
      "end": 1843,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 51,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1843,
      "end": 1844,
      "loc": {
        "start": {
          "line": 51,
          "column": 3
        },
        "end": {
          "line": 51,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 1848,
      "end": 1856,
      "loc": {
        "start": {
          "line": 53,
          "column": 2
        },
        "end": {
          "line": 53,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 1857,
      "end": 1865,
      "loc": {
        "start": {
          "line": 53,
          "column": 11
        },
        "end": {
          "line": 53,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1865,
      "end": 1866,
      "loc": {
        "start": {
          "line": 53,
          "column": 19
        },
        "end": {
          "line": 53,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1866,
      "end": 1867,
      "loc": {
        "start": {
          "line": 53,
          "column": 20
        },
        "end": {
          "line": 53,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1868,
      "end": 1869,
      "loc": {
        "start": {
          "line": 53,
          "column": 22
        },
        "end": {
          "line": 53,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1874,
      "end": 1876,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1877,
      "end": 1878,
      "loc": {
        "start": {
          "line": 54,
          "column": 7
        },
        "end": {
          "line": 54,
          "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": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1879,
      "end": 1880,
      "loc": {
        "start": {
          "line": 54,
          "column": 9
        },
        "end": {
          "line": 54,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1880,
      "end": 1884,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 14
        }
      }
    },
    {
      "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": 1885,
      "end": 1895,
      "loc": {
        "start": {
          "line": 54,
          "column": 15
        },
        "end": {
          "line": 54,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 1896,
      "end": 1904,
      "loc": {
        "start": {
          "line": 54,
          "column": 26
        },
        "end": {
          "line": 54,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1904,
      "end": 1905,
      "loc": {
        "start": {
          "line": 54,
          "column": 34
        },
        "end": {
          "line": 54,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1905,
      "end": 1906,
      "loc": {
        "start": {
          "line": 54,
          "column": 35
        },
        "end": {
          "line": 54,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1907,
      "end": 1913,
      "loc": {
        "start": {
          "line": 54,
          "column": 37
        },
        "end": {
          "line": 54,
          "column": 43
        }
      }
    },
    {
      "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": 1914,
      "end": 1917,
      "loc": {
        "start": {
          "line": 54,
          "column": 44
        },
        "end": {
          "line": 54,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 1918,
      "end": 1926,
      "loc": {
        "start": {
          "line": 54,
          "column": 48
        },
        "end": {
          "line": 54,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1926,
      "end": 1927,
      "loc": {
        "start": {
          "line": 54,
          "column": 56
        },
        "end": {
          "line": 54,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1927,
      "end": 1928,
      "loc": {
        "start": {
          "line": 54,
          "column": 57
        },
        "end": {
          "line": 54,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1928,
      "end": 1929,
      "loc": {
        "start": {
          "line": 54,
          "column": 58
        },
        "end": {
          "line": 54,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 1934,
      "end": 1943,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1943,
      "end": 1944,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 1944,
      "end": 1952,
      "loc": {
        "start": {
          "line": 55,
          "column": 14
        },
        "end": {
          "line": 55,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1952,
      "end": 1953,
      "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": "apply",
      "start": 1953,
      "end": 1958,
      "loc": {
        "start": {
          "line": 55,
          "column": 23
        },
        "end": {
          "line": 55,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1958,
      "end": 1959,
      "loc": {
        "start": {
          "line": 55,
          "column": 28
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "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": 1959,
      "end": 1963,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1963,
      "end": 1964,
      "loc": {
        "start": {
          "line": 55,
          "column": 33
        },
        "end": {
          "line": 55,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 1965,
      "end": 1974,
      "loc": {
        "start": {
          "line": 55,
          "column": 35
        },
        "end": {
          "line": 55,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1974,
      "end": 1975,
      "loc": {
        "start": {
          "line": 55,
          "column": 44
        },
        "end": {
          "line": 55,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1975,
      "end": 1976,
      "loc": {
        "start": {
          "line": 55,
          "column": 45
        },
        "end": {
          "line": 55,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1979,
      "end": 1980,
      "loc": {
        "start": {
          "line": 56,
          "column": 2
        },
        "end": {
          "line": 56,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 1983,
      "end": 1991,
      "loc": {
        "start": {
          "line": 57,
          "column": 2
        },
        "end": {
          "line": 57,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1991,
      "end": 1992,
      "loc": {
        "start": {
          "line": 57,
          "column": 10
        },
        "end": {
          "line": 57,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 1992,
      "end": 2000,
      "loc": {
        "start": {
          "line": 57,
          "column": 11
        },
        "end": {
          "line": 57,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2000,
      "end": 2001,
      "loc": {
        "start": {
          "line": 57,
          "column": 19
        },
        "end": {
          "line": 57,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 2002,
      "end": 2011,
      "loc": {
        "start": {
          "line": 57,
          "column": 21
        },
        "end": {
          "line": 57,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2011,
      "end": 2012,
      "loc": {
        "start": {
          "line": 57,
          "column": 30
        },
        "end": {
          "line": 57,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 2012,
      "end": 2020,
      "loc": {
        "start": {
          "line": 57,
          "column": 31
        },
        "end": {
          "line": 57,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2020,
      "end": 2021,
      "loc": {
        "start": {
          "line": 57,
          "column": 39
        },
        "end": {
          "line": 57,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2021,
      "end": 2022,
      "loc": {
        "start": {
          "line": 57,
          "column": 40
        },
        "end": {
          "line": 57,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 2026,
      "end": 2034,
      "loc": {
        "start": {
          "line": 59,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2034,
      "end": 2035,
      "loc": {
        "start": {
          "line": 59,
          "column": 10
        },
        "end": {
          "line": 59,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 2035,
      "end": 2040,
      "loc": {
        "start": {
          "line": 59,
          "column": 11
        },
        "end": {
          "line": 59,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2041,
      "end": 2042,
      "loc": {
        "start": {
          "line": 59,
          "column": 17
        },
        "end": {
          "line": 59,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2043,
      "end": 2051,
      "loc": {
        "start": {
          "line": 59,
          "column": 19
        },
        "end": {
          "line": 59,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 2052,
      "end": 2057,
      "loc": {
        "start": {
          "line": 59,
          "column": 28
        },
        "end": {
          "line": 59,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2057,
      "end": 2058,
      "loc": {
        "start": {
          "line": 59,
          "column": 33
        },
        "end": {
          "line": 59,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 2058,
      "end": 2062,
      "loc": {
        "start": {
          "line": 59,
          "column": 34
        },
        "end": {
          "line": 59,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2062,
      "end": 2063,
      "loc": {
        "start": {
          "line": 59,
          "column": 38
        },
        "end": {
          "line": 59,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2064,
      "end": 2065,
      "loc": {
        "start": {
          "line": 59,
          "column": 40
        },
        "end": {
          "line": 59,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2070,
      "end": 2076,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "date",
      "start": 2077,
      "end": 2081,
      "loc": {
        "start": {
          "line": 60,
          "column": 11
        },
        "end": {
          "line": 60,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2081,
      "end": 2082,
      "loc": {
        "start": {
          "line": 60,
          "column": 15
        },
        "end": {
          "line": 60,
          "column": 16
        }
      }
    },
    {
      "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": 61,
          "column": 2
        },
        "end": {
          "line": 61,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2086,
      "end": 2087,
      "loc": {
        "start": {
          "line": 61,
          "column": 3
        },
        "end": {
          "line": 61,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2091,
      "end": 2099,
      "loc": {
        "start": {
          "line": 63,
          "column": 2
        },
        "end": {
          "line": 63,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2100,
      "end": 2106,
      "loc": {
        "start": {
          "line": 63,
          "column": 11
        },
        "end": {
          "line": 63,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2106,
      "end": 2107,
      "loc": {
        "start": {
          "line": 63,
          "column": 17
        },
        "end": {
          "line": 63,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2107,
      "end": 2113,
      "loc": {
        "start": {
          "line": 63,
          "column": 18
        },
        "end": {
          "line": 63,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2113,
      "end": 2114,
      "loc": {
        "start": {
          "line": 63,
          "column": 24
        },
        "end": {
          "line": 63,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "binary",
      "start": 2115,
      "end": 2121,
      "loc": {
        "start": {
          "line": 63,
          "column": 26
        },
        "end": {
          "line": 63,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2121,
      "end": 2122,
      "loc": {
        "start": {
          "line": 63,
          "column": 32
        },
        "end": {
          "line": 63,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2123,
      "end": 2124,
      "loc": {
        "start": {
          "line": 63,
          "column": 34
        },
        "end": {
          "line": 63,
          "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": 2129,
      "end": 2131,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 6
        }
      }
    },
    {
      "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": 64,
          "column": 7
        },
        "end": {
          "line": 64,
          "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": 2133,
      "end": 2134,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2134,
      "end": 2135,
      "loc": {
        "start": {
          "line": 64,
          "column": 9
        },
        "end": {
          "line": 64,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2135,
      "end": 2139,
      "loc": {
        "start": {
          "line": 64,
          "column": 10
        },
        "end": {
          "line": 64,
          "column": 14
        }
      }
    },
    {
      "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": 2140,
      "end": 2150,
      "loc": {
        "start": {
          "line": 64,
          "column": 15
        },
        "end": {
          "line": 64,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2151,
      "end": 2157,
      "loc": {
        "start": {
          "line": 64,
          "column": 26
        },
        "end": {
          "line": 64,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2157,
      "end": 2158,
      "loc": {
        "start": {
          "line": 64,
          "column": 32
        },
        "end": {
          "line": 64,
          "column": 33
        }
      }
    },
    {
      "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": 64,
          "column": 33
        },
        "end": {
          "line": 64,
          "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": 2160,
      "end": 2166,
      "loc": {
        "start": {
          "line": 64,
          "column": 35
        },
        "end": {
          "line": 64,
          "column": 41
        }
      }
    },
    {
      "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": 2167,
      "end": 2170,
      "loc": {
        "start": {
          "line": 64,
          "column": 42
        },
        "end": {
          "line": 64,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2171,
      "end": 2177,
      "loc": {
        "start": {
          "line": 64,
          "column": 46
        },
        "end": {
          "line": 64,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2177,
      "end": 2178,
      "loc": {
        "start": {
          "line": 64,
          "column": 52
        },
        "end": {
          "line": 64,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2178,
      "end": 2184,
      "loc": {
        "start": {
          "line": 64,
          "column": 53
        },
        "end": {
          "line": 64,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2184,
      "end": 2185,
      "loc": {
        "start": {
          "line": 64,
          "column": 59
        },
        "end": {
          "line": 64,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "binary",
      "start": 2186,
      "end": 2192,
      "loc": {
        "start": {
          "line": 64,
          "column": 61
        },
        "end": {
          "line": 64,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2192,
      "end": 2193,
      "loc": {
        "start": {
          "line": 64,
          "column": 67
        },
        "end": {
          "line": 64,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2193,
      "end": 2194,
      "loc": {
        "start": {
          "line": 64,
          "column": 68
        },
        "end": {
          "line": 64,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 2199,
      "end": 2208,
      "loc": {
        "start": {
          "line": 65,
          "column": 4
        },
        "end": {
          "line": 65,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2208,
      "end": 2209,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2209,
      "end": 2215,
      "loc": {
        "start": {
          "line": 65,
          "column": 14
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2215,
      "end": 2216,
      "loc": {
        "start": {
          "line": 65,
          "column": 20
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 2216,
      "end": 2221,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2221,
      "end": 2222,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2222,
      "end": 2226,
      "loc": {
        "start": {
          "line": 65,
          "column": 27
        },
        "end": {
          "line": 65,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2226,
      "end": 2227,
      "loc": {
        "start": {
          "line": 65,
          "column": 31
        },
        "end": {
          "line": 65,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 2228,
      "end": 2237,
      "loc": {
        "start": {
          "line": 65,
          "column": 33
        },
        "end": {
          "line": 65,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 65,
          "column": 42
        },
        "end": {
          "line": 65,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2238,
      "end": 2239,
      "loc": {
        "start": {
          "line": 65,
          "column": 43
        },
        "end": {
          "line": 65,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2242,
      "end": 2243,
      "loc": {
        "start": {
          "line": 66,
          "column": 2
        },
        "end": {
          "line": 66,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 2246,
      "end": 2254,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2254,
      "end": 2255,
      "loc": {
        "start": {
          "line": 67,
          "column": 10
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2255,
      "end": 2261,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2261,
      "end": 2262,
      "loc": {
        "start": {
          "line": 67,
          "column": 17
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 2263,
      "end": 2272,
      "loc": {
        "start": {
          "line": 67,
          "column": 19
        },
        "end": {
          "line": 67,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2272,
      "end": 2273,
      "loc": {
        "start": {
          "line": 67,
          "column": 28
        },
        "end": {
          "line": 67,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2273,
      "end": 2279,
      "loc": {
        "start": {
          "line": 67,
          "column": 29
        },
        "end": {
          "line": 67,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2279,
      "end": 2280,
      "loc": {
        "start": {
          "line": 67,
          "column": 35
        },
        "end": {
          "line": 67,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2280,
      "end": 2281,
      "loc": {
        "start": {
          "line": 67,
          "column": 36
        },
        "end": {
          "line": 67,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2285,
      "end": 2291,
      "loc": {
        "start": {
          "line": 69,
          "column": 2
        },
        "end": {
          "line": 69,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2291,
      "end": 2292,
      "loc": {
        "start": {
          "line": 69,
          "column": 8
        },
        "end": {
          "line": 69,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 2292,
      "end": 2301,
      "loc": {
        "start": {
          "line": 69,
          "column": 9
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2301,
      "end": 2302,
      "loc": {
        "start": {
          "line": 69,
          "column": 18
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 2302,
      "end": 2307,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 69,
          "column": 25
        },
        "end": {
          "line": 69,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2310,
      "end": 2318,
      "loc": {
        "start": {
          "line": 69,
          "column": 27
        },
        "end": {
          "line": 69,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 2319,
      "end": 2324,
      "loc": {
        "start": {
          "line": 69,
          "column": 36
        },
        "end": {
          "line": 69,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2324,
      "end": 2325,
      "loc": {
        "start": {
          "line": 69,
          "column": 41
        },
        "end": {
          "line": 69,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2325,
      "end": 2326,
      "loc": {
        "start": {
          "line": 69,
          "column": 42
        },
        "end": {
          "line": 69,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2327,
      "end": 2328,
      "loc": {
        "start": {
          "line": 69,
          "column": 44
        },
        "end": {
          "line": 69,
          "column": 45
        }
      }
    },
    {
      "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": 2333,
      "end": 2335,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2336,
      "end": 2337,
      "loc": {
        "start": {
          "line": 70,
          "column": 7
        },
        "end": {
          "line": 70,
          "column": 8
        }
      }
    },
    {
      "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": 2337,
      "end": 2341,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2341,
      "end": 2342,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_binary",
      "start": 2342,
      "end": 2349,
      "loc": {
        "start": {
          "line": 70,
          "column": 13
        },
        "end": {
          "line": 70,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2349,
      "end": 2350,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2351,
      "end": 2352,
      "loc": {
        "start": {
          "line": 70,
          "column": 22
        },
        "end": {
          "line": 70,
          "column": 23
        }
      }
    },
    {
      "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": 2359,
      "end": 2365,
      "loc": {
        "start": {
          "line": 71,
          "column": 6
        },
        "end": {
          "line": 71,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "VARCHAR BINARY(",
      "start": 2366,
      "end": 2383,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2384,
      "end": 2385,
      "loc": {
        "start": {
          "line": 71,
          "column": 31
        },
        "end": {
          "line": 71,
          "column": 32
        }
      }
    },
    {
      "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": 2386,
      "end": 2390,
      "loc": {
        "start": {
          "line": 71,
          "column": 33
        },
        "end": {
          "line": 71,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2390,
      "end": 2391,
      "loc": {
        "start": {
          "line": 71,
          "column": 37
        },
        "end": {
          "line": 71,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_length",
      "start": 2391,
      "end": 2398,
      "loc": {
        "start": {
          "line": 71,
          "column": 38
        },
        "end": {
          "line": 71,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2399,
      "end": 2400,
      "loc": {
        "start": {
          "line": 71,
          "column": 46
        },
        "end": {
          "line": 71,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 2401,
      "end": 2404,
      "loc": {
        "start": {
          "line": 71,
          "column": 48
        },
        "end": {
          "line": 71,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2404,
      "end": 2405,
      "loc": {
        "start": {
          "line": 71,
          "column": 51
        },
        "end": {
          "line": 71,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2410,
      "end": 2411,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "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": 2412,
      "end": 2416,
      "loc": {
        "start": {
          "line": 72,
          "column": 6
        },
        "end": {
          "line": 72,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2417,
      "end": 2418,
      "loc": {
        "start": {
          "line": 72,
          "column": 11
        },
        "end": {
          "line": 72,
          "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": 2425,
      "end": 2431,
      "loc": {
        "start": {
          "line": 73,
          "column": 6
        },
        "end": {
          "line": 73,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 2432,
      "end": 2441,
      "loc": {
        "start": {
          "line": 73,
          "column": 13
        },
        "end": {
          "line": 73,
          "column": 22
        }
      }
    },
    {
      "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": 73,
          "column": 22
        },
        "end": {
          "line": 73,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 2442,
      "end": 2448,
      "loc": {
        "start": {
          "line": 73,
          "column": 23
        },
        "end": {
          "line": 73,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2448,
      "end": 2449,
      "loc": {
        "start": {
          "line": 73,
          "column": 29
        },
        "end": {
          "line": 73,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 2449,
      "end": 2458,
      "loc": {
        "start": {
          "line": 73,
          "column": 30
        },
        "end": {
          "line": 73,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2458,
      "end": 2459,
      "loc": {
        "start": {
          "line": 73,
          "column": 39
        },
        "end": {
          "line": 73,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 2459,
      "end": 2464,
      "loc": {
        "start": {
          "line": 73,
          "column": 40
        },
        "end": {
          "line": 73,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2464,
      "end": 2465,
      "loc": {
        "start": {
          "line": 73,
          "column": 45
        },
        "end": {
          "line": 73,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 2465,
      "end": 2469,
      "loc": {
        "start": {
          "line": 73,
          "column": 46
        },
        "end": {
          "line": 73,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2469,
      "end": 2470,
      "loc": {
        "start": {
          "line": 73,
          "column": 50
        },
        "end": {
          "line": 73,
          "column": 51
        }
      }
    },
    {
      "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": 2470,
      "end": 2474,
      "loc": {
        "start": {
          "line": 73,
          "column": 51
        },
        "end": {
          "line": 73,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2474,
      "end": 2475,
      "loc": {
        "start": {
          "line": 73,
          "column": 55
        },
        "end": {
          "line": 73,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2475,
      "end": 2476,
      "loc": {
        "start": {
          "line": 73,
          "column": 56
        },
        "end": {
          "line": 73,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2481,
      "end": 2482,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2485,
      "end": 2486,
      "loc": {
        "start": {
          "line": 75,
          "column": 2
        },
        "end": {
          "line": 75,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2486,
      "end": 2487,
      "loc": {
        "start": {
          "line": 75,
          "column": 3
        },
        "end": {
          "line": 75,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2491,
      "end": 2499,
      "loc": {
        "start": {
          "line": 77,
          "column": 2
        },
        "end": {
          "line": 77,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 2500,
      "end": 2504,
      "loc": {
        "start": {
          "line": 77,
          "column": 11
        },
        "end": {
          "line": 77,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2504,
      "end": 2505,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2505,
      "end": 2511,
      "loc": {
        "start": {
          "line": 77,
          "column": 16
        },
        "end": {
          "line": 77,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2511,
      "end": 2512,
      "loc": {
        "start": {
          "line": 77,
          "column": 22
        },
        "end": {
          "line": 77,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2513,
      "end": 2514,
      "loc": {
        "start": {
          "line": 77,
          "column": 24
        },
        "end": {
          "line": 77,
          "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": 2519,
      "end": 2521,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2522,
      "end": 2523,
      "loc": {
        "start": {
          "line": 78,
          "column": 7
        },
        "end": {
          "line": 78,
          "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": 2523,
      "end": 2524,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2524,
      "end": 2525,
      "loc": {
        "start": {
          "line": 78,
          "column": 9
        },
        "end": {
          "line": 78,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2525,
      "end": 2529,
      "loc": {
        "start": {
          "line": 78,
          "column": 10
        },
        "end": {
          "line": 78,
          "column": 14
        }
      }
    },
    {
      "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": 2530,
      "end": 2540,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "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": "TEXT",
      "start": 2541,
      "end": 2545,
      "loc": {
        "start": {
          "line": 78,
          "column": 26
        },
        "end": {
          "line": 78,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2545,
      "end": 2546,
      "loc": {
        "start": {
          "line": 78,
          "column": 30
        },
        "end": {
          "line": 78,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2546,
      "end": 2547,
      "loc": {
        "start": {
          "line": 78,
          "column": 31
        },
        "end": {
          "line": 78,
          "column": 32
        }
      }
    },
    {
      "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": 2548,
      "end": 2554,
      "loc": {
        "start": {
          "line": 78,
          "column": 33
        },
        "end": {
          "line": 78,
          "column": 39
        }
      }
    },
    {
      "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": 2555,
      "end": 2558,
      "loc": {
        "start": {
          "line": 78,
          "column": 40
        },
        "end": {
          "line": 78,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 2559,
      "end": 2563,
      "loc": {
        "start": {
          "line": 78,
          "column": 44
        },
        "end": {
          "line": 78,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2563,
      "end": 2564,
      "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": "length",
      "start": 2564,
      "end": 2570,
      "loc": {
        "start": {
          "line": 78,
          "column": 49
        },
        "end": {
          "line": 78,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2570,
      "end": 2571,
      "loc": {
        "start": {
          "line": 78,
          "column": 55
        },
        "end": {
          "line": 78,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2571,
      "end": 2572,
      "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": "BaseTypes",
      "start": 2577,
      "end": 2586,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 79,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2586,
      "end": 2587,
      "loc": {
        "start": {
          "line": 79,
          "column": 13
        },
        "end": {
          "line": 79,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 2587,
      "end": 2591,
      "loc": {
        "start": {
          "line": 79,
          "column": 14
        },
        "end": {
          "line": 79,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2591,
      "end": 2592,
      "loc": {
        "start": {
          "line": 79,
          "column": 18
        },
        "end": {
          "line": 79,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 2592,
      "end": 2597,
      "loc": {
        "start": {
          "line": 79,
          "column": 19
        },
        "end": {
          "line": 79,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2597,
      "end": 2598,
      "loc": {
        "start": {
          "line": 79,
          "column": 24
        },
        "end": {
          "line": 79,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2598,
      "end": 2602,
      "loc": {
        "start": {
          "line": 79,
          "column": 25
        },
        "end": {
          "line": 79,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2602,
      "end": 2603,
      "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": "arguments",
      "start": 2604,
      "end": 2613,
      "loc": {
        "start": {
          "line": 79,
          "column": 31
        },
        "end": {
          "line": 79,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2613,
      "end": 2614,
      "loc": {
        "start": {
          "line": 79,
          "column": 40
        },
        "end": {
          "line": 79,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2614,
      "end": 2615,
      "loc": {
        "start": {
          "line": 79,
          "column": 41
        },
        "end": {
          "line": 79,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2618,
      "end": 2619,
      "loc": {
        "start": {
          "line": 80,
          "column": 2
        },
        "end": {
          "line": 80,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 2622,
      "end": 2630,
      "loc": {
        "start": {
          "line": 81,
          "column": 2
        },
        "end": {
          "line": 81,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2630,
      "end": 2631,
      "loc": {
        "start": {
          "line": 81,
          "column": 10
        },
        "end": {
          "line": 81,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 2631,
      "end": 2635,
      "loc": {
        "start": {
          "line": 81,
          "column": 11
        },
        "end": {
          "line": 81,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2635,
      "end": 2636,
      "loc": {
        "start": {
          "line": 81,
          "column": 15
        },
        "end": {
          "line": 81,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 2637,
      "end": 2646,
      "loc": {
        "start": {
          "line": 81,
          "column": 17
        },
        "end": {
          "line": 81,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2646,
      "end": 2647,
      "loc": {
        "start": {
          "line": 81,
          "column": 26
        },
        "end": {
          "line": 81,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 2647,
      "end": 2651,
      "loc": {
        "start": {
          "line": 81,
          "column": 27
        },
        "end": {
          "line": 81,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2651,
      "end": 2652,
      "loc": {
        "start": {
          "line": 81,
          "column": 31
        },
        "end": {
          "line": 81,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2652,
      "end": 2653,
      "loc": {
        "start": {
          "line": 81,
          "column": 32
        },
        "end": {
          "line": 81,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 2657,
      "end": 2661,
      "loc": {
        "start": {
          "line": 83,
          "column": 2
        },
        "end": {
          "line": 83,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2661,
      "end": 2662,
      "loc": {
        "start": {
          "line": 83,
          "column": 6
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 2662,
      "end": 2671,
      "loc": {
        "start": {
          "line": 83,
          "column": 7
        },
        "end": {
          "line": 83,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2671,
      "end": 2672,
      "loc": {
        "start": {
          "line": 83,
          "column": 16
        },
        "end": {
          "line": 83,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 2672,
      "end": 2677,
      "loc": {
        "start": {
          "line": 83,
          "column": 17
        },
        "end": {
          "line": 83,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2678,
      "end": 2679,
      "loc": {
        "start": {
          "line": 83,
          "column": 23
        },
        "end": {
          "line": 83,
          "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": 2680,
      "end": 2688,
      "loc": {
        "start": {
          "line": 83,
          "column": 25
        },
        "end": {
          "line": 83,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 2689,
      "end": 2694,
      "loc": {
        "start": {
          "line": 83,
          "column": 34
        },
        "end": {
          "line": 83,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2694,
      "end": 2695,
      "loc": {
        "start": {
          "line": 83,
          "column": 39
        },
        "end": {
          "line": 83,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2695,
      "end": 2696,
      "loc": {
        "start": {
          "line": 83,
          "column": 40
        },
        "end": {
          "line": 83,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2697,
      "end": 2698,
      "loc": {
        "start": {
          "line": 83,
          "column": 42
        },
        "end": {
          "line": 83,
          "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": 2703,
      "end": 2705,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2706,
      "end": 2707,
      "loc": {
        "start": {
          "line": 84,
          "column": 7
        },
        "end": {
          "line": 84,
          "column": 8
        }
      }
    },
    {
      "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": 2707,
      "end": 2711,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2711,
      "end": 2712,
      "loc": {
        "start": {
          "line": 84,
          "column": 12
        },
        "end": {
          "line": 84,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_length",
      "start": 2712,
      "end": 2719,
      "loc": {
        "start": {
          "line": 84,
          "column": 13
        },
        "end": {
          "line": 84,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2719,
      "end": 2720,
      "loc": {
        "start": {
          "line": 84,
          "column": 20
        },
        "end": {
          "line": 84,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2721,
      "end": 2722,
      "loc": {
        "start": {
          "line": 84,
          "column": 22
        },
        "end": {
          "line": 84,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 2729,
      "end": 2733,
      "loc": {
        "start": {
          "line": 85,
          "column": 6
        },
        "end": {
          "line": 85,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2733,
      "end": 2734,
      "loc": {
        "start": {
          "line": 85,
          "column": 10
        },
        "end": {
          "line": 85,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SQLite does not support TEXT with options. Plain `TEXT` will be used instead.",
      "start": 2734,
      "end": 2813,
      "loc": {
        "start": {
          "line": 85,
          "column": 11
        },
        "end": {
          "line": 85,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2813,
      "end": 2814,
      "loc": {
        "start": {
          "line": 85,
          "column": 90
        },
        "end": {
          "line": 85,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2814,
      "end": 2815,
      "loc": {
        "start": {
          "line": 85,
          "column": 91
        },
        "end": {
          "line": 85,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2822,
      "end": 2826,
      "loc": {
        "start": {
          "line": 86,
          "column": 6
        },
        "end": {
          "line": 86,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2826,
      "end": 2827,
      "loc": {
        "start": {
          "line": 86,
          "column": 10
        },
        "end": {
          "line": 86,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_length",
      "start": 2827,
      "end": 2834,
      "loc": {
        "start": {
          "line": 86,
          "column": 11
        },
        "end": {
          "line": 86,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2835,
      "end": 2836,
      "loc": {
        "start": {
          "line": 86,
          "column": 19
        },
        "end": {
          "line": 86,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2837,
      "end": 2846,
      "loc": {
        "start": {
          "line": 86,
          "column": 21
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2846,
      "end": 2847,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2852,
      "end": 2853,
      "loc": {
        "start": {
          "line": 87,
          "column": 4
        },
        "end": {
          "line": 87,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2858,
      "end": 2864,
      "loc": {
        "start": {
          "line": 88,
          "column": 4
        },
        "end": {
          "line": 88,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TEXT",
      "start": 2865,
      "end": 2871,
      "loc": {
        "start": {
          "line": 88,
          "column": 11
        },
        "end": {
          "line": 88,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2871,
      "end": 2872,
      "loc": {
        "start": {
          "line": 88,
          "column": 17
        },
        "end": {
          "line": 88,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2875,
      "end": 2876,
      "loc": {
        "start": {
          "line": 89,
          "column": 2
        },
        "end": {
          "line": 89,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2876,
      "end": 2877,
      "loc": {
        "start": {
          "line": 89,
          "column": 3
        },
        "end": {
          "line": 89,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2881,
      "end": 2889,
      "loc": {
        "start": {
          "line": 91,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 2890,
      "end": 2894,
      "loc": {
        "start": {
          "line": 91,
          "column": 11
        },
        "end": {
          "line": 91,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2894,
      "end": 2895,
      "loc": {
        "start": {
          "line": 91,
          "column": 15
        },
        "end": {
          "line": 91,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2895,
      "end": 2901,
      "loc": {
        "start": {
          "line": 91,
          "column": 16
        },
        "end": {
          "line": 91,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2901,
      "end": 2902,
      "loc": {
        "start": {
          "line": 91,
          "column": 22
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "binary",
      "start": 2903,
      "end": 2909,
      "loc": {
        "start": {
          "line": 91,
          "column": 24
        },
        "end": {
          "line": 91,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2909,
      "end": 2910,
      "loc": {
        "start": {
          "line": 91,
          "column": 30
        },
        "end": {
          "line": 91,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2911,
      "end": 2912,
      "loc": {
        "start": {
          "line": 91,
          "column": 32
        },
        "end": {
          "line": 91,
          "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": 2917,
      "end": 2919,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2920,
      "end": 2921,
      "loc": {
        "start": {
          "line": 92,
          "column": 7
        },
        "end": {
          "line": 92,
          "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": 2921,
      "end": 2922,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2922,
      "end": 2923,
      "loc": {
        "start": {
          "line": 92,
          "column": 9
        },
        "end": {
          "line": 92,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2923,
      "end": 2927,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 14
        }
      }
    },
    {
      "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": 2928,
      "end": 2938,
      "loc": {
        "start": {
          "line": 92,
          "column": 15
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 2939,
      "end": 2943,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2943,
      "end": 2944,
      "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
      },
      "start": 2944,
      "end": 2945,
      "loc": {
        "start": {
          "line": 92,
          "column": 31
        },
        "end": {
          "line": 92,
          "column": 32
        }
      }
    },
    {
      "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": 2946,
      "end": 2952,
      "loc": {
        "start": {
          "line": 92,
          "column": 33
        },
        "end": {
          "line": 92,
          "column": 39
        }
      }
    },
    {
      "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": 2953,
      "end": 2956,
      "loc": {
        "start": {
          "line": 92,
          "column": 40
        },
        "end": {
          "line": 92,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 2957,
      "end": 2961,
      "loc": {
        "start": {
          "line": 92,
          "column": 44
        },
        "end": {
          "line": 92,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2961,
      "end": 2962,
      "loc": {
        "start": {
          "line": 92,
          "column": 48
        },
        "end": {
          "line": 92,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2962,
      "end": 2968,
      "loc": {
        "start": {
          "line": 92,
          "column": 49
        },
        "end": {
          "line": 92,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2968,
      "end": 2969,
      "loc": {
        "start": {
          "line": 92,
          "column": 55
        },
        "end": {
          "line": 92,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "binary",
      "start": 2970,
      "end": 2976,
      "loc": {
        "start": {
          "line": 92,
          "column": 57
        },
        "end": {
          "line": 92,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2976,
      "end": 2977,
      "loc": {
        "start": {
          "line": 92,
          "column": 63
        },
        "end": {
          "line": 92,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2977,
      "end": 2978,
      "loc": {
        "start": {
          "line": 92,
          "column": 64
        },
        "end": {
          "line": 92,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 2983,
      "end": 2992,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2992,
      "end": 2993,
      "loc": {
        "start": {
          "line": 93,
          "column": 13
        },
        "end": {
          "line": 93,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 2993,
      "end": 2997,
      "loc": {
        "start": {
          "line": 93,
          "column": 14
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2997,
      "end": 2998,
      "loc": {
        "start": {
          "line": 93,
          "column": 18
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 2998,
      "end": 3003,
      "loc": {
        "start": {
          "line": 93,
          "column": 19
        },
        "end": {
          "line": 93,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3003,
      "end": 3004,
      "loc": {
        "start": {
          "line": 93,
          "column": 24
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3004,
      "end": 3008,
      "loc": {
        "start": {
          "line": 93,
          "column": 25
        },
        "end": {
          "line": 93,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3008,
      "end": 3009,
      "loc": {
        "start": {
          "line": 93,
          "column": 29
        },
        "end": {
          "line": 93,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 3010,
      "end": 3019,
      "loc": {
        "start": {
          "line": 93,
          "column": 31
        },
        "end": {
          "line": 93,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3019,
      "end": 3020,
      "loc": {
        "start": {
          "line": 93,
          "column": 40
        },
        "end": {
          "line": 93,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3020,
      "end": 3021,
      "loc": {
        "start": {
          "line": 93,
          "column": 41
        },
        "end": {
          "line": 93,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3024,
      "end": 3025,
      "loc": {
        "start": {
          "line": 94,
          "column": 2
        },
        "end": {
          "line": 94,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 3028,
      "end": 3036,
      "loc": {
        "start": {
          "line": 95,
          "column": 2
        },
        "end": {
          "line": 95,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3036,
      "end": 3037,
      "loc": {
        "start": {
          "line": 95,
          "column": 10
        },
        "end": {
          "line": 95,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 3037,
      "end": 3041,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3041,
      "end": 3042,
      "loc": {
        "start": {
          "line": 95,
          "column": 15
        },
        "end": {
          "line": 95,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 3043,
      "end": 3052,
      "loc": {
        "start": {
          "line": 95,
          "column": 17
        },
        "end": {
          "line": 95,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3052,
      "end": 3053,
      "loc": {
        "start": {
          "line": 95,
          "column": 26
        },
        "end": {
          "line": 95,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 3053,
      "end": 3057,
      "loc": {
        "start": {
          "line": 95,
          "column": 27
        },
        "end": {
          "line": 95,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3057,
      "end": 3058,
      "loc": {
        "start": {
          "line": 95,
          "column": 31
        },
        "end": {
          "line": 95,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3058,
      "end": 3059,
      "loc": {
        "start": {
          "line": 95,
          "column": 32
        },
        "end": {
          "line": 95,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 3063,
      "end": 3067,
      "loc": {
        "start": {
          "line": 97,
          "column": 2
        },
        "end": {
          "line": 97,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 97,
          "column": 6
        },
        "end": {
          "line": 97,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 3068,
      "end": 3077,
      "loc": {
        "start": {
          "line": 97,
          "column": 7
        },
        "end": {
          "line": 97,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3077,
      "end": 3078,
      "loc": {
        "start": {
          "line": 97,
          "column": 16
        },
        "end": {
          "line": 97,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 3078,
      "end": 3083,
      "loc": {
        "start": {
          "line": 97,
          "column": 17
        },
        "end": {
          "line": 97,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3084,
      "end": 3085,
      "loc": {
        "start": {
          "line": 97,
          "column": 23
        },
        "end": {
          "line": 97,
          "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": 3086,
      "end": 3094,
      "loc": {
        "start": {
          "line": 97,
          "column": 25
        },
        "end": {
          "line": 97,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 3095,
      "end": 3100,
      "loc": {
        "start": {
          "line": 97,
          "column": 34
        },
        "end": {
          "line": 97,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3100,
      "end": 3101,
      "loc": {
        "start": {
          "line": 97,
          "column": 39
        },
        "end": {
          "line": 97,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3101,
      "end": 3102,
      "loc": {
        "start": {
          "line": 97,
          "column": 40
        },
        "end": {
          "line": 97,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 97,
          "column": 42
        },
        "end": {
          "line": 97,
          "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": 3109,
      "end": 3111,
      "loc": {
        "start": {
          "line": 98,
          "column": 4
        },
        "end": {
          "line": 98,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3112,
      "end": 3113,
      "loc": {
        "start": {
          "line": 98,
          "column": 7
        },
        "end": {
          "line": 98,
          "column": 8
        }
      }
    },
    {
      "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": 3113,
      "end": 3117,
      "loc": {
        "start": {
          "line": 98,
          "column": 8
        },
        "end": {
          "line": 98,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3117,
      "end": 3118,
      "loc": {
        "start": {
          "line": 98,
          "column": 12
        },
        "end": {
          "line": 98,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_binary",
      "start": 3118,
      "end": 3125,
      "loc": {
        "start": {
          "line": 98,
          "column": 13
        },
        "end": {
          "line": 98,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3125,
      "end": 3126,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3127,
      "end": 3128,
      "loc": {
        "start": {
          "line": 98,
          "column": 22
        },
        "end": {
          "line": 98,
          "column": 23
        }
      }
    },
    {
      "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": 3135,
      "end": 3141,
      "loc": {
        "start": {
          "line": 99,
          "column": 6
        },
        "end": {
          "line": 99,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CHAR BINARY(",
      "start": 3142,
      "end": 3156,
      "loc": {
        "start": {
          "line": 99,
          "column": 13
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 99,
          "column": 28
        },
        "end": {
          "line": 99,
          "column": 29
        }
      }
    },
    {
      "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": 3159,
      "end": 3163,
      "loc": {
        "start": {
          "line": 99,
          "column": 30
        },
        "end": {
          "line": 99,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3163,
      "end": 3164,
      "loc": {
        "start": {
          "line": 99,
          "column": 34
        },
        "end": {
          "line": 99,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_length",
      "start": 3164,
      "end": 3171,
      "loc": {
        "start": {
          "line": 99,
          "column": 35
        },
        "end": {
          "line": 99,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3172,
      "end": 3173,
      "loc": {
        "start": {
          "line": 99,
          "column": 43
        },
        "end": {
          "line": 99,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 3174,
      "end": 3177,
      "loc": {
        "start": {
          "line": 99,
          "column": 45
        },
        "end": {
          "line": 99,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3177,
      "end": 3178,
      "loc": {
        "start": {
          "line": 99,
          "column": 48
        },
        "end": {
          "line": 99,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3183,
      "end": 3184,
      "loc": {
        "start": {
          "line": 100,
          "column": 4
        },
        "end": {
          "line": 100,
          "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": 3185,
      "end": 3189,
      "loc": {
        "start": {
          "line": 100,
          "column": 6
        },
        "end": {
          "line": 100,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3190,
      "end": 3191,
      "loc": {
        "start": {
          "line": 100,
          "column": 11
        },
        "end": {
          "line": 100,
          "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": 3198,
      "end": 3204,
      "loc": {
        "start": {
          "line": 101,
          "column": 6
        },
        "end": {
          "line": 101,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 3205,
      "end": 3214,
      "loc": {
        "start": {
          "line": 101,
          "column": 13
        },
        "end": {
          "line": 101,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3214,
      "end": 3215,
      "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": "CHAR",
      "start": 3215,
      "end": 3219,
      "loc": {
        "start": {
          "line": 101,
          "column": 23
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3219,
      "end": 3220,
      "loc": {
        "start": {
          "line": 101,
          "column": 27
        },
        "end": {
          "line": 101,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 3220,
      "end": 3229,
      "loc": {
        "start": {
          "line": 101,
          "column": 28
        },
        "end": {
          "line": 101,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3229,
      "end": 3230,
      "loc": {
        "start": {
          "line": 101,
          "column": 37
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 3230,
      "end": 3235,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 101,
          "column": 43
        },
        "end": {
          "line": 101,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 3236,
      "end": 3240,
      "loc": {
        "start": {
          "line": 101,
          "column": 44
        },
        "end": {
          "line": 101,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3240,
      "end": 3241,
      "loc": {
        "start": {
          "line": 101,
          "column": 48
        },
        "end": {
          "line": 101,
          "column": 49
        }
      }
    },
    {
      "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": 3241,
      "end": 3245,
      "loc": {
        "start": {
          "line": 101,
          "column": 49
        },
        "end": {
          "line": 101,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3245,
      "end": 3246,
      "loc": {
        "start": {
          "line": 101,
          "column": 53
        },
        "end": {
          "line": 101,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3246,
      "end": 3247,
      "loc": {
        "start": {
          "line": 101,
          "column": 54
        },
        "end": {
          "line": 101,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3252,
      "end": 3253,
      "loc": {
        "start": {
          "line": 102,
          "column": 4
        },
        "end": {
          "line": 102,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3256,
      "end": 3257,
      "loc": {
        "start": {
          "line": 103,
          "column": 2
        },
        "end": {
          "line": 103,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3257,
      "end": 3258,
      "loc": {
        "start": {
          "line": 103,
          "column": 3
        },
        "end": {
          "line": 103,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3262,
      "end": 3270,
      "loc": {
        "start": {
          "line": 105,
          "column": 2
        },
        "end": {
          "line": 105,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 3271,
      "end": 3277,
      "loc": {
        "start": {
          "line": 105,
          "column": 11
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3277,
      "end": 3278,
      "loc": {
        "start": {
          "line": 105,
          "column": 17
        },
        "end": {
          "line": 105,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3278,
      "end": 3285,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3285,
      "end": 3286,
      "loc": {
        "start": {
          "line": 105,
          "column": 25
        },
        "end": {
          "line": 105,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3287,
      "end": 3288,
      "loc": {
        "start": {
          "line": 105,
          "column": 27
        },
        "end": {
          "line": 105,
          "column": 28
        }
      }
    },
    {
      "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": 3293,
      "end": 3295,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3296,
      "end": 3297,
      "loc": {
        "start": {
          "line": 106,
          "column": 7
        },
        "end": {
          "line": 106,
          "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": 3297,
      "end": 3298,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3298,
      "end": 3299,
      "loc": {
        "start": {
          "line": 106,
          "column": 9
        },
        "end": {
          "line": 106,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3299,
      "end": 3303,
      "loc": {
        "start": {
          "line": 106,
          "column": 10
        },
        "end": {
          "line": 106,
          "column": 14
        }
      }
    },
    {
      "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": 3304,
      "end": 3314,
      "loc": {
        "start": {
          "line": 106,
          "column": 15
        },
        "end": {
          "line": 106,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 3315,
      "end": 3321,
      "loc": {
        "start": {
          "line": 106,
          "column": 26
        },
        "end": {
          "line": 106,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3321,
      "end": 3322,
      "loc": {
        "start": {
          "line": 106,
          "column": 32
        },
        "end": {
          "line": 106,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3322,
      "end": 3323,
      "loc": {
        "start": {
          "line": 106,
          "column": 33
        },
        "end": {
          "line": 106,
          "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": 3324,
      "end": 3330,
      "loc": {
        "start": {
          "line": 106,
          "column": 35
        },
        "end": {
          "line": 106,
          "column": 41
        }
      }
    },
    {
      "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": 3331,
      "end": 3334,
      "loc": {
        "start": {
          "line": 106,
          "column": 42
        },
        "end": {
          "line": 106,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 3335,
      "end": 3341,
      "loc": {
        "start": {
          "line": 106,
          "column": 46
        },
        "end": {
          "line": 106,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3341,
      "end": 3342,
      "loc": {
        "start": {
          "line": 106,
          "column": 52
        },
        "end": {
          "line": 106,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3342,
      "end": 3349,
      "loc": {
        "start": {
          "line": 106,
          "column": 53
        },
        "end": {
          "line": 106,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3349,
      "end": 3350,
      "loc": {
        "start": {
          "line": 106,
          "column": 60
        },
        "end": {
          "line": 106,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3350,
      "end": 3351,
      "loc": {
        "start": {
          "line": 106,
          "column": 61
        },
        "end": {
          "line": 106,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 3356,
      "end": 3365,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3365,
      "end": 3366,
      "loc": {
        "start": {
          "line": 107,
          "column": 13
        },
        "end": {
          "line": 107,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 3366,
      "end": 3372,
      "loc": {
        "start": {
          "line": 107,
          "column": 14
        },
        "end": {
          "line": 107,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3372,
      "end": 3373,
      "loc": {
        "start": {
          "line": 107,
          "column": 20
        },
        "end": {
          "line": 107,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 3373,
      "end": 3378,
      "loc": {
        "start": {
          "line": 107,
          "column": 21
        },
        "end": {
          "line": 107,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3378,
      "end": 3379,
      "loc": {
        "start": {
          "line": 107,
          "column": 26
        },
        "end": {
          "line": 107,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3379,
      "end": 3383,
      "loc": {
        "start": {
          "line": 107,
          "column": 27
        },
        "end": {
          "line": 107,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3383,
      "end": 3384,
      "loc": {
        "start": {
          "line": 107,
          "column": 31
        },
        "end": {
          "line": 107,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 3385,
      "end": 3394,
      "loc": {
        "start": {
          "line": 107,
          "column": 33
        },
        "end": {
          "line": 107,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3394,
      "end": 3395,
      "loc": {
        "start": {
          "line": 107,
          "column": 42
        },
        "end": {
          "line": 107,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3395,
      "end": 3396,
      "loc": {
        "start": {
          "line": 107,
          "column": 43
        },
        "end": {
          "line": 107,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3399,
      "end": 3400,
      "loc": {
        "start": {
          "line": 108,
          "column": 2
        },
        "end": {
          "line": 108,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 3403,
      "end": 3411,
      "loc": {
        "start": {
          "line": 109,
          "column": 2
        },
        "end": {
          "line": 109,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3411,
      "end": 3412,
      "loc": {
        "start": {
          "line": 109,
          "column": 10
        },
        "end": {
          "line": 109,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 3412,
      "end": 3418,
      "loc": {
        "start": {
          "line": 109,
          "column": 11
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3418,
      "end": 3419,
      "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": "BaseTypes",
      "start": 3420,
      "end": 3429,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3429,
      "end": 3430,
      "loc": {
        "start": {
          "line": 109,
          "column": 28
        },
        "end": {
          "line": 109,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 3430,
      "end": 3436,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3436,
      "end": 3437,
      "loc": {
        "start": {
          "line": 109,
          "column": 35
        },
        "end": {
          "line": 109,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3437,
      "end": 3438,
      "loc": {
        "start": {
          "line": 109,
          "column": 36
        },
        "end": {
          "line": 109,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 3442,
      "end": 3448,
      "loc": {
        "start": {
          "line": 111,
          "column": 2
        },
        "end": {
          "line": 111,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3448,
      "end": 3449,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 3449,
      "end": 3458,
      "loc": {
        "start": {
          "line": 111,
          "column": 9
        },
        "end": {
          "line": 111,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3458,
      "end": 3459,
      "loc": {
        "start": {
          "line": 111,
          "column": 18
        },
        "end": {
          "line": 111,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 3459,
      "end": 3464,
      "loc": {
        "start": {
          "line": 111,
          "column": 19
        },
        "end": {
          "line": 111,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3465,
      "end": 3466,
      "loc": {
        "start": {
          "line": 111,
          "column": 25
        },
        "end": {
          "line": 111,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3467,
      "end": 3475,
      "loc": {
        "start": {
          "line": 111,
          "column": 27
        },
        "end": {
          "line": 111,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 3476,
      "end": 3481,
      "loc": {
        "start": {
          "line": 111,
          "column": 36
        },
        "end": {
          "line": 111,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3481,
      "end": 3482,
      "loc": {
        "start": {
          "line": 111,
          "column": 41
        },
        "end": {
          "line": 111,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3482,
      "end": 3483,
      "loc": {
        "start": {
          "line": 111,
          "column": 42
        },
        "end": {
          "line": 111,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3484,
      "end": 3485,
      "loc": {
        "start": {
          "line": 111,
          "column": 44
        },
        "end": {
          "line": 111,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3490,
      "end": 3493,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 112,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3494,
      "end": 3500,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3501,
      "end": 3502,
      "loc": {
        "start": {
          "line": 112,
          "column": 15
        },
        "end": {
          "line": 112,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3503,
      "end": 3507,
      "loc": {
        "start": {
          "line": 112,
          "column": 17
        },
        "end": {
          "line": 112,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3507,
      "end": 3508,
      "loc": {
        "start": {
          "line": 112,
          "column": 21
        },
        "end": {
          "line": 112,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3508,
      "end": 3511,
      "loc": {
        "start": {
          "line": 112,
          "column": 22
        },
        "end": {
          "line": 112,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3511,
      "end": 3512,
      "loc": {
        "start": {
          "line": 112,
          "column": 25
        },
        "end": {
          "line": 112,
          "column": 26
        }
      }
    },
    {
      "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": 3518,
      "end": 3520,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 114,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3521,
      "end": 3522,
      "loc": {
        "start": {
          "line": 114,
          "column": 7
        },
        "end": {
          "line": 114,
          "column": 8
        }
      }
    },
    {
      "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": 3522,
      "end": 3526,
      "loc": {
        "start": {
          "line": 114,
          "column": 8
        },
        "end": {
          "line": 114,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3526,
      "end": 3527,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_unsigned",
      "start": 3527,
      "end": 3536,
      "loc": {
        "start": {
          "line": 114,
          "column": 13
        },
        "end": {
          "line": 114,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3536,
      "end": 3537,
      "loc": {
        "start": {
          "line": 114,
          "column": 22
        },
        "end": {
          "line": 114,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3538,
      "end": 3539,
      "loc": {
        "start": {
          "line": 114,
          "column": 24
        },
        "end": {
          "line": 114,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3546,
      "end": 3552,
      "loc": {
        "start": {
          "line": 115,
          "column": 6
        },
        "end": {
          "line": 115,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3553,
      "end": 3555,
      "loc": {
        "start": {
          "line": 115,
          "column": 13
        },
        "end": {
          "line": 115,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " UNSIGNED",
      "start": 3556,
      "end": 3567,
      "loc": {
        "start": {
          "line": 115,
          "column": 16
        },
        "end": {
          "line": 115,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3567,
      "end": 3568,
      "loc": {
        "start": {
          "line": 115,
          "column": 27
        },
        "end": {
          "line": 115,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3573,
      "end": 3574,
      "loc": {
        "start": {
          "line": 116,
          "column": 4
        },
        "end": {
          "line": 116,
          "column": 5
        }
      }
    },
    {
      "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": 3579,
      "end": 3581,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3582,
      "end": 3583,
      "loc": {
        "start": {
          "line": 117,
          "column": 7
        },
        "end": {
          "line": 117,
          "column": 8
        }
      }
    },
    {
      "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": 3583,
      "end": 3587,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3587,
      "end": 3588,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_zerofill",
      "start": 3588,
      "end": 3597,
      "loc": {
        "start": {
          "line": 117,
          "column": 13
        },
        "end": {
          "line": 117,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3597,
      "end": 3598,
      "loc": {
        "start": {
          "line": 117,
          "column": 22
        },
        "end": {
          "line": 117,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3599,
      "end": 3600,
      "loc": {
        "start": {
          "line": 117,
          "column": 24
        },
        "end": {
          "line": 117,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3607,
      "end": 3613,
      "loc": {
        "start": {
          "line": 118,
          "column": 6
        },
        "end": {
          "line": 118,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3614,
      "end": 3616,
      "loc": {
        "start": {
          "line": 118,
          "column": 13
        },
        "end": {
          "line": 118,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ZEROFILL",
      "start": 3617,
      "end": 3628,
      "loc": {
        "start": {
          "line": 118,
          "column": 16
        },
        "end": {
          "line": 118,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3628,
      "end": 3629,
      "loc": {
        "start": {
          "line": 118,
          "column": 27
        },
        "end": {
          "line": 118,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3634,
      "end": 3635,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 5
        }
      }
    },
    {
      "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": 3641,
      "end": 3643,
      "loc": {
        "start": {
          "line": 121,
          "column": 4
        },
        "end": {
          "line": 121,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3644,
      "end": 3645,
      "loc": {
        "start": {
          "line": 121,
          "column": 7
        },
        "end": {
          "line": 121,
          "column": 8
        }
      }
    },
    {
      "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": 3645,
      "end": 3649,
      "loc": {
        "start": {
          "line": 121,
          "column": 8
        },
        "end": {
          "line": 121,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3649,
      "end": 3650,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_length",
      "start": 3650,
      "end": 3657,
      "loc": {
        "start": {
          "line": 121,
          "column": 13
        },
        "end": {
          "line": 121,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3657,
      "end": 3658,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3659,
      "end": 3660,
      "loc": {
        "start": {
          "line": 121,
          "column": 22
        },
        "end": {
          "line": 121,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3667,
      "end": 3673,
      "loc": {
        "start": {
          "line": 122,
          "column": 6
        },
        "end": {
          "line": 122,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3674,
      "end": 3676,
      "loc": {
        "start": {
          "line": 122,
          "column": 13
        },
        "end": {
          "line": 122,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(",
      "start": 3677,
      "end": 3680,
      "loc": {
        "start": {
          "line": 122,
          "column": 16
        },
        "end": {
          "line": 122,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3681,
      "end": 3682,
      "loc": {
        "start": {
          "line": 122,
          "column": 20
        },
        "end": {
          "line": 122,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3683,
      "end": 3687,
      "loc": {
        "start": {
          "line": 122,
          "column": 22
        },
        "end": {
          "line": 122,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3687,
      "end": 3688,
      "loc": {
        "start": {
          "line": 122,
          "column": 26
        },
        "end": {
          "line": 122,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_length",
      "start": 3688,
      "end": 3695,
      "loc": {
        "start": {
          "line": 122,
          "column": 27
        },
        "end": {
          "line": 122,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3695,
      "end": 3696,
      "loc": {
        "start": {
          "line": 122,
          "column": 34
        },
        "end": {
          "line": 122,
          "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": 3703,
      "end": 3705,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3706,
      "end": 3707,
      "loc": {
        "start": {
          "line": 123,
          "column": 9
        },
        "end": {
          "line": 123,
          "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": 3707,
      "end": 3713,
      "loc": {
        "start": {
          "line": 123,
          "column": 10
        },
        "end": {
          "line": 123,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3714,
      "end": 3718,
      "loc": {
        "start": {
          "line": 123,
          "column": 17
        },
        "end": {
          "line": 123,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3718,
      "end": 3719,
      "loc": {
        "start": {
          "line": 123,
          "column": 21
        },
        "end": {
          "line": 123,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_decimals",
      "start": 3719,
      "end": 3728,
      "loc": {
        "start": {
          "line": 123,
          "column": 22
        },
        "end": {
          "line": 123,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3729,
      "end": 3732,
      "loc": {
        "start": {
          "line": 123,
          "column": 32
        },
        "end": {
          "line": 123,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 3733,
      "end": 3741,
      "loc": {
        "start": {
          "line": 123,
          "column": 36
        },
        "end": {
          "line": 123,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3741,
      "end": 3742,
      "loc": {
        "start": {
          "line": 123,
          "column": 44
        },
        "end": {
          "line": 123,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3743,
      "end": 3744,
      "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": "result",
      "start": 3753,
      "end": 3759,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3760,
      "end": 3762,
      "loc": {
        "start": {
          "line": 124,
          "column": 15
        },
        "end": {
          "line": 124,
          "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": 3763,
      "end": 3766,
      "loc": {
        "start": {
          "line": 124,
          "column": 18
        },
        "end": {
          "line": 124,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3767,
      "end": 3768,
      "loc": {
        "start": {
          "line": 124,
          "column": 22
        },
        "end": {
          "line": 124,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3769,
      "end": 3773,
      "loc": {
        "start": {
          "line": 124,
          "column": 24
        },
        "end": {
          "line": 124,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3773,
      "end": 3774,
      "loc": {
        "start": {
          "line": 124,
          "column": 28
        },
        "end": {
          "line": 124,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_decimals",
      "start": 3774,
      "end": 3783,
      "loc": {
        "start": {
          "line": 124,
          "column": 29
        },
        "end": {
          "line": 124,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3783,
      "end": 3784,
      "loc": {
        "start": {
          "line": 124,
          "column": 38
        },
        "end": {
          "line": 124,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3791,
      "end": 3792,
      "loc": {
        "start": {
          "line": 125,
          "column": 6
        },
        "end": {
          "line": 125,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3799,
      "end": 3805,
      "loc": {
        "start": {
          "line": 126,
          "column": 6
        },
        "end": {
          "line": 126,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 3806,
      "end": 3808,
      "loc": {
        "start": {
          "line": 126,
          "column": 13
        },
        "end": {
          "line": 126,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ")",
      "start": 3809,
      "end": 3812,
      "loc": {
        "start": {
          "line": 126,
          "column": 16
        },
        "end": {
          "line": 126,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3812,
      "end": 3813,
      "loc": {
        "start": {
          "line": 126,
          "column": 19
        },
        "end": {
          "line": 126,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3818,
      "end": 3819,
      "loc": {
        "start": {
          "line": 127,
          "column": 4
        },
        "end": {
          "line": 127,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3824,
      "end": 3830,
      "loc": {
        "start": {
          "line": 128,
          "column": 4
        },
        "end": {
          "line": 128,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3831,
      "end": 3837,
      "loc": {
        "start": {
          "line": 128,
          "column": 11
        },
        "end": {
          "line": 128,
          "column": 17
        }
      }
    },
    {
      "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": 128,
          "column": 17
        },
        "end": {
          "line": 128,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3841,
      "end": 3842,
      "loc": {
        "start": {
          "line": 129,
          "column": 2
        },
        "end": {
          "line": 129,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3842,
      "end": 3843,
      "loc": {
        "start": {
          "line": 129,
          "column": 3
        },
        "end": {
          "line": 129,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 3847,
      "end": 3855,
      "loc": {
        "start": {
          "line": 131,
          "column": 2
        },
        "end": {
          "line": 131,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 3856,
      "end": 3863,
      "loc": {
        "start": {
          "line": 131,
          "column": 11
        },
        "end": {
          "line": 131,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3863,
      "end": 3864,
      "loc": {
        "start": {
          "line": 131,
          "column": 18
        },
        "end": {
          "line": 131,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3864,
      "end": 3870,
      "loc": {
        "start": {
          "line": 131,
          "column": 19
        },
        "end": {
          "line": 131,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3870,
      "end": 3871,
      "loc": {
        "start": {
          "line": 131,
          "column": 25
        },
        "end": {
          "line": 131,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3872,
      "end": 3873,
      "loc": {
        "start": {
          "line": 131,
          "column": 27
        },
        "end": {
          "line": 131,
          "column": 28
        }
      }
    },
    {
      "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": 3878,
      "end": 3880,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3881,
      "end": 3882,
      "loc": {
        "start": {
          "line": 132,
          "column": 7
        },
        "end": {
          "line": 132,
          "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": 3882,
      "end": 3883,
      "loc": {
        "start": {
          "line": 132,
          "column": 8
        },
        "end": {
          "line": 132,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3883,
      "end": 3884,
      "loc": {
        "start": {
          "line": 132,
          "column": 9
        },
        "end": {
          "line": 132,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3884,
      "end": 3888,
      "loc": {
        "start": {
          "line": 132,
          "column": 10
        },
        "end": {
          "line": 132,
          "column": 14
        }
      }
    },
    {
      "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": 3889,
      "end": 3899,
      "loc": {
        "start": {
          "line": 132,
          "column": 15
        },
        "end": {
          "line": 132,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 3900,
      "end": 3907,
      "loc": {
        "start": {
          "line": 132,
          "column": 26
        },
        "end": {
          "line": 132,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 132,
          "column": 33
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3908,
      "end": 3909,
      "loc": {
        "start": {
          "line": 132,
          "column": 34
        },
        "end": {
          "line": 132,
          "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": 3910,
      "end": 3916,
      "loc": {
        "start": {
          "line": 132,
          "column": 36
        },
        "end": {
          "line": 132,
          "column": 42
        }
      }
    },
    {
      "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": 3917,
      "end": 3920,
      "loc": {
        "start": {
          "line": 132,
          "column": 43
        },
        "end": {
          "line": 132,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 3921,
      "end": 3928,
      "loc": {
        "start": {
          "line": 132,
          "column": 47
        },
        "end": {
          "line": 132,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 132,
          "column": 54
        },
        "end": {
          "line": 132,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3929,
      "end": 3935,
      "loc": {
        "start": {
          "line": 132,
          "column": 55
        },
        "end": {
          "line": 132,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3935,
      "end": 3936,
      "loc": {
        "start": {
          "line": 132,
          "column": 61
        },
        "end": {
          "line": 132,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3936,
      "end": 3937,
      "loc": {
        "start": {
          "line": 132,
          "column": 62
        },
        "end": {
          "line": 132,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 3942,
      "end": 3951,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "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": 3951,
      "end": 3952,
      "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": "INTEGER",
      "start": 3952,
      "end": 3959,
      "loc": {
        "start": {
          "line": 133,
          "column": 14
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3959,
      "end": 3960,
      "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": "apply",
      "start": 3960,
      "end": 3965,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3965,
      "end": 3966,
      "loc": {
        "start": {
          "line": 133,
          "column": 27
        },
        "end": {
          "line": 133,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3966,
      "end": 3970,
      "loc": {
        "start": {
          "line": 133,
          "column": 28
        },
        "end": {
          "line": 133,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3970,
      "end": 3971,
      "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": "arguments",
      "start": 3972,
      "end": 3981,
      "loc": {
        "start": {
          "line": 133,
          "column": 34
        },
        "end": {
          "line": 133,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3981,
      "end": 3982,
      "loc": {
        "start": {
          "line": 133,
          "column": 43
        },
        "end": {
          "line": 133,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3982,
      "end": 3983,
      "loc": {
        "start": {
          "line": 133,
          "column": 44
        },
        "end": {
          "line": 133,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3986,
      "end": 3987,
      "loc": {
        "start": {
          "line": 134,
          "column": 2
        },
        "end": {
          "line": 134,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 3990,
      "end": 3998,
      "loc": {
        "start": {
          "line": 135,
          "column": 2
        },
        "end": {
          "line": 135,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3998,
      "end": 3999,
      "loc": {
        "start": {
          "line": 135,
          "column": 10
        },
        "end": {
          "line": 135,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 3999,
      "end": 4006,
      "loc": {
        "start": {
          "line": 135,
          "column": 11
        },
        "end": {
          "line": 135,
          "column": 18
        }
      }
    },
    {
      "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": 135,
          "column": 18
        },
        "end": {
          "line": 135,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 4008,
      "end": 4017,
      "loc": {
        "start": {
          "line": 135,
          "column": 20
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4017,
      "end": 4018,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 4018,
      "end": 4025,
      "loc": {
        "start": {
          "line": 135,
          "column": 30
        },
        "end": {
          "line": 135,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4025,
      "end": 4026,
      "loc": {
        "start": {
          "line": 135,
          "column": 37
        },
        "end": {
          "line": 135,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4026,
      "end": 4027,
      "loc": {
        "start": {
          "line": 135,
          "column": 38
        },
        "end": {
          "line": 135,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 4031,
      "end": 4038,
      "loc": {
        "start": {
          "line": 137,
          "column": 2
        },
        "end": {
          "line": 137,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4038,
      "end": 4039,
      "loc": {
        "start": {
          "line": 137,
          "column": 9
        },
        "end": {
          "line": 137,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4039,
      "end": 4048,
      "loc": {
        "start": {
          "line": 137,
          "column": 10
        },
        "end": {
          "line": 137,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4048,
      "end": 4049,
      "loc": {
        "start": {
          "line": 137,
          "column": 19
        },
        "end": {
          "line": 137,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4049,
      "end": 4054,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4055,
      "end": 4056,
      "loc": {
        "start": {
          "line": 137,
          "column": 26
        },
        "end": {
          "line": 137,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4057,
      "end": 4065,
      "loc": {
        "start": {
          "line": 137,
          "column": 28
        },
        "end": {
          "line": 137,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4066,
      "end": 4071,
      "loc": {
        "start": {
          "line": 137,
          "column": 37
        },
        "end": {
          "line": 137,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4071,
      "end": 4072,
      "loc": {
        "start": {
          "line": 137,
          "column": 42
        },
        "end": {
          "line": 137,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4072,
      "end": 4073,
      "loc": {
        "start": {
          "line": 137,
          "column": 43
        },
        "end": {
          "line": 137,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4074,
      "end": 4075,
      "loc": {
        "start": {
          "line": 137,
          "column": 45
        },
        "end": {
          "line": 137,
          "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": 4080,
      "end": 4086,
      "loc": {
        "start": {
          "line": 138,
          "column": 4
        },
        "end": {
          "line": 138,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 4087,
      "end": 4093,
      "loc": {
        "start": {
          "line": 138,
          "column": 11
        },
        "end": {
          "line": 138,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4093,
      "end": 4094,
      "loc": {
        "start": {
          "line": 138,
          "column": 17
        },
        "end": {
          "line": 138,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4094,
      "end": 4103,
      "loc": {
        "start": {
          "line": 138,
          "column": 18
        },
        "end": {
          "line": 138,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4103,
      "end": 4104,
      "loc": {
        "start": {
          "line": 138,
          "column": 27
        },
        "end": {
          "line": 138,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4104,
      "end": 4109,
      "loc": {
        "start": {
          "line": 138,
          "column": 28
        },
        "end": {
          "line": 138,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4109,
      "end": 4110,
      "loc": {
        "start": {
          "line": 138,
          "column": 33
        },
        "end": {
          "line": 138,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 4110,
      "end": 4114,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4114,
      "end": 4115,
      "loc": {
        "start": {
          "line": 138,
          "column": 38
        },
        "end": {
          "line": 138,
          "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": 4115,
      "end": 4119,
      "loc": {
        "start": {
          "line": 138,
          "column": 39
        },
        "end": {
          "line": 138,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4119,
      "end": 4120,
      "loc": {
        "start": {
          "line": 138,
          "column": 43
        },
        "end": {
          "line": 138,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4120,
      "end": 4121,
      "loc": {
        "start": {
          "line": 138,
          "column": 44
        },
        "end": {
          "line": 138,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4124,
      "end": 4125,
      "loc": {
        "start": {
          "line": 139,
          "column": 2
        },
        "end": {
          "line": 139,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4125,
      "end": 4126,
      "loc": {
        "start": {
          "line": 139,
          "column": 3
        },
        "end": {
          "line": 139,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4130,
      "end": 4138,
      "loc": {
        "start": {
          "line": 141,
          "column": 2
        },
        "end": {
          "line": 141,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 4139,
      "end": 4145,
      "loc": {
        "start": {
          "line": 141,
          "column": 11
        },
        "end": {
          "line": 141,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4145,
      "end": 4146,
      "loc": {
        "start": {
          "line": 141,
          "column": 17
        },
        "end": {
          "line": 141,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4146,
      "end": 4152,
      "loc": {
        "start": {
          "line": 141,
          "column": 18
        },
        "end": {
          "line": 141,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 141,
          "column": 24
        },
        "end": {
          "line": 141,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4154,
      "end": 4155,
      "loc": {
        "start": {
          "line": 141,
          "column": 26
        },
        "end": {
          "line": 141,
          "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": 4160,
      "end": 4162,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4163,
      "end": 4164,
      "loc": {
        "start": {
          "line": 142,
          "column": 7
        },
        "end": {
          "line": 142,
          "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": 4164,
      "end": 4165,
      "loc": {
        "start": {
          "line": 142,
          "column": 8
        },
        "end": {
          "line": 142,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4165,
      "end": 4166,
      "loc": {
        "start": {
          "line": 142,
          "column": 9
        },
        "end": {
          "line": 142,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4166,
      "end": 4170,
      "loc": {
        "start": {
          "line": 142,
          "column": 10
        },
        "end": {
          "line": 142,
          "column": 14
        }
      }
    },
    {
      "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": 4171,
      "end": 4181,
      "loc": {
        "start": {
          "line": 142,
          "column": 15
        },
        "end": {
          "line": 142,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 4182,
      "end": 4188,
      "loc": {
        "start": {
          "line": 142,
          "column": 26
        },
        "end": {
          "line": 142,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4188,
      "end": 4189,
      "loc": {
        "start": {
          "line": 142,
          "column": 32
        },
        "end": {
          "line": 142,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4189,
      "end": 4190,
      "loc": {
        "start": {
          "line": 142,
          "column": 33
        },
        "end": {
          "line": 142,
          "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": 4191,
      "end": 4197,
      "loc": {
        "start": {
          "line": 142,
          "column": 35
        },
        "end": {
          "line": 142,
          "column": 41
        }
      }
    },
    {
      "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": 4198,
      "end": 4201,
      "loc": {
        "start": {
          "line": 142,
          "column": 42
        },
        "end": {
          "line": 142,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 4202,
      "end": 4208,
      "loc": {
        "start": {
          "line": 142,
          "column": 46
        },
        "end": {
          "line": 142,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4208,
      "end": 4209,
      "loc": {
        "start": {
          "line": 142,
          "column": 52
        },
        "end": {
          "line": 142,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4209,
      "end": 4215,
      "loc": {
        "start": {
          "line": 142,
          "column": 53
        },
        "end": {
          "line": 142,
          "column": 59
        }
      }
    },
    {
      "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": 142,
          "column": 59
        },
        "end": {
          "line": 142,
          "column": 60
        }
      }
    },
    {
      "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": 142,
          "column": 60
        },
        "end": {
          "line": 142,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 4222,
      "end": 4231,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4231,
      "end": 4232,
      "loc": {
        "start": {
          "line": 143,
          "column": 13
        },
        "end": {
          "line": 143,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 4232,
      "end": 4238,
      "loc": {
        "start": {
          "line": 143,
          "column": 14
        },
        "end": {
          "line": 143,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4238,
      "end": 4239,
      "loc": {
        "start": {
          "line": 143,
          "column": 20
        },
        "end": {
          "line": 143,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 4239,
      "end": 4244,
      "loc": {
        "start": {
          "line": 143,
          "column": 21
        },
        "end": {
          "line": 143,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4244,
      "end": 4245,
      "loc": {
        "start": {
          "line": 143,
          "column": 26
        },
        "end": {
          "line": 143,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4245,
      "end": 4249,
      "loc": {
        "start": {
          "line": 143,
          "column": 27
        },
        "end": {
          "line": 143,
          "column": 31
        }
      }
    },
    {
      "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": 143,
          "column": 31
        },
        "end": {
          "line": 143,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 4251,
      "end": 4260,
      "loc": {
        "start": {
          "line": 143,
          "column": 33
        },
        "end": {
          "line": 143,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4260,
      "end": 4261,
      "loc": {
        "start": {
          "line": 143,
          "column": 42
        },
        "end": {
          "line": 143,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4261,
      "end": 4262,
      "loc": {
        "start": {
          "line": 143,
          "column": 43
        },
        "end": {
          "line": 143,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4265,
      "end": 4266,
      "loc": {
        "start": {
          "line": 144,
          "column": 2
        },
        "end": {
          "line": 144,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 4269,
      "end": 4277,
      "loc": {
        "start": {
          "line": 145,
          "column": 2
        },
        "end": {
          "line": 145,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4277,
      "end": 4278,
      "loc": {
        "start": {
          "line": 145,
          "column": 10
        },
        "end": {
          "line": 145,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 4278,
      "end": 4284,
      "loc": {
        "start": {
          "line": 145,
          "column": 11
        },
        "end": {
          "line": 145,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4284,
      "end": 4285,
      "loc": {
        "start": {
          "line": 145,
          "column": 17
        },
        "end": {
          "line": 145,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 4286,
      "end": 4295,
      "loc": {
        "start": {
          "line": 145,
          "column": 19
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4295,
      "end": 4296,
      "loc": {
        "start": {
          "line": 145,
          "column": 28
        },
        "end": {
          "line": 145,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 4296,
      "end": 4302,
      "loc": {
        "start": {
          "line": 145,
          "column": 29
        },
        "end": {
          "line": 145,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4302,
      "end": 4303,
      "loc": {
        "start": {
          "line": 145,
          "column": 35
        },
        "end": {
          "line": 145,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4303,
      "end": 4304,
      "loc": {
        "start": {
          "line": 145,
          "column": 36
        },
        "end": {
          "line": 145,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 4308,
      "end": 4314,
      "loc": {
        "start": {
          "line": 147,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4314,
      "end": 4315,
      "loc": {
        "start": {
          "line": 147,
          "column": 8
        },
        "end": {
          "line": 147,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4315,
      "end": 4324,
      "loc": {
        "start": {
          "line": 147,
          "column": 9
        },
        "end": {
          "line": 147,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4324,
      "end": 4325,
      "loc": {
        "start": {
          "line": 147,
          "column": 18
        },
        "end": {
          "line": 147,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4325,
      "end": 4330,
      "loc": {
        "start": {
          "line": 147,
          "column": 19
        },
        "end": {
          "line": 147,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4331,
      "end": 4332,
      "loc": {
        "start": {
          "line": 147,
          "column": 25
        },
        "end": {
          "line": 147,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4333,
      "end": 4341,
      "loc": {
        "start": {
          "line": 147,
          "column": 27
        },
        "end": {
          "line": 147,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4342,
      "end": 4347,
      "loc": {
        "start": {
          "line": 147,
          "column": 36
        },
        "end": {
          "line": 147,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4347,
      "end": 4348,
      "loc": {
        "start": {
          "line": 147,
          "column": 41
        },
        "end": {
          "line": 147,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4348,
      "end": 4349,
      "loc": {
        "start": {
          "line": 147,
          "column": 42
        },
        "end": {
          "line": 147,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4350,
      "end": 4351,
      "loc": {
        "start": {
          "line": 147,
          "column": 44
        },
        "end": {
          "line": 147,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4356,
      "end": 4362,
      "loc": {
        "start": {
          "line": 148,
          "column": 4
        },
        "end": {
          "line": 148,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 4363,
      "end": 4369,
      "loc": {
        "start": {
          "line": 148,
          "column": 11
        },
        "end": {
          "line": 148,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4369,
      "end": 4370,
      "loc": {
        "start": {
          "line": 148,
          "column": 17
        },
        "end": {
          "line": 148,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4370,
      "end": 4379,
      "loc": {
        "start": {
          "line": 148,
          "column": 18
        },
        "end": {
          "line": 148,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4379,
      "end": 4380,
      "loc": {
        "start": {
          "line": 148,
          "column": 27
        },
        "end": {
          "line": 148,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4380,
      "end": 4385,
      "loc": {
        "start": {
          "line": 148,
          "column": 28
        },
        "end": {
          "line": 148,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4385,
      "end": 4386,
      "loc": {
        "start": {
          "line": 148,
          "column": 33
        },
        "end": {
          "line": 148,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 4386,
      "end": 4390,
      "loc": {
        "start": {
          "line": 148,
          "column": 34
        },
        "end": {
          "line": 148,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 148,
          "column": 38
        },
        "end": {
          "line": 148,
          "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": 4391,
      "end": 4395,
      "loc": {
        "start": {
          "line": 148,
          "column": 39
        },
        "end": {
          "line": 148,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4395,
      "end": 4396,
      "loc": {
        "start": {
          "line": 148,
          "column": 43
        },
        "end": {
          "line": 148,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4396,
      "end": 4397,
      "loc": {
        "start": {
          "line": 148,
          "column": 44
        },
        "end": {
          "line": 148,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4400,
      "end": 4401,
      "loc": {
        "start": {
          "line": 149,
          "column": 2
        },
        "end": {
          "line": 149,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4401,
      "end": 4402,
      "loc": {
        "start": {
          "line": 149,
          "column": 3
        },
        "end": {
          "line": 149,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4406,
      "end": 4414,
      "loc": {
        "start": {
          "line": 151,
          "column": 2
        },
        "end": {
          "line": 151,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 4415,
      "end": 4420,
      "loc": {
        "start": {
          "line": 151,
          "column": 11
        },
        "end": {
          "line": 151,
          "column": 16
        }
      }
    },
    {
      "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": 151,
          "column": 16
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4421,
      "end": 4427,
      "loc": {
        "start": {
          "line": 151,
          "column": 17
        },
        "end": {
          "line": 151,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4427,
      "end": 4428,
      "loc": {
        "start": {
          "line": 151,
          "column": 23
        },
        "end": {
          "line": 151,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimals",
      "start": 4429,
      "end": 4437,
      "loc": {
        "start": {
          "line": 151,
          "column": 25
        },
        "end": {
          "line": 151,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4437,
      "end": 4438,
      "loc": {
        "start": {
          "line": 151,
          "column": 33
        },
        "end": {
          "line": 151,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4439,
      "end": 4440,
      "loc": {
        "start": {
          "line": 151,
          "column": 35
        },
        "end": {
          "line": 151,
          "column": 36
        }
      }
    },
    {
      "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": 4445,
      "end": 4447,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4448,
      "end": 4449,
      "loc": {
        "start": {
          "line": 152,
          "column": 7
        },
        "end": {
          "line": 152,
          "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": 4449,
      "end": 4450,
      "loc": {
        "start": {
          "line": 152,
          "column": 8
        },
        "end": {
          "line": 152,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4450,
      "end": 4451,
      "loc": {
        "start": {
          "line": 152,
          "column": 9
        },
        "end": {
          "line": 152,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4451,
      "end": 4455,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 14
        }
      }
    },
    {
      "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": 4456,
      "end": 4466,
      "loc": {
        "start": {
          "line": 152,
          "column": 15
        },
        "end": {
          "line": 152,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 4467,
      "end": 4472,
      "loc": {
        "start": {
          "line": 152,
          "column": 26
        },
        "end": {
          "line": 152,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4472,
      "end": 4473,
      "loc": {
        "start": {
          "line": 152,
          "column": 31
        },
        "end": {
          "line": 152,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4473,
      "end": 4474,
      "loc": {
        "start": {
          "line": 152,
          "column": 32
        },
        "end": {
          "line": 152,
          "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": 4475,
      "end": 4481,
      "loc": {
        "start": {
          "line": 152,
          "column": 34
        },
        "end": {
          "line": 152,
          "column": 40
        }
      }
    },
    {
      "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": 4482,
      "end": 4485,
      "loc": {
        "start": {
          "line": 152,
          "column": 41
        },
        "end": {
          "line": 152,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 4486,
      "end": 4491,
      "loc": {
        "start": {
          "line": 152,
          "column": 45
        },
        "end": {
          "line": 152,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4491,
      "end": 4492,
      "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": "length",
      "start": 4492,
      "end": 4498,
      "loc": {
        "start": {
          "line": 152,
          "column": 51
        },
        "end": {
          "line": 152,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4498,
      "end": 4499,
      "loc": {
        "start": {
          "line": 152,
          "column": 57
        },
        "end": {
          "line": 152,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimals",
      "start": 4500,
      "end": 4508,
      "loc": {
        "start": {
          "line": 152,
          "column": 59
        },
        "end": {
          "line": 152,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4508,
      "end": 4509,
      "loc": {
        "start": {
          "line": 152,
          "column": 67
        },
        "end": {
          "line": 152,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4509,
      "end": 4510,
      "loc": {
        "start": {
          "line": 152,
          "column": 68
        },
        "end": {
          "line": 152,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 4515,
      "end": 4524,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4524,
      "end": 4525,
      "loc": {
        "start": {
          "line": 153,
          "column": 13
        },
        "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": "FLOAT",
      "start": 4525,
      "end": 4530,
      "loc": {
        "start": {
          "line": 153,
          "column": 14
        },
        "end": {
          "line": 153,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4530,
      "end": 4531,
      "loc": {
        "start": {
          "line": 153,
          "column": 19
        },
        "end": {
          "line": 153,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 4531,
      "end": 4536,
      "loc": {
        "start": {
          "line": 153,
          "column": 20
        },
        "end": {
          "line": 153,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4536,
      "end": 4537,
      "loc": {
        "start": {
          "line": 153,
          "column": 25
        },
        "end": {
          "line": 153,
          "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": 4537,
      "end": 4541,
      "loc": {
        "start": {
          "line": 153,
          "column": 26
        },
        "end": {
          "line": 153,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4541,
      "end": 4542,
      "loc": {
        "start": {
          "line": 153,
          "column": 30
        },
        "end": {
          "line": 153,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 4543,
      "end": 4552,
      "loc": {
        "start": {
          "line": 153,
          "column": 32
        },
        "end": {
          "line": 153,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4552,
      "end": 4553,
      "loc": {
        "start": {
          "line": 153,
          "column": 41
        },
        "end": {
          "line": 153,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4553,
      "end": 4554,
      "loc": {
        "start": {
          "line": 153,
          "column": 42
        },
        "end": {
          "line": 153,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4557,
      "end": 4558,
      "loc": {
        "start": {
          "line": 154,
          "column": 2
        },
        "end": {
          "line": 154,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 4561,
      "end": 4569,
      "loc": {
        "start": {
          "line": 155,
          "column": 2
        },
        "end": {
          "line": 155,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4569,
      "end": 4570,
      "loc": {
        "start": {
          "line": 155,
          "column": 10
        },
        "end": {
          "line": 155,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 4570,
      "end": 4575,
      "loc": {
        "start": {
          "line": 155,
          "column": 11
        },
        "end": {
          "line": 155,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4575,
      "end": 4576,
      "loc": {
        "start": {
          "line": 155,
          "column": 16
        },
        "end": {
          "line": 155,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 4577,
      "end": 4586,
      "loc": {
        "start": {
          "line": 155,
          "column": 18
        },
        "end": {
          "line": 155,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4586,
      "end": 4587,
      "loc": {
        "start": {
          "line": 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": "FLOAT",
      "start": 4587,
      "end": 4592,
      "loc": {
        "start": {
          "line": 155,
          "column": 28
        },
        "end": {
          "line": 155,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4592,
      "end": 4593,
      "loc": {
        "start": {
          "line": 155,
          "column": 33
        },
        "end": {
          "line": 155,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4593,
      "end": 4594,
      "loc": {
        "start": {
          "line": 155,
          "column": 34
        },
        "end": {
          "line": 155,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 4597,
      "end": 4602,
      "loc": {
        "start": {
          "line": 156,
          "column": 2
        },
        "end": {
          "line": 156,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4602,
      "end": 4603,
      "loc": {
        "start": {
          "line": 156,
          "column": 7
        },
        "end": {
          "line": 156,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4603,
      "end": 4612,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4612,
      "end": 4613,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4613,
      "end": 4618,
      "loc": {
        "start": {
          "line": 156,
          "column": 18
        },
        "end": {
          "line": 156,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4619,
      "end": 4620,
      "loc": {
        "start": {
          "line": 156,
          "column": 24
        },
        "end": {
          "line": 156,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4621,
      "end": 4629,
      "loc": {
        "start": {
          "line": 156,
          "column": 26
        },
        "end": {
          "line": 156,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4630,
      "end": 4635,
      "loc": {
        "start": {
          "line": 156,
          "column": 35
        },
        "end": {
          "line": 156,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4635,
      "end": 4636,
      "loc": {
        "start": {
          "line": 156,
          "column": 40
        },
        "end": {
          "line": 156,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4636,
      "end": 4637,
      "loc": {
        "start": {
          "line": 156,
          "column": 41
        },
        "end": {
          "line": 156,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4638,
      "end": 4639,
      "loc": {
        "start": {
          "line": 156,
          "column": 43
        },
        "end": {
          "line": 156,
          "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": 4644,
      "end": 4650,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 4651,
      "end": 4657,
      "loc": {
        "start": {
          "line": 157,
          "column": 11
        },
        "end": {
          "line": 157,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4657,
      "end": 4658,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4658,
      "end": 4667,
      "loc": {
        "start": {
          "line": 157,
          "column": 18
        },
        "end": {
          "line": 157,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4667,
      "end": 4668,
      "loc": {
        "start": {
          "line": 157,
          "column": 27
        },
        "end": {
          "line": 157,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4668,
      "end": 4673,
      "loc": {
        "start": {
          "line": 157,
          "column": 28
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4673,
      "end": 4674,
      "loc": {
        "start": {
          "line": 157,
          "column": 33
        },
        "end": {
          "line": 157,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 4674,
      "end": 4678,
      "loc": {
        "start": {
          "line": 157,
          "column": 34
        },
        "end": {
          "line": 157,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4678,
      "end": 4679,
      "loc": {
        "start": {
          "line": 157,
          "column": 38
        },
        "end": {
          "line": 157,
          "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": 4679,
      "end": 4683,
      "loc": {
        "start": {
          "line": 157,
          "column": 39
        },
        "end": {
          "line": 157,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4683,
      "end": 4684,
      "loc": {
        "start": {
          "line": 157,
          "column": 43
        },
        "end": {
          "line": 157,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4684,
      "end": 4685,
      "loc": {
        "start": {
          "line": 157,
          "column": 44
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4688,
      "end": 4689,
      "loc": {
        "start": {
          "line": 158,
          "column": 2
        },
        "end": {
          "line": 158,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4689,
      "end": 4690,
      "loc": {
        "start": {
          "line": 158,
          "column": 3
        },
        "end": {
          "line": 158,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4694,
      "end": 4702,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 160,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 4703,
      "end": 4709,
      "loc": {
        "start": {
          "line": 160,
          "column": 11
        },
        "end": {
          "line": 160,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4709,
      "end": 4710,
      "loc": {
        "start": {
          "line": 160,
          "column": 17
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4710,
      "end": 4716,
      "loc": {
        "start": {
          "line": 160,
          "column": 18
        },
        "end": {
          "line": 160,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4716,
      "end": 4717,
      "loc": {
        "start": {
          "line": 160,
          "column": 24
        },
        "end": {
          "line": 160,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimals",
      "start": 4718,
      "end": 4726,
      "loc": {
        "start": {
          "line": 160,
          "column": 26
        },
        "end": {
          "line": 160,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4726,
      "end": 4727,
      "loc": {
        "start": {
          "line": 160,
          "column": 34
        },
        "end": {
          "line": 160,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4728,
      "end": 4729,
      "loc": {
        "start": {
          "line": 160,
          "column": 36
        },
        "end": {
          "line": 160,
          "column": 37
        }
      }
    },
    {
      "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": 4734,
      "end": 4736,
      "loc": {
        "start": {
          "line": 161,
          "column": 4
        },
        "end": {
          "line": 161,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4737,
      "end": 4738,
      "loc": {
        "start": {
          "line": 161,
          "column": 7
        },
        "end": {
          "line": 161,
          "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": 4738,
      "end": 4739,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4739,
      "end": 4740,
      "loc": {
        "start": {
          "line": 161,
          "column": 9
        },
        "end": {
          "line": 161,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4740,
      "end": 4744,
      "loc": {
        "start": {
          "line": 161,
          "column": 10
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "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": 4745,
      "end": 4755,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 4756,
      "end": 4762,
      "loc": {
        "start": {
          "line": 161,
          "column": 26
        },
        "end": {
          "line": 161,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4762,
      "end": 4763,
      "loc": {
        "start": {
          "line": 161,
          "column": 32
        },
        "end": {
          "line": 161,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4763,
      "end": 4764,
      "loc": {
        "start": {
          "line": 161,
          "column": 33
        },
        "end": {
          "line": 161,
          "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": 4765,
      "end": 4771,
      "loc": {
        "start": {
          "line": 161,
          "column": 35
        },
        "end": {
          "line": 161,
          "column": 41
        }
      }
    },
    {
      "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": 4772,
      "end": 4775,
      "loc": {
        "start": {
          "line": 161,
          "column": 42
        },
        "end": {
          "line": 161,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 4776,
      "end": 4782,
      "loc": {
        "start": {
          "line": 161,
          "column": 46
        },
        "end": {
          "line": 161,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4782,
      "end": 4783,
      "loc": {
        "start": {
          "line": 161,
          "column": 52
        },
        "end": {
          "line": 161,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4783,
      "end": 4789,
      "loc": {
        "start": {
          "line": 161,
          "column": 53
        },
        "end": {
          "line": 161,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4789,
      "end": 4790,
      "loc": {
        "start": {
          "line": 161,
          "column": 59
        },
        "end": {
          "line": 161,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimals",
      "start": 4791,
      "end": 4799,
      "loc": {
        "start": {
          "line": 161,
          "column": 61
        },
        "end": {
          "line": 161,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4799,
      "end": 4800,
      "loc": {
        "start": {
          "line": 161,
          "column": 69
        },
        "end": {
          "line": 161,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4800,
      "end": 4801,
      "loc": {
        "start": {
          "line": 161,
          "column": 70
        },
        "end": {
          "line": 161,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 4806,
      "end": 4815,
      "loc": {
        "start": {
          "line": 162,
          "column": 4
        },
        "end": {
          "line": 162,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4815,
      "end": 4816,
      "loc": {
        "start": {
          "line": 162,
          "column": 13
        },
        "end": {
          "line": 162,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 4816,
      "end": 4822,
      "loc": {
        "start": {
          "line": 162,
          "column": 14
        },
        "end": {
          "line": 162,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4822,
      "end": 4823,
      "loc": {
        "start": {
          "line": 162,
          "column": 20
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 4823,
      "end": 4828,
      "loc": {
        "start": {
          "line": 162,
          "column": 21
        },
        "end": {
          "line": 162,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4828,
      "end": 4829,
      "loc": {
        "start": {
          "line": 162,
          "column": 26
        },
        "end": {
          "line": 162,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4829,
      "end": 4833,
      "loc": {
        "start": {
          "line": 162,
          "column": 27
        },
        "end": {
          "line": 162,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4833,
      "end": 4834,
      "loc": {
        "start": {
          "line": 162,
          "column": 31
        },
        "end": {
          "line": 162,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 4835,
      "end": 4844,
      "loc": {
        "start": {
          "line": 162,
          "column": 33
        },
        "end": {
          "line": 162,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4844,
      "end": 4845,
      "loc": {
        "start": {
          "line": 162,
          "column": 42
        },
        "end": {
          "line": 162,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4845,
      "end": 4846,
      "loc": {
        "start": {
          "line": 162,
          "column": 43
        },
        "end": {
          "line": 162,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4849,
      "end": 4850,
      "loc": {
        "start": {
          "line": 163,
          "column": 2
        },
        "end": {
          "line": 163,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 4853,
      "end": 4861,
      "loc": {
        "start": {
          "line": 164,
          "column": 2
        },
        "end": {
          "line": 164,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4861,
      "end": 4862,
      "loc": {
        "start": {
          "line": 164,
          "column": 10
        },
        "end": {
          "line": 164,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 4862,
      "end": 4868,
      "loc": {
        "start": {
          "line": 164,
          "column": 11
        },
        "end": {
          "line": 164,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4868,
      "end": 4869,
      "loc": {
        "start": {
          "line": 164,
          "column": 17
        },
        "end": {
          "line": 164,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 4870,
      "end": 4879,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4879,
      "end": 4880,
      "loc": {
        "start": {
          "line": 164,
          "column": 28
        },
        "end": {
          "line": 164,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 4880,
      "end": 4886,
      "loc": {
        "start": {
          "line": 164,
          "column": 29
        },
        "end": {
          "line": 164,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4886,
      "end": 4887,
      "loc": {
        "start": {
          "line": 164,
          "column": 35
        },
        "end": {
          "line": 164,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4887,
      "end": 4888,
      "loc": {
        "start": {
          "line": 164,
          "column": 36
        },
        "end": {
          "line": 164,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 4891,
      "end": 4897,
      "loc": {
        "start": {
          "line": 165,
          "column": 2
        },
        "end": {
          "line": 165,
          "column": 8
        }
      }
    },
    {
      "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": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4898,
      "end": 4907,
      "loc": {
        "start": {
          "line": 165,
          "column": 9
        },
        "end": {
          "line": 165,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4907,
      "end": 4908,
      "loc": {
        "start": {
          "line": 165,
          "column": 18
        },
        "end": {
          "line": 165,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4908,
      "end": 4913,
      "loc": {
        "start": {
          "line": 165,
          "column": 19
        },
        "end": {
          "line": 165,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4914,
      "end": 4915,
      "loc": {
        "start": {
          "line": 165,
          "column": 25
        },
        "end": {
          "line": 165,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4916,
      "end": 4924,
      "loc": {
        "start": {
          "line": 165,
          "column": 27
        },
        "end": {
          "line": 165,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4925,
      "end": 4930,
      "loc": {
        "start": {
          "line": 165,
          "column": 36
        },
        "end": {
          "line": 165,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4930,
      "end": 4931,
      "loc": {
        "start": {
          "line": 165,
          "column": 41
        },
        "end": {
          "line": 165,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4931,
      "end": 4932,
      "loc": {
        "start": {
          "line": 165,
          "column": 42
        },
        "end": {
          "line": 165,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4933,
      "end": 4934,
      "loc": {
        "start": {
          "line": 165,
          "column": 44
        },
        "end": {
          "line": 165,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4939,
      "end": 4945,
      "loc": {
        "start": {
          "line": 166,
          "column": 4
        },
        "end": {
          "line": 166,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 4946,
      "end": 4952,
      "loc": {
        "start": {
          "line": 166,
          "column": 11
        },
        "end": {
          "line": 166,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4952,
      "end": 4953,
      "loc": {
        "start": {
          "line": 166,
          "column": 17
        },
        "end": {
          "line": 166,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 4953,
      "end": 4962,
      "loc": {
        "start": {
          "line": 166,
          "column": 18
        },
        "end": {
          "line": 166,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4962,
      "end": 4963,
      "loc": {
        "start": {
          "line": 166,
          "column": 27
        },
        "end": {
          "line": 166,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 4963,
      "end": 4968,
      "loc": {
        "start": {
          "line": 166,
          "column": 28
        },
        "end": {
          "line": 166,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4968,
      "end": 4969,
      "loc": {
        "start": {
          "line": 166,
          "column": 33
        },
        "end": {
          "line": 166,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 4969,
      "end": 4973,
      "loc": {
        "start": {
          "line": 166,
          "column": 34
        },
        "end": {
          "line": 166,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4973,
      "end": 4974,
      "loc": {
        "start": {
          "line": 166,
          "column": 38
        },
        "end": {
          "line": 166,
          "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": 4974,
      "end": 4978,
      "loc": {
        "start": {
          "line": 166,
          "column": 39
        },
        "end": {
          "line": 166,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4978,
      "end": 4979,
      "loc": {
        "start": {
          "line": 166,
          "column": 43
        },
        "end": {
          "line": 166,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 166,
          "column": 44
        },
        "end": {
          "line": 166,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4983,
      "end": 4984,
      "loc": {
        "start": {
          "line": 167,
          "column": 2
        },
        "end": {
          "line": 167,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4984,
      "end": 4985,
      "loc": {
        "start": {
          "line": 167,
          "column": 3
        },
        "end": {
          "line": 167,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4989,
      "end": 4997,
      "loc": {
        "start": {
          "line": 169,
          "column": 2
        },
        "end": {
          "line": 169,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 4998,
      "end": 5002,
      "loc": {
        "start": {
          "line": 169,
          "column": 11
        },
        "end": {
          "line": 169,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5002,
      "end": 5003,
      "loc": {
        "start": {
          "line": 169,
          "column": 15
        },
        "end": {
          "line": 169,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5003,
      "end": 5009,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5009,
      "end": 5010,
      "loc": {
        "start": {
          "line": 169,
          "column": 22
        },
        "end": {
          "line": 169,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimals",
      "start": 5011,
      "end": 5019,
      "loc": {
        "start": {
          "line": 169,
          "column": 24
        },
        "end": {
          "line": 169,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5019,
      "end": 5020,
      "loc": {
        "start": {
          "line": 169,
          "column": 32
        },
        "end": {
          "line": 169,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5021,
      "end": 5022,
      "loc": {
        "start": {
          "line": 169,
          "column": 34
        },
        "end": {
          "line": 169,
          "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": 5027,
      "end": 5029,
      "loc": {
        "start": {
          "line": 170,
          "column": 4
        },
        "end": {
          "line": 170,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5030,
      "end": 5031,
      "loc": {
        "start": {
          "line": 170,
          "column": 7
        },
        "end": {
          "line": 170,
          "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": 5031,
      "end": 5032,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5032,
      "end": 5033,
      "loc": {
        "start": {
          "line": 170,
          "column": 9
        },
        "end": {
          "line": 170,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5033,
      "end": 5037,
      "loc": {
        "start": {
          "line": 170,
          "column": 10
        },
        "end": {
          "line": 170,
          "column": 14
        }
      }
    },
    {
      "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": 5038,
      "end": 5048,
      "loc": {
        "start": {
          "line": 170,
          "column": 15
        },
        "end": {
          "line": 170,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 5049,
      "end": 5053,
      "loc": {
        "start": {
          "line": 170,
          "column": 26
        },
        "end": {
          "line": 170,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5053,
      "end": 5054,
      "loc": {
        "start": {
          "line": 170,
          "column": 30
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5054,
      "end": 5055,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 32
        }
      }
    },
    {
      "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": 5056,
      "end": 5062,
      "loc": {
        "start": {
          "line": 170,
          "column": 33
        },
        "end": {
          "line": 170,
          "column": 39
        }
      }
    },
    {
      "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": 5063,
      "end": 5066,
      "loc": {
        "start": {
          "line": 170,
          "column": 40
        },
        "end": {
          "line": 170,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 5067,
      "end": 5071,
      "loc": {
        "start": {
          "line": 170,
          "column": 44
        },
        "end": {
          "line": 170,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5071,
      "end": 5072,
      "loc": {
        "start": {
          "line": 170,
          "column": 48
        },
        "end": {
          "line": 170,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5072,
      "end": 5078,
      "loc": {
        "start": {
          "line": 170,
          "column": 49
        },
        "end": {
          "line": 170,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5078,
      "end": 5079,
      "loc": {
        "start": {
          "line": 170,
          "column": 55
        },
        "end": {
          "line": 170,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "decimals",
      "start": 5080,
      "end": 5088,
      "loc": {
        "start": {
          "line": 170,
          "column": 57
        },
        "end": {
          "line": 170,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5088,
      "end": 5089,
      "loc": {
        "start": {
          "line": 170,
          "column": 65
        },
        "end": {
          "line": 170,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5089,
      "end": 5090,
      "loc": {
        "start": {
          "line": 170,
          "column": 66
        },
        "end": {
          "line": 170,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 5095,
      "end": 5104,
      "loc": {
        "start": {
          "line": 171,
          "column": 4
        },
        "end": {
          "line": 171,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5104,
      "end": 5105,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 5105,
      "end": 5109,
      "loc": {
        "start": {
          "line": 171,
          "column": 14
        },
        "end": {
          "line": 171,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5109,
      "end": 5110,
      "loc": {
        "start": {
          "line": 171,
          "column": 18
        },
        "end": {
          "line": 171,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 5110,
      "end": 5115,
      "loc": {
        "start": {
          "line": 171,
          "column": 19
        },
        "end": {
          "line": 171,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5115,
      "end": 5116,
      "loc": {
        "start": {
          "line": 171,
          "column": 24
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5116,
      "end": 5120,
      "loc": {
        "start": {
          "line": 171,
          "column": 25
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5120,
      "end": 5121,
      "loc": {
        "start": {
          "line": 171,
          "column": 29
        },
        "end": {
          "line": 171,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 5122,
      "end": 5131,
      "loc": {
        "start": {
          "line": 171,
          "column": 31
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5131,
      "end": 5132,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5132,
      "end": 5133,
      "loc": {
        "start": {
          "line": 171,
          "column": 41
        },
        "end": {
          "line": 171,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5136,
      "end": 5137,
      "loc": {
        "start": {
          "line": 172,
          "column": 2
        },
        "end": {
          "line": 172,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 5140,
      "end": 5148,
      "loc": {
        "start": {
          "line": 173,
          "column": 2
        },
        "end": {
          "line": 173,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5148,
      "end": 5149,
      "loc": {
        "start": {
          "line": 173,
          "column": 10
        },
        "end": {
          "line": 173,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 5149,
      "end": 5153,
      "loc": {
        "start": {
          "line": 173,
          "column": 11
        },
        "end": {
          "line": 173,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5153,
      "end": 5154,
      "loc": {
        "start": {
          "line": 173,
          "column": 15
        },
        "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": "BaseTypes",
      "start": 5155,
      "end": 5164,
      "loc": {
        "start": {
          "line": 173,
          "column": 17
        },
        "end": {
          "line": 173,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5164,
      "end": 5165,
      "loc": {
        "start": {
          "line": 173,
          "column": 26
        },
        "end": {
          "line": 173,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 5165,
      "end": 5169,
      "loc": {
        "start": {
          "line": 173,
          "column": 27
        },
        "end": {
          "line": 173,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5169,
      "end": 5170,
      "loc": {
        "start": {
          "line": 173,
          "column": 31
        },
        "end": {
          "line": 173,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5170,
      "end": 5171,
      "loc": {
        "start": {
          "line": 173,
          "column": 32
        },
        "end": {
          "line": 173,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 5174,
      "end": 5178,
      "loc": {
        "start": {
          "line": 174,
          "column": 2
        },
        "end": {
          "line": 174,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 174,
          "column": 6
        },
        "end": {
          "line": 174,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 5179,
      "end": 5188,
      "loc": {
        "start": {
          "line": 174,
          "column": 7
        },
        "end": {
          "line": 174,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5188,
      "end": 5189,
      "loc": {
        "start": {
          "line": 174,
          "column": 16
        },
        "end": {
          "line": 174,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 5189,
      "end": 5194,
      "loc": {
        "start": {
          "line": 174,
          "column": 17
        },
        "end": {
          "line": 174,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5195,
      "end": 5196,
      "loc": {
        "start": {
          "line": 174,
          "column": 23
        },
        "end": {
          "line": 174,
          "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": 5197,
      "end": 5205,
      "loc": {
        "start": {
          "line": 174,
          "column": 25
        },
        "end": {
          "line": 174,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 5206,
      "end": 5211,
      "loc": {
        "start": {
          "line": 174,
          "column": 34
        },
        "end": {
          "line": 174,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5211,
      "end": 5212,
      "loc": {
        "start": {
          "line": 174,
          "column": 39
        },
        "end": {
          "line": 174,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5212,
      "end": 5213,
      "loc": {
        "start": {
          "line": 174,
          "column": 40
        },
        "end": {
          "line": 174,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5214,
      "end": 5215,
      "loc": {
        "start": {
          "line": 174,
          "column": 42
        },
        "end": {
          "line": 174,
          "column": 43
        }
      }
    },
    {
      "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": 5220,
      "end": 5226,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "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": "NUMBER",
      "start": 5227,
      "end": 5233,
      "loc": {
        "start": {
          "line": 175,
          "column": 11
        },
        "end": {
          "line": 175,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5233,
      "end": 5234,
      "loc": {
        "start": {
          "line": 175,
          "column": 17
        },
        "end": {
          "line": 175,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 5234,
      "end": 5243,
      "loc": {
        "start": {
          "line": 175,
          "column": 18
        },
        "end": {
          "line": 175,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5243,
      "end": 5244,
      "loc": {
        "start": {
          "line": 175,
          "column": 27
        },
        "end": {
          "line": 175,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 5244,
      "end": 5249,
      "loc": {
        "start": {
          "line": 175,
          "column": 28
        },
        "end": {
          "line": 175,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5249,
      "end": 5250,
      "loc": {
        "start": {
          "line": 175,
          "column": 33
        },
        "end": {
          "line": 175,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 5250,
      "end": 5254,
      "loc": {
        "start": {
          "line": 175,
          "column": 34
        },
        "end": {
          "line": 175,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5254,
      "end": 5255,
      "loc": {
        "start": {
          "line": 175,
          "column": 38
        },
        "end": {
          "line": 175,
          "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": 5255,
      "end": 5259,
      "loc": {
        "start": {
          "line": 175,
          "column": 39
        },
        "end": {
          "line": 175,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5259,
      "end": 5260,
      "loc": {
        "start": {
          "line": 175,
          "column": 43
        },
        "end": {
          "line": 175,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5260,
      "end": 5261,
      "loc": {
        "start": {
          "line": 175,
          "column": 44
        },
        "end": {
          "line": 175,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5264,
      "end": 5265,
      "loc": {
        "start": {
          "line": 176,
          "column": 2
        },
        "end": {
          "line": 176,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5265,
      "end": 5266,
      "loc": {
        "start": {
          "line": 176,
          "column": 3
        },
        "end": {
          "line": 176,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5270,
      "end": 5271,
      "loc": {
        "start": {
          "line": 178,
          "column": 2
        },
        "end": {
          "line": 178,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 5271,
      "end": 5276,
      "loc": {
        "start": {
          "line": 178,
          "column": 3
        },
        "end": {
          "line": 178,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5276,
      "end": 5277,
      "loc": {
        "start": {
          "line": 178,
          "column": 8
        },
        "end": {
          "line": 178,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 5278,
      "end": 5284,
      "loc": {
        "start": {
          "line": 178,
          "column": 10
        },
        "end": {
          "line": 178,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5284,
      "end": 5285,
      "loc": {
        "start": {
          "line": 178,
          "column": 16
        },
        "end": {
          "line": 178,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 5286,
      "end": 5290,
      "loc": {
        "start": {
          "line": 178,
          "column": 18
        },
        "end": {
          "line": 178,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5290,
      "end": 5291,
      "loc": {
        "start": {
          "line": 178,
          "column": 22
        },
        "end": {
          "line": 178,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5291,
      "end": 5292,
      "loc": {
        "start": {
          "line": 178,
          "column": 23
        },
        "end": {
          "line": 178,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 5292,
      "end": 5299,
      "loc": {
        "start": {
          "line": 178,
          "column": 24
        },
        "end": {
          "line": 178,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5299,
      "end": 5300,
      "loc": {
        "start": {
          "line": 178,
          "column": 31
        },
        "end": {
          "line": 178,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "floating",
      "start": 5300,
      "end": 5308,
      "loc": {
        "start": {
          "line": 178,
          "column": 32
        },
        "end": {
          "line": 178,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5309,
      "end": 5311,
      "loc": {
        "start": {
          "line": 178,
          "column": 41
        },
        "end": {
          "line": 178,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5312,
      "end": 5313,
      "loc": {
        "start": {
          "line": 178,
          "column": 44
        },
        "end": {
          "line": 178,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "floating",
      "start": 5318,
      "end": 5326,
      "loc": {
        "start": {
          "line": 179,
          "column": 4
        },
        "end": {
          "line": 179,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5326,
      "end": 5327,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 5327,
      "end": 5332,
      "loc": {
        "start": {
          "line": 179,
          "column": 13
        },
        "end": {
          "line": 179,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5333,
      "end": 5334,
      "loc": {
        "start": {
          "line": 179,
          "column": 19
        },
        "end": {
          "line": 179,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 5335,
      "end": 5343,
      "loc": {
        "start": {
          "line": 179,
          "column": 21
        },
        "end": {
          "line": 179,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 5344,
      "end": 5349,
      "loc": {
        "start": {
          "line": 179,
          "column": 30
        },
        "end": {
          "line": 179,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5349,
      "end": 5350,
      "loc": {
        "start": {
          "line": 179,
          "column": 35
        },
        "end": {
          "line": 179,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5350,
      "end": 5355,
      "loc": {
        "start": {
          "line": 179,
          "column": 36
        },
        "end": {
          "line": 179,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5355,
      "end": 5356,
      "loc": {
        "start": {
          "line": 179,
          "column": 41
        },
        "end": {
          "line": 179,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5357,
      "end": 5358,
      "loc": {
        "start": {
          "line": 179,
          "column": 43
        },
        "end": {
          "line": 179,
          "column": 44
        }
      }
    },
    {
      "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": 5365,
      "end": 5367,
      "loc": {
        "start": {
          "line": 180,
          "column": 6
        },
        "end": {
          "line": 180,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5368,
      "end": 5369,
      "loc": {
        "start": {
          "line": 180,
          "column": 9
        },
        "end": {
          "line": 180,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5369,
      "end": 5370,
      "loc": {
        "start": {
          "line": 180,
          "column": 10
        },
        "end": {
          "line": 180,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5370,
      "end": 5371,
      "loc": {
        "start": {
          "line": 180,
          "column": 11
        },
        "end": {
          "line": 180,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isString",
      "start": 5371,
      "end": 5379,
      "loc": {
        "start": {
          "line": 180,
          "column": 12
        },
        "end": {
          "line": 180,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5379,
      "end": 5380,
      "loc": {
        "start": {
          "line": 180,
          "column": 20
        },
        "end": {
          "line": 180,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5380,
      "end": 5385,
      "loc": {
        "start": {
          "line": 180,
          "column": 21
        },
        "end": {
          "line": 180,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5385,
      "end": 5386,
      "loc": {
        "start": {
          "line": 180,
          "column": 26
        },
        "end": {
          "line": 180,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 180,
          "column": 27
        },
        "end": {
          "line": 180,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5388,
      "end": 5389,
      "loc": {
        "start": {
          "line": 180,
          "column": 29
        },
        "end": {
          "line": 180,
          "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": 5398,
      "end": 5400,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5401,
      "end": 5402,
      "loc": {
        "start": {
          "line": 181,
          "column": 11
        },
        "end": {
          "line": 181,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5402,
      "end": 5407,
      "loc": {
        "start": {
          "line": 181,
          "column": 12
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5408,
      "end": 5411,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "NaN",
      "start": 5412,
      "end": 5417,
      "loc": {
        "start": {
          "line": 181,
          "column": 22
        },
        "end": {
          "line": 181,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5417,
      "end": 5418,
      "loc": {
        "start": {
          "line": 181,
          "column": 27
        },
        "end": {
          "line": 181,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5419,
      "end": 5420,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "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": 5431,
      "end": 5437,
      "loc": {
        "start": {
          "line": 182,
          "column": 10
        },
        "end": {
          "line": 182,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NaN",
      "start": 5438,
      "end": 5441,
      "loc": {
        "start": {
          "line": 182,
          "column": 17
        },
        "end": {
          "line": 182,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5441,
      "end": 5442,
      "loc": {
        "start": {
          "line": 182,
          "column": 20
        },
        "end": {
          "line": 182,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5451,
      "end": 5452,
      "loc": {
        "start": {
          "line": 183,
          "column": 8
        },
        "end": {
          "line": 183,
          "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": 5453,
      "end": 5457,
      "loc": {
        "start": {
          "line": 183,
          "column": 10
        },
        "end": {
          "line": 183,
          "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": 5458,
      "end": 5460,
      "loc": {
        "start": {
          "line": 183,
          "column": 15
        },
        "end": {
          "line": 183,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5461,
      "end": 5462,
      "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": "value",
      "start": 5462,
      "end": 5467,
      "loc": {
        "start": {
          "line": 183,
          "column": 19
        },
        "end": {
          "line": 183,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5468,
      "end": 5471,
      "loc": {
        "start": {
          "line": 183,
          "column": 25
        },
        "end": {
          "line": 183,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Infinity",
      "start": 5472,
      "end": 5482,
      "loc": {
        "start": {
          "line": 183,
          "column": 29
        },
        "end": {
          "line": 183,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5482,
      "end": 5483,
      "loc": {
        "start": {
          "line": 183,
          "column": 39
        },
        "end": {
          "line": 183,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5484,
      "end": 5485,
      "loc": {
        "start": {
          "line": 183,
          "column": 41
        },
        "end": {
          "line": 183,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5496,
      "end": 5502,
      "loc": {
        "start": {
          "line": 184,
          "column": 10
        },
        "end": {
          "line": 184,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Infinity",
      "start": 5503,
      "end": 5511,
      "loc": {
        "start": {
          "line": 184,
          "column": 17
        },
        "end": {
          "line": 184,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5511,
      "end": 5512,
      "loc": {
        "start": {
          "line": 184,
          "column": 25
        },
        "end": {
          "line": 184,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5521,
      "end": 5522,
      "loc": {
        "start": {
          "line": 185,
          "column": 8
        },
        "end": {
          "line": 185,
          "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": 5523,
      "end": 5527,
      "loc": {
        "start": {
          "line": 185,
          "column": 10
        },
        "end": {
          "line": 185,
          "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": 5528,
      "end": 5530,
      "loc": {
        "start": {
          "line": 185,
          "column": 15
        },
        "end": {
          "line": 185,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5531,
      "end": 5532,
      "loc": {
        "start": {
          "line": 185,
          "column": 18
        },
        "end": {
          "line": 185,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5532,
      "end": 5537,
      "loc": {
        "start": {
          "line": 185,
          "column": 19
        },
        "end": {
          "line": 185,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5538,
      "end": 5541,
      "loc": {
        "start": {
          "line": 185,
          "column": 25
        },
        "end": {
          "line": 185,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-Infinity",
      "start": 5542,
      "end": 5553,
      "loc": {
        "start": {
          "line": 185,
          "column": 29
        },
        "end": {
          "line": 185,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5553,
      "end": 5554,
      "loc": {
        "start": {
          "line": 185,
          "column": 40
        },
        "end": {
          "line": 185,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5555,
      "end": 5556,
      "loc": {
        "start": {
          "line": 185,
          "column": 42
        },
        "end": {
          "line": 185,
          "column": 43
        }
      }
    },
    {
      "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": 5567,
      "end": 5573,
      "loc": {
        "start": {
          "line": 186,
          "column": 10
        },
        "end": {
          "line": 186,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5574,
      "end": 5575,
      "loc": {
        "start": {
          "line": 186,
          "column": 17
        },
        "end": {
          "line": 186,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Infinity",
      "start": 5575,
      "end": 5583,
      "loc": {
        "start": {
          "line": 186,
          "column": 18
        },
        "end": {
          "line": 186,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5583,
      "end": 5584,
      "loc": {
        "start": {
          "line": 186,
          "column": 26
        },
        "end": {
          "line": 186,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5593,
      "end": 5594,
      "loc": {
        "start": {
          "line": 187,
          "column": 8
        },
        "end": {
          "line": 187,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5601,
      "end": 5602,
      "loc": {
        "start": {
          "line": 188,
          "column": 6
        },
        "end": {
          "line": 188,
          "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": 5609,
      "end": 5615,
      "loc": {
        "start": {
          "line": 189,
          "column": 6
        },
        "end": {
          "line": 189,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5616,
      "end": 5621,
      "loc": {
        "start": {
          "line": 189,
          "column": 13
        },
        "end": {
          "line": 189,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5621,
      "end": 5622,
      "loc": {
        "start": {
          "line": 189,
          "column": 18
        },
        "end": {
          "line": 189,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5627,
      "end": 5628,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 190,
          "column": 5
        },
        "end": {
          "line": 190,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5632,
      "end": 5633,
      "loc": {
        "start": {
          "line": 191,
          "column": 2
        },
        "end": {
          "line": 191,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5633,
      "end": 5634,
      "loc": {
        "start": {
          "line": 191,
          "column": 3
        },
        "end": {
          "line": 191,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5634,
      "end": 5635,
      "loc": {
        "start": {
          "line": 191,
          "column": 4
        },
        "end": {
          "line": 191,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 5639,
      "end": 5647,
      "loc": {
        "start": {
          "line": 193,
          "column": 2
        },
        "end": {
          "line": 193,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5648,
      "end": 5652,
      "loc": {
        "start": {
          "line": 193,
          "column": 11
        },
        "end": {
          "line": 193,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5652,
      "end": 5653,
      "loc": {
        "start": {
          "line": 193,
          "column": 15
        },
        "end": {
          "line": 193,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5653,
      "end": 5654,
      "loc": {
        "start": {
          "line": 193,
          "column": 16
        },
        "end": {
          "line": 193,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5655,
      "end": 5656,
      "loc": {
        "start": {
          "line": 193,
          "column": 18
        },
        "end": {
          "line": 193,
          "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": 5661,
      "end": 5663,
      "loc": {
        "start": {
          "line": 194,
          "column": 4
        },
        "end": {
          "line": 194,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5664,
      "end": 5665,
      "loc": {
        "start": {
          "line": 194,
          "column": 7
        },
        "end": {
          "line": 194,
          "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": 5665,
      "end": 5666,
      "loc": {
        "start": {
          "line": 194,
          "column": 8
        },
        "end": {
          "line": 194,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5666,
      "end": 5667,
      "loc": {
        "start": {
          "line": 194,
          "column": 9
        },
        "end": {
          "line": 194,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5667,
      "end": 5671,
      "loc": {
        "start": {
          "line": 194,
          "column": 10
        },
        "end": {
          "line": 194,
          "column": 14
        }
      }
    },
    {
      "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": 5672,
      "end": 5682,
      "loc": {
        "start": {
          "line": 194,
          "column": 15
        },
        "end": {
          "line": 194,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5683,
      "end": 5687,
      "loc": {
        "start": {
          "line": 194,
          "column": 26
        },
        "end": {
          "line": 194,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5687,
      "end": 5688,
      "loc": {
        "start": {
          "line": 194,
          "column": 30
        },
        "end": {
          "line": 194,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5688,
      "end": 5689,
      "loc": {
        "start": {
          "line": 194,
          "column": 31
        },
        "end": {
          "line": 194,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5690,
      "end": 5691,
      "loc": {
        "start": {
          "line": 194,
          "column": 33
        },
        "end": {
          "line": 194,
          "column": 34
        }
      }
    },
    {
      "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": 5698,
      "end": 5703,
      "loc": {
        "start": {
          "line": 195,
          "column": 6
        },
        "end": {
          "line": 195,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 5704,
      "end": 5707,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5708,
      "end": 5709,
      "loc": {
        "start": {
          "line": 195,
          "column": 16
        },
        "end": {
          "line": 195,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 5710,
      "end": 5716,
      "loc": {
        "start": {
          "line": 195,
          "column": 18
        },
        "end": {
          "line": 195,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5716,
      "end": 5717,
      "loc": {
        "start": {
          "line": 195,
          "column": 24
        },
        "end": {
          "line": 195,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "create",
      "start": 5717,
      "end": 5723,
      "loc": {
        "start": {
          "line": 195,
          "column": 25
        },
        "end": {
          "line": 195,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5723,
      "end": 5724,
      "loc": {
        "start": {
          "line": 195,
          "column": 31
        },
        "end": {
          "line": 195,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5724,
      "end": 5728,
      "loc": {
        "start": {
          "line": 195,
          "column": 32
        },
        "end": {
          "line": 195,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5728,
      "end": 5729,
      "loc": {
        "start": {
          "line": 195,
          "column": 36
        },
        "end": {
          "line": 195,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 5729,
      "end": 5738,
      "loc": {
        "start": {
          "line": 195,
          "column": 37
        },
        "end": {
          "line": 195,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5738,
      "end": 5739,
      "loc": {
        "start": {
          "line": 195,
          "column": 46
        },
        "end": {
          "line": 195,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5739,
      "end": 5740,
      "loc": {
        "start": {
          "line": 195,
          "column": 47
        },
        "end": {
          "line": 195,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5747,
      "end": 5751,
      "loc": {
        "start": {
          "line": 196,
          "column": 6
        },
        "end": {
          "line": 196,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5751,
      "end": 5752,
      "loc": {
        "start": {
          "line": 196,
          "column": 10
        },
        "end": {
          "line": 196,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 5752,
      "end": 5757,
      "loc": {
        "start": {
          "line": 196,
          "column": 11
        },
        "end": {
          "line": 196,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5757,
      "end": 5758,
      "loc": {
        "start": {
          "line": 196,
          "column": 16
        },
        "end": {
          "line": 196,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 5758,
      "end": 5761,
      "loc": {
        "start": {
          "line": 196,
          "column": 17
        },
        "end": {
          "line": 196,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5761,
      "end": 5762,
      "loc": {
        "start": {
          "line": 196,
          "column": 20
        },
        "end": {
          "line": 196,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 5763,
      "end": 5772,
      "loc": {
        "start": {
          "line": 196,
          "column": 22
        },
        "end": {
          "line": 196,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5772,
      "end": 5773,
      "loc": {
        "start": {
          "line": 196,
          "column": 31
        },
        "end": {
          "line": 196,
          "column": 32
        }
      }
    },
    {
      "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": 196,
          "column": 32
        },
        "end": {
          "line": 196,
          "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": 5781,
      "end": 5787,
      "loc": {
        "start": {
          "line": 197,
          "column": 6
        },
        "end": {
          "line": 197,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 5788,
      "end": 5791,
      "loc": {
        "start": {
          "line": 197,
          "column": 13
        },
        "end": {
          "line": 197,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5791,
      "end": 5792,
      "loc": {
        "start": {
          "line": 197,
          "column": 16
        },
        "end": {
          "line": 197,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5797,
      "end": 5798,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 5803,
      "end": 5812,
      "loc": {
        "start": {
          "line": 199,
          "column": 4
        },
        "end": {
          "line": 199,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5812,
      "end": 5813,
      "loc": {
        "start": {
          "line": 199,
          "column": 13
        },
        "end": {
          "line": 199,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5813,
      "end": 5817,
      "loc": {
        "start": {
          "line": 199,
          "column": 14
        },
        "end": {
          "line": 199,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5817,
      "end": 5818,
      "loc": {
        "start": {
          "line": 199,
          "column": 18
        },
        "end": {
          "line": 199,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 5818,
      "end": 5823,
      "loc": {
        "start": {
          "line": 199,
          "column": 19
        },
        "end": {
          "line": 199,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5823,
      "end": 5824,
      "loc": {
        "start": {
          "line": 199,
          "column": 24
        },
        "end": {
          "line": 199,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5824,
      "end": 5828,
      "loc": {
        "start": {
          "line": 199,
          "column": 25
        },
        "end": {
          "line": 199,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5828,
      "end": 5829,
      "loc": {
        "start": {
          "line": 199,
          "column": 29
        },
        "end": {
          "line": 199,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "arguments",
      "start": 5830,
      "end": 5839,
      "loc": {
        "start": {
          "line": 199,
          "column": 31
        },
        "end": {
          "line": 199,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5839,
      "end": 5840,
      "loc": {
        "start": {
          "line": 199,
          "column": 40
        },
        "end": {
          "line": 199,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5840,
      "end": 5841,
      "loc": {
        "start": {
          "line": 199,
          "column": 41
        },
        "end": {
          "line": 199,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5844,
      "end": 5845,
      "loc": {
        "start": {
          "line": 200,
          "column": 2
        },
        "end": {
          "line": 200,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inherits",
      "start": 5848,
      "end": 5856,
      "loc": {
        "start": {
          "line": 201,
          "column": 2
        },
        "end": {
          "line": 201,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5856,
      "end": 5857,
      "loc": {
        "start": {
          "line": 201,
          "column": 10
        },
        "end": {
          "line": 201,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5857,
      "end": 5861,
      "loc": {
        "start": {
          "line": 201,
          "column": 11
        },
        "end": {
          "line": 201,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5861,
      "end": 5862,
      "loc": {
        "start": {
          "line": 201,
          "column": 15
        },
        "end": {
          "line": 201,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseTypes",
      "start": 5863,
      "end": 5872,
      "loc": {
        "start": {
          "line": 201,
          "column": 17
        },
        "end": {
          "line": 201,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5872,
      "end": 5873,
      "loc": {
        "start": {
          "line": 201,
          "column": 26
        },
        "end": {
          "line": 201,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5873,
      "end": 5877,
      "loc": {
        "start": {
          "line": 201,
          "column": 27
        },
        "end": {
          "line": 201,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5877,
      "end": 5878,
      "loc": {
        "start": {
          "line": 201,
          "column": 31
        },
        "end": {
          "line": 201,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5878,
      "end": 5879,
      "loc": {
        "start": {
          "line": 201,
          "column": 32
        },
        "end": {
          "line": 201,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 5883,
      "end": 5887,
      "loc": {
        "start": {
          "line": 203,
          "column": 2
        },
        "end": {
          "line": 203,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5887,
      "end": 5888,
      "loc": {
        "start": {
          "line": 203,
          "column": 6
        },
        "end": {
          "line": 203,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 5888,
      "end": 5897,
      "loc": {
        "start": {
          "line": 203,
          "column": 7
        },
        "end": {
          "line": 203,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5897,
      "end": 5898,
      "loc": {
        "start": {
          "line": 203,
          "column": 16
        },
        "end": {
          "line": 203,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 5898,
      "end": 5903,
      "loc": {
        "start": {
          "line": 203,
          "column": 17
        },
        "end": {
          "line": 203,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5904,
      "end": 5905,
      "loc": {
        "start": {
          "line": 203,
          "column": 23
        },
        "end": {
          "line": 203,
          "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": 5906,
      "end": 5914,
      "loc": {
        "start": {
          "line": 203,
          "column": 25
        },
        "end": {
          "line": 203,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toSql",
      "start": 5915,
      "end": 5920,
      "loc": {
        "start": {
          "line": 203,
          "column": 34
        },
        "end": {
          "line": 203,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5920,
      "end": 5921,
      "loc": {
        "start": {
          "line": 203,
          "column": 39
        },
        "end": {
          "line": 203,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5921,
      "end": 5922,
      "loc": {
        "start": {
          "line": 203,
          "column": 40
        },
        "end": {
          "line": 203,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5923,
      "end": 5924,
      "loc": {
        "start": {
          "line": 203,
          "column": 42
        },
        "end": {
          "line": 203,
          "column": 43
        }
      }
    },
    {
      "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": 5929,
      "end": 5935,
      "loc": {
        "start": {
          "line": 204,
          "column": 4
        },
        "end": {
          "line": 204,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TEXT",
      "start": 5936,
      "end": 5942,
      "loc": {
        "start": {
          "line": 204,
          "column": 11
        },
        "end": {
          "line": 204,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5942,
      "end": 5943,
      "loc": {
        "start": {
          "line": 204,
          "column": 17
        },
        "end": {
          "line": 204,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5946,
      "end": 5947,
      "loc": {
        "start": {
          "line": 205,
          "column": 2
        },
        "end": {
          "line": 205,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5947,
      "end": 5948,
      "loc": {
        "start": {
          "line": 205,
          "column": 3
        },
        "end": {
          "line": 205,
          "column": 4
        }
      }
    },
    {
      "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": 5952,
      "end": 5957,
      "loc": {
        "start": {
          "line": 207,
          "column": 2
        },
        "end": {
          "line": 207,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 5958,
      "end": 5965,
      "loc": {
        "start": {
          "line": 207,
          "column": 8
        },
        "end": {
          "line": 207,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5966,
      "end": 5967,
      "loc": {
        "start": {
          "line": 207,
          "column": 16
        },
        "end": {
          "line": 207,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5968,
      "end": 5969,
      "loc": {
        "start": {
          "line": 207,
          "column": 18
        },
        "end": {
          "line": 207,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATE",
      "start": 5974,
      "end": 5978,
      "loc": {
        "start": {
          "line": 208,
          "column": 4
        },
        "end": {
          "line": 208,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5978,
      "end": 5979,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DATEONLY",
      "start": 5984,
      "end": 5992,
      "loc": {
        "start": {
          "line": 209,
          "column": 4
        },
        "end": {
          "line": 209,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5992,
      "end": 5993,
      "loc": {
        "start": {
          "line": 209,
          "column": 12
        },
        "end": {
          "line": 209,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 5998,
      "end": 6004,
      "loc": {
        "start": {
          "line": 210,
          "column": 4
        },
        "end": {
          "line": 210,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6004,
      "end": 6005,
      "loc": {
        "start": {
          "line": 210,
          "column": 10
        },
        "end": {
          "line": 210,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "CHAR",
      "start": 6010,
      "end": 6014,
      "loc": {
        "start": {
          "line": 211,
          "column": 4
        },
        "end": {
          "line": 211,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6014,
      "end": 6015,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "NUMBER",
      "start": 6020,
      "end": 6026,
      "loc": {
        "start": {
          "line": 212,
          "column": 4
        },
        "end": {
          "line": 212,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6026,
      "end": 6027,
      "loc": {
        "start": {
          "line": 212,
          "column": 10
        },
        "end": {
          "line": 212,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FLOAT",
      "start": 6032,
      "end": 6037,
      "loc": {
        "start": {
          "line": 213,
          "column": 4
        },
        "end": {
          "line": 213,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6037,
      "end": 6038,
      "loc": {
        "start": {
          "line": 213,
          "column": 9
        },
        "end": {
          "line": 213,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "REAL",
      "start": 6043,
      "end": 6047,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 214,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6047,
      "end": 6048,
      "loc": {
        "start": {
          "line": 214,
          "column": 8
        },
        "end": {
          "line": 214,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DOUBLE PRECISION",
      "start": 6053,
      "end": 6071,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6071,
      "end": 6072,
      "loc": {
        "start": {
          "line": 215,
          "column": 22
        },
        "end": {
          "line": 215,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DOUBLE",
      "start": 6073,
      "end": 6079,
      "loc": {
        "start": {
          "line": 215,
          "column": 24
        },
        "end": {
          "line": 215,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6079,
      "end": 6080,
      "loc": {
        "start": {
          "line": 215,
          "column": 30
        },
        "end": {
          "line": 215,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "INTEGER",
      "start": 6085,
      "end": 6092,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6092,
      "end": 6093,
      "loc": {
        "start": {
          "line": 216,
          "column": 11
        },
        "end": {
          "line": 216,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BIGINT",
      "start": 6098,
      "end": 6104,
      "loc": {
        "start": {
          "line": 217,
          "column": 4
        },
        "end": {
          "line": 217,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6104,
      "end": 6105,
      "loc": {
        "start": {
          "line": 217,
          "column": 10
        },
        "end": {
          "line": 217,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 6110,
      "end": 6114,
      "loc": {
        "start": {
          "line": 218,
          "column": 4
        },
        "end": {
          "line": 218,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6114,
      "end": 6115,
      "loc": {
        "start": {
          "line": 218,
          "column": 8
        },
        "end": {
          "line": 218,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENUM",
      "start": 6120,
      "end": 6124,
      "loc": {
        "start": {
          "line": 219,
          "column": 4
        },
        "end": {
          "line": 219,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6124,
      "end": 6125,
      "loc": {
        "start": {
          "line": 219,
          "column": 8
        },
        "end": {
          "line": 219,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 6130,
      "end": 6134,
      "loc": {
        "start": {
          "line": 220,
          "column": 4
        },
        "end": {
          "line": 220,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6134,
      "end": 6135,
      "loc": {
        "start": {
          "line": 220,
          "column": 8
        },
        "end": {
          "line": 220,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSONTYPE",
      "start": 6136,
      "end": 6144,
      "loc": {
        "start": {
          "line": 220,
          "column": 10
        },
        "end": {
          "line": 220,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6147,
      "end": 6148,
      "loc": {
        "start": {
          "line": 221,
          "column": 2
        },
        "end": {
          "line": 221,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6148,
      "end": 6149,
      "loc": {
        "start": {
          "line": 221,
          "column": 3
        },
        "end": {
          "line": 221,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6153,
      "end": 6154,
      "loc": {
        "start": {
          "line": 223,
          "column": 2
        },
        "end": {
          "line": 223,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6154,
      "end": 6155,
      "loc": {
        "start": {
          "line": 223,
          "column": 3
        },
        "end": {
          "line": 223,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forIn",
      "start": 6155,
      "end": 6160,
      "loc": {
        "start": {
          "line": 223,
          "column": 4
        },
        "end": {
          "line": 223,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6160,
      "end": 6161,
      "loc": {
        "start": {
          "line": 223,
          "column": 9
        },
        "end": {
          "line": 223,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 6161,
      "end": 6168,
      "loc": {
        "start": {
          "line": 223,
          "column": 10
        },
        "end": {
          "line": 223,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6168,
      "end": 6169,
      "loc": {
        "start": {
          "line": 223,
          "column": 17
        },
        "end": {
          "line": 223,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6170,
      "end": 6171,
      "loc": {
        "start": {
          "line": 223,
          "column": 19
        },
        "end": {
          "line": 223,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6171,
      "end": 6179,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6179,
      "end": 6180,
      "loc": {
        "start": {
          "line": 223,
          "column": 28
        },
        "end": {
          "line": 223,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6181,
      "end": 6184,
      "loc": {
        "start": {
          "line": 223,
          "column": 30
        },
        "end": {
          "line": 223,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6184,
      "end": 6185,
      "loc": {
        "start": {
          "line": 223,
          "column": 33
        },
        "end": {
          "line": 223,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6186,
      "end": 6188,
      "loc": {
        "start": {
          "line": 223,
          "column": 35
        },
        "end": {
          "line": 223,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6189,
      "end": 6190,
      "loc": {
        "start": {
          "line": 223,
          "column": 38
        },
        "end": {
          "line": 223,
          "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": 6195,
      "end": 6197,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6198,
      "end": 6199,
      "loc": {
        "start": {
          "line": 224,
          "column": 7
        },
        "end": {
          "line": 224,
          "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": 6199,
      "end": 6200,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6200,
      "end": 6208,
      "loc": {
        "start": {
          "line": 224,
          "column": 9
        },
        "end": {
          "line": 224,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6208,
      "end": 6209,
      "loc": {
        "start": {
          "line": 224,
          "column": 17
        },
        "end": {
          "line": 224,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6209,
      "end": 6212,
      "loc": {
        "start": {
          "line": 224,
          "column": 18
        },
        "end": {
          "line": 224,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6212,
      "end": 6213,
      "loc": {
        "start": {
          "line": 224,
          "column": 21
        },
        "end": {
          "line": 224,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6214,
      "end": 6222,
      "loc": {
        "start": {
          "line": 224,
          "column": 23
        },
        "end": {
          "line": 224,
          "column": 31
        }
      }
    },
    {
      "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": 224,
          "column": 31
        },
        "end": {
          "line": 224,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6223,
      "end": 6226,
      "loc": {
        "start": {
          "line": 224,
          "column": 32
        },
        "end": {
          "line": 224,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6227,
      "end": 6228,
      "loc": {
        "start": {
          "line": 224,
          "column": 36
        },
        "end": {
          "line": 224,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6229,
      "end": 6232,
      "loc": {
        "start": {
          "line": 224,
          "column": 38
        },
        "end": {
          "line": 224,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6232,
      "end": 6233,
      "loc": {
        "start": {
          "line": 224,
          "column": 41
        },
        "end": {
          "line": 224,
          "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": 6238,
      "end": 6240,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6241,
      "end": 6242,
      "loc": {
        "start": {
          "line": 225,
          "column": 7
        },
        "end": {
          "line": 225,
          "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": 6242,
      "end": 6243,
      "loc": {
        "start": {
          "line": 225,
          "column": 8
        },
        "end": {
          "line": 225,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6243,
      "end": 6251,
      "loc": {
        "start": {
          "line": 225,
          "column": 9
        },
        "end": {
          "line": 225,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6251,
      "end": 6252,
      "loc": {
        "start": {
          "line": 225,
          "column": 17
        },
        "end": {
          "line": 225,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extend",
      "start": 6252,
      "end": 6258,
      "loc": {
        "start": {
          "line": 225,
          "column": 18
        },
        "end": {
          "line": 225,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6258,
      "end": 6259,
      "loc": {
        "start": {
          "line": 225,
          "column": 24
        },
        "end": {
          "line": 225,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6260,
      "end": 6261,
      "loc": {
        "start": {
          "line": 225,
          "column": 26
        },
        "end": {
          "line": 225,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6268,
      "end": 6276,
      "loc": {
        "start": {
          "line": 226,
          "column": 6
        },
        "end": {
          "line": 226,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6276,
      "end": 6277,
      "loc": {
        "start": {
          "line": 226,
          "column": 14
        },
        "end": {
          "line": 226,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extend",
      "start": 6277,
      "end": 6283,
      "loc": {
        "start": {
          "line": 226,
          "column": 15
        },
        "end": {
          "line": 226,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6284,
      "end": 6285,
      "loc": {
        "start": {
          "line": 226,
          "column": 22
        },
        "end": {
          "line": 226,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldType",
      "start": 6286,
      "end": 6293,
      "loc": {
        "start": {
          "line": 226,
          "column": 24
        },
        "end": {
          "line": 226,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6294,
      "end": 6296,
      "loc": {
        "start": {
          "line": 226,
          "column": 32
        },
        "end": {
          "line": 226,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6297,
      "end": 6298,
      "loc": {
        "start": {
          "line": 226,
          "column": 35
        },
        "end": {
          "line": 226,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6307,
      "end": 6313,
      "loc": {
        "start": {
          "line": 227,
          "column": 8
        },
        "end": {
          "line": 227,
          "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": 6314,
      "end": 6317,
      "loc": {
        "start": {
          "line": 227,
          "column": 15
        },
        "end": {
          "line": 227,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataType",
      "start": 6318,
      "end": 6326,
      "loc": {
        "start": {
          "line": 227,
          "column": 19
        },
        "end": {
          "line": 227,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6326,
      "end": 6327,
      "loc": {
        "start": {
          "line": 227,
          "column": 27
        },
        "end": {
          "line": 227,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "oldType",
      "start": 6327,
      "end": 6334,
      "loc": {
        "start": {
          "line": 227,
          "column": 28
        },
        "end": {
          "line": 227,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6334,
      "end": 6335,
      "loc": {
        "start": {
          "line": 227,
          "column": 35
        },
        "end": {
          "line": 227,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6335,
      "end": 6342,
      "loc": {
        "start": {
          "line": 227,
          "column": 36
        },
        "end": {
          "line": 227,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6342,
      "end": 6343,
      "loc": {
        "start": {
          "line": 227,
          "column": 43
        },
        "end": {
          "line": 227,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6343,
      "end": 6344,
      "loc": {
        "start": {
          "line": 227,
          "column": 44
        },
        "end": {
          "line": 227,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6351,
      "end": 6352,
      "loc": {
        "start": {
          "line": 228,
          "column": 6
        },
        "end": {
          "line": 228,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6352,
      "end": 6353,
      "loc": {
        "start": {
          "line": 228,
          "column": 7
        },
        "end": {
          "line": 228,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6358,
      "end": 6359,
      "loc": {
        "start": {
          "line": 229,
          "column": 4
        },
        "end": {
          "line": 229,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6362,
      "end": 6363,
      "loc": {
        "start": {
          "line": 230,
          "column": 2
        },
        "end": {
          "line": 230,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6363,
      "end": 6364,
      "loc": {
        "start": {
          "line": 230,
          "column": 3
        },
        "end": {
          "line": 230,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6364,
      "end": 6365,
      "loc": {
        "start": {
          "line": 230,
          "column": 4
        },
        "end": {
          "line": 230,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6369,
      "end": 6375,
      "loc": {
        "start": {
          "line": 232,
          "column": 2
        },
        "end": {
          "line": 232,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 6376,
      "end": 6383,
      "loc": {
        "start": {
          "line": 232,
          "column": 9
        },
        "end": {
          "line": 232,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6383,
      "end": 6384,
      "loc": {
        "start": {
          "line": 232,
          "column": 16
        },
        "end": {
          "line": 232,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6386,
      "end": 6387,
      "loc": {
        "start": {
          "line": 234,
          "column": 0
        },
        "end": {
          "line": 234,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6387,
      "end": 6388,
      "loc": {
        "start": {
          "line": 234,
          "column": 1
        },
        "end": {
          "line": 234,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6389,
      "end": 6389,
      "loc": {
        "start": {
          "line": 235,
          "column": 0
        },
        "end": {
          "line": 235,
          "column": 0
        }
      }
    }
  ]
}