{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "Identifier",
                "name": "var1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 6
                  },
                  "end": {
                    "line": 1,
                    "column": 10
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "var2",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 12
                  },
                  "end": {
                    "line": 1,
                    "column": 16
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 5
              },
              "end": {
                "line": 1,
                "column": 17
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 21
                  },
                  "end": {
                    "line": 1,
                    "column": 22
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 24
                  },
                  "end": {
                    "line": 1,
                    "column": 29
                  }
                }
              },
              {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 31
                  },
                  "end": {
                    "line": 1,
                    "column": 35
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 20
              },
              "end": {
                "line": 1,
                "column": 36
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 5
            },
            "end": {
              "line": 1,
              "column": 36
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 1,
          "column": 37
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 2,
              "column": 1
            },
            "end": {
              "line": 2,
              "column": 5
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 2,
          "loc": {
            "start": {
              "line": 2,
              "column": 8
            },
            "end": {
              "line": 2,
              "column": 9
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 1
          },
          "end": {
            "line": 2,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 1
        },
        "end": {
          "line": 2,
          "column": 10
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var2",
          "decorators": [],
          "loc": {
            "start": {
              "line": 3,
              "column": 1
            },
            "end": {
              "line": 3,
              "column": 5
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 3,
              "column": 8
            },
            "end": {
              "line": 3,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 3,
            "column": 1
          },
          "end": {
            "line": 3,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 1
        },
        "end": {
          "line": 3,
          "column": 14
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var3",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 5,
                  "column": 11
                },
                "end": {
                  "line": 5,
                  "column": 17
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 5,
                "column": 5
              },
              "end": {
                "line": 5,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 5,
              "column": 5
            },
            "end": {
              "line": 5,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 5,
          "column": 1
        },
        "end": {
          "line": 5,
          "column": 18
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var4",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 11
                },
                "end": {
                  "line": 6,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 6,
                "column": 5
              },
              "end": {
                "line": 6,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 6,
              "column": 5
            },
            "end": {
              "line": 6,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 6,
          "column": 1
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "Identifier",
                "name": "var3",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 6
                  },
                  "end": {
                    "line": 7,
                    "column": 10
                  }
                }
              },
              {
                "type": "OmittedExpression",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 12
                  },
                  "end": {
                    "line": 7,
                    "column": 13
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "var4",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 14
                  },
                  "end": {
                    "line": 7,
                    "column": 18
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 5
              },
              "end": {
                "line": 7,
                "column": 19
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "Identifier",
                "name": "var1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 23
                  },
                  "end": {
                    "line": 7,
                    "column": 27
                  }
                }
              },
              {
                "type": "OmittedExpression",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 29
                  },
                  "end": {
                    "line": 7,
                    "column": 30
                  }
                }
              },
              {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 31
                  },
                  "end": {
                    "line": 7,
                    "column": 35
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 22
              },
              "end": {
                "line": 7,
                "column": 36
              }
            }
          },
          "loc": {
            "start": {
              "line": 7,
              "column": 5
            },
            "end": {
              "line": 7,
              "column": 36
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 7,
          "column": 1
        },
        "end": {
          "line": 7,
          "column": 37
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var5",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 6
                    },
                    "end": {
                      "line": 9,
                      "column": 10
                    }
                  }
                },
                "right": {
                  "type": "NumberLiteral",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 13
                    },
                    "end": {
                      "line": 9,
                      "column": 14
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 6
                  },
                  "end": {
                    "line": 9,
                    "column": 14
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 5
              },
              "end": {
                "line": 9,
                "column": 15
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 19
                  },
                  "end": {
                    "line": 9,
                    "column": 24
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 18
              },
              "end": {
                "line": 9,
                "column": 25
              }
            }
          },
          "loc": {
            "start": {
              "line": 9,
              "column": 5
            },
            "end": {
              "line": 9,
              "column": 25
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 9,
          "column": 1
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var5",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 11
                    },
                    "end": {
                      "line": 10,
                      "column": 17
                    }
                  }
                },
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 20
                    },
                    "end": {
                      "line": 10,
                      "column": 26
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 11
                },
                "end": {
                  "line": 10,
                  "column": 26
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 10,
                "column": 5
              },
              "end": {
                "line": 10,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 10,
              "column": 5
            },
            "end": {
              "line": 10,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 10,
          "column": 1
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var6",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 6
                    },
                    "end": {
                      "line": 12,
                      "column": 10
                    }
                  }
                },
                "right": {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 13
                    },
                    "end": {
                      "line": 12,
                      "column": 14
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 6
                  },
                  "end": {
                    "line": 12,
                    "column": 14
                  }
                }
              },
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var7",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 16
                    },
                    "end": {
                      "line": 12,
                      "column": 20
                    }
                  }
                },
                "right": {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 23
                    },
                    "end": {
                      "line": 12,
                      "column": 28
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 16
                  },
                  "end": {
                    "line": 12,
                    "column": 28
                  }
                }
              },
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var8",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 30
                    },
                    "end": {
                      "line": 12,
                      "column": 34
                    }
                  }
                },
                "right": {
                  "type": "BooleanLiteral",
                  "value": true,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 37
                    },
                    "end": {
                      "line": 12,
                      "column": 41
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 30
                  },
                  "end": {
                    "line": 12,
                    "column": 41
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 5
              },
              "end": {
                "line": 12,
                "column": 42
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [],
            "loc": {
              "start": {
                "line": 12,
                "column": 45
              },
              "end": {
                "line": 12,
                "column": 47
              }
            }
          },
          "loc": {
            "start": {
              "line": 12,
              "column": 5
            },
            "end": {
              "line": 12,
              "column": 47
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 12,
          "column": 1
        },
        "end": {
          "line": 12,
          "column": 48
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var6",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 13,
                  "column": 11
                },
                "end": {
                  "line": 13,
                  "column": 17
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 13,
                "column": 5
              },
              "end": {
                "line": 13,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 13,
              "column": 5
            },
            "end": {
              "line": 13,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 13,
          "column": 1
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var7",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 14,
                  "column": 11
                },
                "end": {
                  "line": 14,
                  "column": 17
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 14,
                "column": 5
              },
              "end": {
                "line": 14,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 14,
              "column": 5
            },
            "end": {
              "line": 14,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 14,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var8",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 15,
                  "column": 11
                },
                "end": {
                  "line": 15,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 15,
                "column": 5
              },
              "end": {
                "line": 15,
                "column": 9
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 15,
              "column": 5
            },
            "end": {
              "line": 15,
              "column": 9
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 15,
          "column": 1
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "Identifier",
                "name": "var9",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 6
                  },
                  "end": {
                    "line": 17,
                    "column": 10
                  }
                }
              },
              {
                "type": "ArrayPattern",
                "elements": [
                  {
                    "type": "Identifier",
                    "name": "var10",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 13
                      },
                      "end": {
                        "line": 17,
                        "column": 18
                      }
                    }
                  },
                  {
                    "type": "OmittedExpression",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 20
                      },
                      "end": {
                        "line": 17,
                        "column": 21
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "var11",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 22
                      },
                      "end": {
                        "line": 17,
                        "column": 27
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 12
                  },
                  "end": {
                    "line": 17,
                    "column": 28
                  }
                }
              },
              {
                "type": "RestElement",
                "argument": {
                  "type": "Identifier",
                  "name": "var12",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 33
                    },
                    "end": {
                      "line": 17,
                      "column": 38
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 30
                  },
                  "end": {
                    "line": 17,
                    "column": 38
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 39
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "ObjectExpression",
                "properties": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 43
                  },
                  "end": {
                    "line": 17,
                    "column": 45
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "NumberLiteral",
                    "value": 42,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 48
                      },
                      "end": {
                        "line": 17,
                        "column": 50
                      }
                    }
                  },
                  {
                    "type": "OmittedExpression",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 52
                      },
                      "end": {
                        "line": 17,
                        "column": 53
                      }
                    }
                  },
                  {
                    "type": "BinaryExpression",
                    "operator": "+",
                    "left": {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 54
                        },
                        "end": {
                          "line": 17,
                          "column": 59
                        }
                      }
                    },
                    "right": {
                      "type": "NumberLiteral",
                      "value": 2,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 62
                        },
                        "end": {
                          "line": 17,
                          "column": 63
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 54
                      },
                      "end": {
                        "line": 17,
                        "column": 63
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 47
                  },
                  "end": {
                    "line": 17,
                    "column": 64
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 17,
                "column": 42
              },
              "end": {
                "line": 17,
                "column": 65
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 65
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 66
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var9",
          "decorators": [],
          "loc": {
            "start": {
              "line": 18,
              "column": 1
            },
            "end": {
              "line": 18,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "a",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 10
                  },
                  "end": {
                    "line": 18,
                    "column": 11
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 5,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 13
                  },
                  "end": {
                    "line": 18,
                    "column": 14
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 10
                },
                "end": {
                  "line": 18,
                  "column": 14
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 16
                  },
                  "end": {
                    "line": 18,
                    "column": 17
                  }
                }
              },
              "value": {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 19
                  },
                  "end": {
                    "line": 18,
                    "column": 24
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 16
                },
                "end": {
                  "line": 18,
                  "column": 24
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 18,
              "column": 8
            },
            "end": {
              "line": 18,
              "column": 26
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 1
          },
          "end": {
            "line": 18,
            "column": 26
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var10",
          "decorators": [],
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 19,
              "column": 6
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "var3",
          "decorators": [],
          "loc": {
            "start": {
              "line": 19,
              "column": 9
            },
            "end": {
              "line": 19,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var11",
          "decorators": [],
          "loc": {
            "start": {
              "line": 20,
              "column": 1
            },
            "end": {
              "line": 20,
              "column": 6
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "var7",
          "decorators": [],
          "loc": {
            "start": {
              "line": 20,
              "column": 9
            },
            "end": {
              "line": 20,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 20,
            "column": 1
          },
          "end": {
            "line": 20,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var12",
          "decorators": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 1
            },
            "end": {
              "line": 21,
              "column": 6
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 9
            },
            "end": {
              "line": 21,
              "column": 11
            }
          }
        },
        "loc": {
          "start": {
            "line": 21,
            "column": 1
          },
          "end": {
            "line": 21,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var13",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 6
                    },
                    "end": {
                      "line": 23,
                      "column": 11
                    }
                  }
                },
                "right": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "NumberLiteral",
                      "value": 1,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 15
                        },
                        "end": {
                          "line": 23,
                          "column": 16
                        }
                      }
                    },
                    {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 18
                        },
                        "end": {
                          "line": 23,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 14
                    },
                    "end": {
                      "line": 23,
                      "column": 24
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 6
                  },
                  "end": {
                    "line": 23,
                    "column": 24
                  }
                }
              },
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "ArrayPattern",
                  "elements": [
                    {
                      "type": "Identifier",
                      "name": "var14",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 27
                        },
                        "end": {
                          "line": 23,
                          "column": 32
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "var15",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 34
                        },
                        "end": {
                          "line": 23,
                          "column": 39
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 26
                    },
                    "end": {
                      "line": 23,
                      "column": 40
                    }
                  }
                },
                "right": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 44
                        },
                        "end": {
                          "line": 23,
                          "column": 46
                        }
                      }
                    },
                    {
                      "type": "BooleanLiteral",
                      "value": true,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 48
                        },
                        "end": {
                          "line": 23,
                          "column": 52
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 43
                    },
                    "end": {
                      "line": 23,
                      "column": 53
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 26
                  },
                  "end": {
                    "line": 23,
                    "column": 53
                  }
                }
              },
              {
                "type": "RestElement",
                "argument": {
                  "type": "Identifier",
                  "name": "var16",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 58
                    },
                    "end": {
                      "line": 23,
                      "column": 63
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 55
                  },
                  "end": {
                    "line": 23,
                    "column": 63
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 23,
                "column": 5
              },
              "end": {
                "line": 23,
                "column": 64
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "NumberLiteral",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 68
                  },
                  "end": {
                    "line": 23,
                    "column": 69
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "BooleanLiteral",
                    "value": true,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 72
                      },
                      "end": {
                        "line": 23,
                        "column": 76
                      }
                    }
                  },
                  {
                    "type": "ObjectExpression",
                    "properties": [],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 78
                      },
                      "end": {
                        "line": 23,
                        "column": 80
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 71
                  },
                  "end": {
                    "line": 23,
                    "column": 81
                  }
                }
              },
              {
                "type": "FunctionExpression",
                "function": {
                  "type": "ScriptFunction",
                  "id": null,
                  "generator": false,
                  "async": false,
                  "expression": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 93
                        },
                        "end": {
                          "line": 23,
                          "column": 94
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 96
                        },
                        "end": {
                          "line": 23,
                          "column": 97
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 100
                      },
                      "end": {
                        "line": 23,
                        "column": 106
                      }
                    }
                  },
                  "body": {
                    "type": "BlockStatement",
                    "statements": [
                      {
                        "type": "ReturnStatement",
                        "argument": {
                          "type": "NumberLiteral",
                          "value": 12,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 116
                            },
                            "end": {
                              "line": 23,
                              "column": 118
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 109
                          },
                          "end": {
                            "line": 23,
                            "column": 118
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 107
                      },
                      "end": {
                        "line": 23,
                        "column": 120
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 83
                    },
                    "end": {
                      "line": 23,
                      "column": 120
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 83
                  },
                  "end": {
                    "line": 23,
                    "column": 120
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 122
                  },
                  "end": {
                    "line": 23,
                    "column": 127
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 23,
                "column": 67
              },
              "end": {
                "line": 23,
                "column": 128
              }
            }
          },
          "loc": {
            "start": {
              "line": 23,
              "column": 5
            },
            "end": {
              "line": 23,
              "column": 128
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 129
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var13",
          "decorators": [],
          "loc": {
            "start": {
              "line": 24,
              "column": 1
            },
            "end": {
              "line": 24,
              "column": 6
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 5,
          "loc": {
            "start": {
              "line": 24,
              "column": 9
            },
            "end": {
              "line": 24,
              "column": 10
            }
          }
        },
        "loc": {
          "start": {
            "line": 24,
            "column": 1
          },
          "end": {
            "line": 24,
            "column": 10
          }
        }
      },
      "loc": {
        "start": {
          "line": 24,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var13",
          "decorators": [],
          "loc": {
            "start": {
              "line": 25,
              "column": 1
            },
            "end": {
              "line": 25,
              "column": 6
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "NumberLiteral",
              "value": 2,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 10
                },
                "end": {
                  "line": 25,
                  "column": 11
                }
              }
            },
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 13
                },
                "end": {
                  "line": 25,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 25,
              "column": 9
            },
            "end": {
              "line": 25,
              "column": 19
            }
          }
        },
        "loc": {
          "start": {
            "line": 25,
            "column": 1
          },
          "end": {
            "line": 25,
            "column": 19
          }
        }
      },
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var14",
          "decorators": [],
          "loc": {
            "start": {
              "line": 26,
              "column": 1
            },
            "end": {
              "line": 26,
              "column": 6
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [],
          "loc": {
            "start": {
              "line": 26,
              "column": 9
            },
            "end": {
              "line": 26,
              "column": 11
            }
          }
        },
        "loc": {
          "start": {
            "line": 26,
            "column": 1
          },
          "end": {
            "line": 26,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var14",
          "decorators": [],
          "loc": {
            "start": {
              "line": 27,
              "column": 1
            },
            "end": {
              "line": 27,
              "column": 6
            }
          }
        },
        "right": {
          "type": "BooleanLiteral",
          "value": false,
          "loc": {
            "start": {
              "line": 27,
              "column": 9
            },
            "end": {
              "line": 27,
              "column": 14
            }
          }
        },
        "loc": {
          "start": {
            "line": 27,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 15
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var15",
          "decorators": [],
          "loc": {
            "start": {
              "line": 28,
              "column": 1
            },
            "end": {
              "line": 28,
              "column": 6
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "var14",
          "decorators": [],
          "loc": {
            "start": {
              "line": 28,
              "column": 9
            },
            "end": {
              "line": 28,
              "column": 14
            }
          }
        },
        "loc": {
          "start": {
            "line": 28,
            "column": 1
          },
          "end": {
            "line": 28,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 28,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 15
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var16",
            "typeAnnotation": {
              "type": "TSTupleType",
              "elementTypes": [
                {
                  "type": "TSFunctionType",
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSAnyKeyword",
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 17
                          },
                          "end": {
                            "line": 29,
                            "column": 20
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 14
                        },
                        "end": {
                          "line": 29,
                          "column": 15
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "b",
                      "typeAnnotation": {
                        "type": "TSAnyKeyword",
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 25
                          },
                          "end": {
                            "line": 29,
                            "column": 28
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 22
                        },
                        "end": {
                          "line": 29,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "returnType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 33
                      },
                      "end": {
                        "line": 29,
                        "column": 39
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 13
                    },
                    "end": {
                      "line": 29,
                      "column": 40
                    }
                  }
                },
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 41
                    },
                    "end": {
                      "line": 29,
                      "column": 48
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 29,
                  "column": 12
                },
                "end": {
                  "line": 29,
                  "column": 48
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 29,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 49
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "Identifier",
                "name": "var17",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 6
                  },
                  "end": {
                    "line": 31,
                    "column": 11
                  }
                }
              },
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var18",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 13
                    },
                    "end": {
                      "line": 31,
                      "column": 18
                    }
                  }
                },
                "right": {
                  "type": "NumberLiteral",
                  "value": 6,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 21
                    },
                    "end": {
                      "line": 31,
                      "column": 22
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 13
                  },
                  "end": {
                    "line": 31,
                    "column": 22
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 24
                  },
                  "end": {
                    "line": 31,
                    "column": 29
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSTupleType",
              "elementTypes": [
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 33
                    },
                    "end": {
                      "line": 31,
                      "column": 40
                    }
                  }
                },
                {
                  "type": "TSUnionType",
                  "types": [
                    {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 41
                        },
                        "end": {
                          "line": 31,
                          "column": 47
                        }
                      }
                    },
                    {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 50
                        },
                        "end": {
                          "line": 31,
                          "column": 56
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 41
                    },
                    "end": {
                      "line": 31,
                      "column": 57
                    }
                  }
                },
                {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSBooleanKeyword",
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 58
                      },
                      "end": {
                        "line": 31,
                        "column": 65
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 58
                    },
                    "end": {
                      "line": 31,
                      "column": 68
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 31,
                  "column": 32
                },
                "end": {
                  "line": 31,
                  "column": 68
                }
              }
            },
            "loc": {
              "start": {
                "line": 31,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 30
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 72
                  },
                  "end": {
                    "line": 31,
                    "column": 73
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 75
                  },
                  "end": {
                    "line": 31,
                    "column": 80
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "BooleanLiteral",
                    "value": true,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 83
                      },
                      "end": {
                        "line": 31,
                        "column": 87
                      }
                    }
                  },
                  {
                    "type": "BooleanLiteral",
                    "value": false,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 89
                      },
                      "end": {
                        "line": 31,
                        "column": 94
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 82
                  },
                  "end": {
                    "line": 31,
                    "column": 95
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 31,
                "column": 71
              },
              "end": {
                "line": 31,
                "column": 96
              }
            }
          },
          "loc": {
            "start": {
              "line": 31,
              "column": 5
            },
            "end": {
              "line": 31,
              "column": 96
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 31,
          "column": 97
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "Identifier",
                "name": "var20",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 6
                  },
                  "end": {
                    "line": 32,
                    "column": 11
                  }
                }
              },
              {
                "type": "OmittedExpression",
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 13
                  },
                  "end": {
                    "line": 32,
                    "column": 14
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "var21",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 15
                  },
                  "end": {
                    "line": 32,
                    "column": 20
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 23
                      },
                      "end": {
                        "line": 32,
                        "column": 29
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 23
                    },
                    "end": {
                      "line": 32,
                      "column": 31
                    }
                  }
                },
                {
                  "type": "TSTupleType",
                  "elementTypes": [
                    {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 35
                        },
                        "end": {
                          "line": 32,
                          "column": 42
                        }
                      }
                    },
                    {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 43
                        },
                        "end": {
                          "line": 32,
                          "column": 50
                        }
                      }
                    },
                    {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 51
                        },
                        "end": {
                          "line": 32,
                          "column": 58
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 34
                    },
                    "end": {
                      "line": 32,
                      "column": 58
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 23
                },
                "end": {
                  "line": 32,
                  "column": 58
                }
              }
            },
            "loc": {
              "start": {
                "line": 32,
                "column": 5
              },
              "end": {
                "line": 32,
                "column": 21
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [],
            "loc": {
              "start": {
                "line": 32,
                "column": 61
              },
              "end": {
                "line": 32,
                "column": 63
              }
            }
          },
          "loc": {
            "start": {
              "line": 32,
              "column": 5
            },
            "end": {
              "line": 32,
              "column": 63
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 32,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 64
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "Identifier",
                "name": "var22",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 6
                  },
                  "end": {
                    "line": 33,
                    "column": 11
                  }
                }
              },
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var23",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 13
                    },
                    "end": {
                      "line": 33,
                      "column": 18
                    }
                  }
                },
                "right": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "ObjectExpression",
                      "properties": [
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "a",
                            "decorators": [],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 24
                              },
                              "end": {
                                "line": 33,
                                "column": 25
                              }
                            }
                          },
                          "value": {
                            "type": "NumberLiteral",
                            "value": 5,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 27
                              },
                              "end": {
                                "line": 33,
                                "column": 28
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 24
                            },
                            "end": {
                              "line": 33,
                              "column": 28
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "name": "b",
                            "decorators": [],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 30
                              },
                              "end": {
                                "line": 33,
                                "column": 31
                              }
                            }
                          },
                          "value": {
                            "type": "StringLiteral",
                            "value": "",
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 33
                              },
                              "end": {
                                "line": 33,
                                "column": 38
                              }
                            }
                          },
                          "kind": "init",
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 30
                            },
                            "end": {
                              "line": 33,
                              "column": 38
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 22
                        },
                        "end": {
                          "line": 33,
                          "column": 40
                        }
                      }
                    },
                    {
                      "type": "BooleanLiteral",
                      "value": false,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 42
                        },
                        "end": {
                          "line": 33,
                          "column": 47
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 21
                    },
                    "end": {
                      "line": 33,
                      "column": 48
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 13
                  },
                  "end": {
                    "line": 33,
                    "column": 48
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "var24",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 50
                  },
                  "end": {
                    "line": 33,
                    "column": 55
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 58
                      },
                      "end": {
                        "line": 33,
                        "column": 64
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 58
                    },
                    "end": {
                      "line": 33,
                      "column": 66
                    }
                  }
                },
                {
                  "type": "TSTupleType",
                  "elementTypes": [
                    {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 70
                        },
                        "end": {
                          "line": 33,
                          "column": 77
                        }
                      }
                    },
                    {
                      "type": "TSArrayType",
                      "elementType": {
                        "type": "TSParenthesizedType",
                        "typeAnnotation": {
                          "type": "TSUnionType",
                          "types": [
                            {
                              "type": "TSTypeLiteral",
                              "members": [],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 79
                                },
                                "end": {
                                  "line": 33,
                                  "column": 81
                                }
                              }
                            },
                            {
                              "type": "TSBooleanKeyword",
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 84
                                },
                                "end": {
                                  "line": 33,
                                  "column": 91
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 79
                            },
                            "end": {
                              "line": 33,
                              "column": 91
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 78
                          },
                          "end": {
                            "line": 33,
                            "column": 92
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 78
                        },
                        "end": {
                          "line": 33,
                          "column": 95
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 69
                    },
                    "end": {
                      "line": 33,
                      "column": 95
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 33,
                  "column": 58
                },
                "end": {
                  "line": 33,
                  "column": 95
                }
              }
            },
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 56
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 99
                  },
                  "end": {
                    "line": 33,
                    "column": 100
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 103
                      },
                      "end": {
                        "line": 33,
                        "column": 105
                      }
                    }
                  },
                  {
                    "type": "BooleanLiteral",
                    "value": true,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 107
                      },
                      "end": {
                        "line": 33,
                        "column": 111
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 102
                  },
                  "end": {
                    "line": 33,
                    "column": 112
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 33,
                "column": 98
              },
              "end": {
                "line": 33,
                "column": 113
              }
            }
          },
          "loc": {
            "start": {
              "line": 33,
              "column": 5
            },
            "end": {
              "line": 33,
              "column": 113
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 33,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 114
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "ArrayPattern",
                  "elements": [
                    {
                      "type": "Identifier",
                      "name": "var25",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 7
                        },
                        "end": {
                          "line": 34,
                          "column": 12
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "var26",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 14
                        },
                        "end": {
                          "line": 34,
                          "column": 19
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 6
                    },
                    "end": {
                      "line": 34,
                      "column": 20
                    }
                  }
                },
                "right": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 24
                        },
                        "end": {
                          "line": 34,
                          "column": 29
                        }
                      }
                    },
                    {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 31
                        },
                        "end": {
                          "line": 34,
                          "column": 33
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 23
                    },
                    "end": {
                      "line": 34,
                      "column": 34
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 6
                  },
                  "end": {
                    "line": 34,
                    "column": 34
                  }
                }
              },
              {
                "type": "ArrayPattern",
                "elements": [
                  {
                    "type": "ArrayPattern",
                    "elements": [
                      {
                        "type": "Identifier",
                        "name": "var27",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 38
                          },
                          "end": {
                            "line": 34,
                            "column": 43
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 37
                      },
                      "end": {
                        "line": 34,
                        "column": 44
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 36
                  },
                  "end": {
                    "line": 34,
                    "column": 45
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSArrayType",
                    "elementType": {
                      "type": "TSArrayType",
                      "elementType": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 48
                          },
                          "end": {
                            "line": 34,
                            "column": 54
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 48
                        },
                        "end": {
                          "line": 34,
                          "column": 56
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 48
                      },
                      "end": {
                        "line": 34,
                        "column": 58
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 48
                    },
                    "end": {
                      "line": 34,
                      "column": 60
                    }
                  }
                },
                {
                  "type": "TSTupleType",
                  "elementTypes": [
                    {
                      "type": "TSTupleType",
                      "elementTypes": [
                        {
                          "type": "TSUnionType",
                          "types": [
                            {
                              "type": "TSNumberKeyword",
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 65
                                },
                                "end": {
                                  "line": 34,
                                  "column": 71
                                }
                              }
                            },
                            {
                              "type": "TSStringKeyword",
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 74
                                },
                                "end": {
                                  "line": 34,
                                  "column": 80
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 65
                            },
                            "end": {
                              "line": 34,
                              "column": 81
                            }
                          }
                        },
                        {
                          "type": "TSTypeLiteral",
                          "members": [],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 82
                            },
                            "end": {
                              "line": 34,
                              "column": 85
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 64
                        },
                        "end": {
                          "line": 34,
                          "column": 86
                        }
                      }
                    },
                    {
                      "type": "TSTupleType",
                      "elementTypes": [
                        {
                          "type": "TSTupleType",
                          "elementTypes": [
                            {
                              "type": "TSNumberKeyword",
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 89
                                },
                                "end": {
                                  "line": 34,
                                  "column": 96
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 88
                            },
                            "end": {
                              "line": 34,
                              "column": 97
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 87
                        },
                        "end": {
                          "line": 34,
                          "column": 98
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 63
                    },
                    "end": {
                      "line": 34,
                      "column": 98
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 34,
                  "column": 48
                },
                "end": {
                  "line": 34,
                  "column": 98
                }
              }
            },
            "loc": {
              "start": {
                "line": 34,
                "column": 5
              },
              "end": {
                "line": 34,
                "column": 46
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 103
                      },
                      "end": {
                        "line": 34,
                        "column": 104
                      }
                    }
                  },
                  {
                    "type": "ObjectExpression",
                    "properties": [],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 106
                      },
                      "end": {
                        "line": 34,
                        "column": 108
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 102
                  },
                  "end": {
                    "line": 34,
                    "column": 109
                  }
                }
              },
              {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ArrayExpression",
                    "elements": [
                      {
                        "type": "NumberLiteral",
                        "value": 3,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 113
                          },
                          "end": {
                            "line": 34,
                            "column": 114
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 112
                      },
                      "end": {
                        "line": 34,
                        "column": 115
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 111
                  },
                  "end": {
                    "line": 34,
                    "column": 116
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 34,
                "column": 101
              },
              "end": {
                "line": 34,
                "column": 117
              }
            }
          },
          "loc": {
            "start": {
              "line": 34,
              "column": 5
            },
            "end": {
              "line": 34,
              "column": 117
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 118
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var28",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 6
                    },
                    "end": {
                      "line": 35,
                      "column": 11
                    }
                  }
                },
                "right": {
                  "type": "ObjectExpression",
                  "properties": [],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 14
                    },
                    "end": {
                      "line": 35,
                      "column": 16
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 6
                  },
                  "end": {
                    "line": 35,
                    "column": 16
                  }
                }
              },
              {
                "type": "ObjectPattern",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "var29",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 20
                        },
                        "end": {
                          "line": 35,
                          "column": 25
                        }
                      }
                    },
                    "value": {
                      "type": "Identifier",
                      "name": "var29",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 20
                        },
                        "end": {
                          "line": 35,
                          "column": 25
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 20
                      },
                      "end": {
                        "line": 35,
                        "column": 25
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 18
                  },
                  "end": {
                    "line": 35,
                    "column": 27
                  }
                }
              },
              {
                "type": "RestElement",
                "argument": {
                  "type": "Identifier",
                  "name": "var30",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 32
                    },
                    "end": {
                      "line": 35,
                      "column": 37
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 29
                  },
                  "end": {
                    "line": 35,
                    "column": 37
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSTupleType",
              "elementTypes": [
                {
                  "type": "TSTypeLiteral",
                  "members": [],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 41
                    },
                    "end": {
                      "line": 35,
                      "column": 44
                    }
                  }
                },
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var29",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 47
                          },
                          "end": {
                            "line": 35,
                            "column": 52
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 54
                          },
                          "end": {
                            "line": 35,
                            "column": 60
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 47
                        },
                        "end": {
                          "line": 35,
                          "column": 62
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 45
                    },
                    "end": {
                      "line": 35,
                      "column": 63
                    }
                  }
                },
                {
                  "type": "TSLiteralType",
                  "literal": {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 64
                      },
                      "end": {
                        "line": 35,
                        "column": 65
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 64
                    },
                    "end": {
                      "line": 35,
                      "column": 66
                    }
                  }
                },
                {
                  "type": "TSLiteralType",
                  "literal": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 67
                      },
                      "end": {
                        "line": 35,
                        "column": 72
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 67
                    },
                    "end": {
                      "line": 35,
                      "column": 73
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 35,
                  "column": 40
                },
                "end": {
                  "line": 35,
                  "column": 73
                }
              }
            },
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 38
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "ObjectExpression",
                "properties": [],
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 77
                  },
                  "end": {
                    "line": 35,
                    "column": 79
                  }
                }
              },
              {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "var29",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 83
                        },
                        "end": {
                          "line": 35,
                          "column": 88
                        }
                      }
                    },
                    "value": {
                      "type": "NumberLiteral",
                      "value": 5,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 90
                        },
                        "end": {
                          "line": 35,
                          "column": 91
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 83
                      },
                      "end": {
                        "line": 35,
                        "column": 91
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 81
                  },
                  "end": {
                    "line": 35,
                    "column": 93
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 95
                  },
                  "end": {
                    "line": 35,
                    "column": 96
                  }
                }
              },
              {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 98
                  },
                  "end": {
                    "line": 35,
                    "column": 103
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 35,
                "column": 76
              },
              "end": {
                "line": 35,
                "column": 104
              }
            }
          },
          "loc": {
            "start": {
              "line": 35,
              "column": 5
            },
            "end": {
              "line": 35,
              "column": 104
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 35,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 105
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var31",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 11
                },
                "end": {
                  "line": 37,
                  "column": 17
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 37,
                "column": 5
              },
              "end": {
                "line": 37,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 37,
              "column": 5
            },
            "end": {
              "line": 37,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 37,
          "column": 1
        },
        "end": {
          "line": 37,
          "column": 18
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var32",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 38,
                  "column": 11
                },
                "end": {
                  "line": 38,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 38,
                "column": 5
              },
              "end": {
                "line": 38,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 38,
              "column": 5
            },
            "end": {
              "line": 38,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 38,
          "column": 1
        },
        "end": {
          "line": 38,
          "column": 19
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var31",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 40,
                  "column": 2
                },
                "end": {
                  "line": 40,
                  "column": 7
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var32",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 40,
                  "column": 9
                },
                "end": {
                  "line": 40,
                  "column": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 40,
              "column": 1
            },
            "end": {
              "line": 40,
              "column": 15
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "Identifier",
              "name": "var31",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 40,
                  "column": 19
                },
                "end": {
                  "line": 40,
                  "column": 24
                }
              }
            },
            {
              "type": "BooleanLiteral",
              "value": true,
              "loc": {
                "start": {
                  "line": 40,
                  "column": 26
                },
                "end": {
                  "line": 40,
                  "column": 30
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 40,
              "column": 18
            },
            "end": {
              "line": 40,
              "column": 31
            }
          }
        },
        "loc": {
          "start": {
            "line": 40,
            "column": 1
          },
          "end": {
            "line": 40,
            "column": 31
          }
        }
      },
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 32
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var31",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 41,
                  "column": 2
                },
                "end": {
                  "line": 41,
                  "column": 7
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var31",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 41,
                  "column": 9
                },
                "end": {
                  "line": 41,
                  "column": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 41,
              "column": 1
            },
            "end": {
              "line": 41,
              "column": 15
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 41,
                  "column": 19
                },
                "end": {
                  "line": 41,
                  "column": 20
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 6,
              "loc": {
                "start": {
                  "line": 41,
                  "column": 22
                },
                "end": {
                  "line": 41,
                  "column": 23
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 41,
              "column": 18
            },
            "end": {
              "line": 41,
              "column": 24
            }
          }
        },
        "loc": {
          "start": {
            "line": 41,
            "column": 1
          },
          "end": {
            "line": 41,
            "column": 24
          }
        }
      },
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var31",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 42,
                  "column": 2
                },
                "end": {
                  "line": 42,
                  "column": 7
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var32",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 42,
                  "column": 9
                },
                "end": {
                  "line": 42,
                  "column": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 42,
              "column": 1
            },
            "end": {
              "line": 42,
              "column": 15
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "Identifier",
              "name": "var31",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 42,
                  "column": 19
                },
                "end": {
                  "line": 42,
                  "column": 24
                }
              }
            },
            {
              "type": "BooleanLiteral",
              "value": true,
              "loc": {
                "start": {
                  "line": 42,
                  "column": 26
                },
                "end": {
                  "line": 42,
                  "column": 30
                }
              }
            },
            {
              "type": "BooleanLiteral",
              "value": false,
              "loc": {
                "start": {
                  "line": 42,
                  "column": 32
                },
                "end": {
                  "line": 42,
                  "column": 37
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 42,
                  "column": 39
                },
                "end": {
                  "line": 42,
                  "column": 40
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 42,
              "column": 18
            },
            "end": {
              "line": 42,
              "column": 41
            }
          }
        },
        "loc": {
          "start": {
            "line": 42,
            "column": 1
          },
          "end": {
            "line": 42,
            "column": 41
          }
        }
      },
      "loc": {
        "start": {
          "line": 42,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 42
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var33",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 44,
                  "column": 12
                },
                "end": {
                  "line": 44,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 44,
                "column": 5
              },
              "end": {
                "line": 44,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 44,
              "column": 5
            },
            "end": {
              "line": 44,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var34",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 45,
                  "column": 12
                },
                "end": {
                  "line": 45,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 45,
              "column": 5
            },
            "end": {
              "line": 45,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 45,
          "column": 1
        },
        "end": {
          "line": 45,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var33",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 47,
                  "column": 2
                },
                "end": {
                  "line": 47,
                  "column": 7
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var34",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 47,
                  "column": 9
                },
                "end": {
                  "line": 47,
                  "column": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 47,
              "column": 1
            },
            "end": {
              "line": 47,
              "column": 15
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "Identifier",
              "name": "var31",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 47,
                  "column": 19
                },
                "end": {
                  "line": 47,
                  "column": 24
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var32",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 47,
                  "column": 26
                },
                "end": {
                  "line": 47,
                  "column": 31
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 47,
              "column": 18
            },
            "end": {
              "line": 47,
              "column": 32
            }
          }
        },
        "loc": {
          "start": {
            "line": 47,
            "column": 1
          },
          "end": {
            "line": 47,
            "column": 32
          }
        }
      },
      "loc": {
        "start": {
          "line": 47,
          "column": 1
        },
        "end": {
          "line": 47,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var35",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSStringKeyword",
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 12
                    },
                    "end": {
                      "line": 49,
                      "column": 18
                    }
                  }
                },
                {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 21
                    },
                    "end": {
                      "line": 49,
                      "column": 27
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 49,
                  "column": 12
                },
                "end": {
                  "line": 49,
                  "column": 27
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 49,
                "column": 5
              },
              "end": {
                "line": 49,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 49,
              "column": 5
            },
            "end": {
              "line": 49,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 49,
          "column": 1
        },
        "end": {
          "line": 49,
          "column": 28
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "AssignmentPattern",
              "left": {
                "type": "Identifier",
                "name": "var35",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 2
                  },
                  "end": {
                    "line": 51,
                    "column": 7
                  }
                }
              },
              "right": {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 10
                  },
                  "end": {
                    "line": 51,
                    "column": 11
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 51,
                  "column": 2
                },
                "end": {
                  "line": 51,
                  "column": 11
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 51,
              "column": 1
            },
            "end": {
              "line": 51,
              "column": 12
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 51,
                  "column": 16
                },
                "end": {
                  "line": 51,
                  "column": 21
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 51,
              "column": 15
            },
            "end": {
              "line": 51,
              "column": 22
            }
          }
        },
        "loc": {
          "start": {
            "line": 51,
            "column": 1
          },
          "end": {
            "line": 51,
            "column": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 51,
          "column": 1
        },
        "end": {
          "line": 51,
          "column": 23
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var36",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 53,
                  "column": 12
                },
                "end": {
                  "line": 53,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 53,
                "column": 5
              },
              "end": {
                "line": 53,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 53,
              "column": 5
            },
            "end": {
              "line": 53,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 53,
          "column": 1
        },
        "end": {
          "line": 53,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var37",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 54,
                  "column": 12
                },
                "end": {
                  "line": 54,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 54,
                "column": 5
              },
              "end": {
                "line": 54,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 54,
              "column": 5
            },
            "end": {
              "line": 54,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 54,
          "column": 1
        },
        "end": {
          "line": 54,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var38",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 55,
                  "column": 12
                },
                "end": {
                  "line": 55,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 55,
                "column": 5
              },
              "end": {
                "line": 55,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 55,
              "column": 5
            },
            "end": {
              "line": 55,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 55,
          "column": 1
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "AssignmentPattern",
              "left": {
                "type": "Identifier",
                "name": "var36",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 2
                  },
                  "end": {
                    "line": 56,
                    "column": 7
                  }
                }
              },
              "right": {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 10
                  },
                  "end": {
                    "line": 56,
                    "column": 11
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 56,
                  "column": 2
                },
                "end": {
                  "line": 56,
                  "column": 11
                }
              }
            },
            {
              "type": "AssignmentPattern",
              "left": {
                "type": "Identifier",
                "name": "var37",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 13
                  },
                  "end": {
                    "line": 56,
                    "column": 18
                  }
                }
              },
              "right": {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 21
                  },
                  "end": {
                    "line": 56,
                    "column": 26
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 56,
                  "column": 13
                },
                "end": {
                  "line": 56,
                  "column": 26
                }
              }
            },
            {
              "type": "AssignmentPattern",
              "left": {
                "type": "Identifier",
                "name": "var38",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 28
                  },
                  "end": {
                    "line": 56,
                    "column": 33
                  }
                }
              },
              "right": {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 36
                  },
                  "end": {
                    "line": 56,
                    "column": 40
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 56,
                  "column": 28
                },
                "end": {
                  "line": 56,
                  "column": 40
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 56,
              "column": 1
            },
            "end": {
              "line": 56,
              "column": 41
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [],
          "loc": {
            "start": {
              "line": 56,
              "column": 44
            },
            "end": {
              "line": 56,
              "column": 46
            }
          }
        },
        "loc": {
          "start": {
            "line": 56,
            "column": 1
          },
          "end": {
            "line": 56,
            "column": 46
          }
        }
      },
      "loc": {
        "start": {
          "line": 56,
          "column": 1
        },
        "end": {
          "line": 56,
          "column": 47
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var39",
            "decorators": [],
            "loc": {
              "start": {
                "line": 58,
                "column": 5
              },
              "end": {
                "line": 58,
                "column": 10
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [],
            "loc": {
              "start": {
                "line": 58,
                "column": 13
              },
              "end": {
                "line": 58,
                "column": 15
              }
            }
          },
          "loc": {
            "start": {
              "line": 58,
              "column": 5
            },
            "end": {
              "line": 58,
              "column": 15
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 58,
          "column": 1
        },
        "end": {
          "line": 58,
          "column": 16
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var40",
            "decorators": [],
            "loc": {
              "start": {
                "line": 59,
                "column": 5
              },
              "end": {
                "line": 59,
                "column": 10
              }
            }
          },
          "init": {
            "type": "Identifier",
            "name": "var33",
            "decorators": [],
            "loc": {
              "start": {
                "line": 59,
                "column": 13
              },
              "end": {
                "line": 59,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 59,
              "column": 5
            },
            "end": {
              "line": 59,
              "column": 18
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 59,
          "column": 1
        },
        "end": {
          "line": 59,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var41",
            "decorators": [],
            "loc": {
              "start": {
                "line": 60,
                "column": 5
              },
              "end": {
                "line": 60,
                "column": 10
              }
            }
          },
          "init": {
            "type": "Identifier",
            "name": "var37",
            "decorators": [],
            "loc": {
              "start": {
                "line": 60,
                "column": 13
              },
              "end": {
                "line": 60,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 60,
              "column": 5
            },
            "end": {
              "line": 60,
              "column": 18
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 60,
          "column": 1
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var42",
            "decorators": [],
            "loc": {
              "start": {
                "line": 61,
                "column": 5
              },
              "end": {
                "line": 61,
                "column": 10
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [],
            "loc": {
              "start": {
                "line": 61,
                "column": 13
              },
              "end": {
                "line": 61,
                "column": 15
              }
            }
          },
          "loc": {
            "start": {
              "line": 61,
              "column": 5
            },
            "end": {
              "line": 61,
              "column": 15
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 61,
          "column": 1
        },
        "end": {
          "line": 61,
          "column": 16
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var39",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 62,
                  "column": 2
                },
                "end": {
                  "line": 62,
                  "column": 7
                }
              }
            },
            {
              "type": "ArrayPattern",
              "elements": [
                {
                  "type": "Identifier",
                  "name": "var40",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 10
                    },
                    "end": {
                      "line": 62,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "OmittedExpression",
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 17
                    },
                    "end": {
                      "line": 62,
                      "column": 18
                    }
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "Identifier",
                    "name": "var41",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 19
                      },
                      "end": {
                        "line": 62,
                        "column": 24
                      }
                    }
                  },
                  "right": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 27
                      },
                      "end": {
                        "line": 62,
                        "column": 32
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 19
                    },
                    "end": {
                      "line": 62,
                      "column": 32
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 62,
                  "column": 9
                },
                "end": {
                  "line": 62,
                  "column": 33
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var42",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 38
                  },
                  "end": {
                    "line": 62,
                    "column": 43
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 62,
                  "column": 35
                },
                "end": {
                  "line": 62,
                  "column": 43
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 62,
              "column": 1
            },
            "end": {
              "line": 62,
              "column": 44
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ObjectExpression",
              "properties": [],
              "loc": {
                "start": {
                  "line": 62,
                  "column": 48
                },
                "end": {
                  "line": 62,
                  "column": 50
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 42,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 53
                    },
                    "end": {
                      "line": 62,
                      "column": 55
                    }
                  }
                },
                {
                  "type": "OmittedExpression",
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 57
                    },
                    "end": {
                      "line": 62,
                      "column": 58
                    }
                  }
                },
                {
                  "type": "BinaryExpression",
                  "operator": "+",
                  "left": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 59
                      },
                      "end": {
                        "line": 62,
                        "column": 64
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 67
                      },
                      "end": {
                        "line": 62,
                        "column": 68
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 59
                    },
                    "end": {
                      "line": 62,
                      "column": 68
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 62,
                  "column": 52
                },
                "end": {
                  "line": 62,
                  "column": 69
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 62,
              "column": 47
            },
            "end": {
              "line": 62,
              "column": 70
            }
          }
        },
        "loc": {
          "start": {
            "line": 62,
            "column": 1
          },
          "end": {
            "line": 62,
            "column": 70
          }
        }
      },
      "loc": {
        "start": {
          "line": 62,
          "column": 1
        },
        "end": {
          "line": 62,
          "column": 71
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var39",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 63,
                  "column": 2
                },
                "end": {
                  "line": 63,
                  "column": 7
                }
              }
            },
            {
              "type": "ArrayPattern",
              "elements": [
                {
                  "type": "Identifier",
                  "name": "var40",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 10
                    },
                    "end": {
                      "line": 63,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "OmittedExpression",
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 17
                    },
                    "end": {
                      "line": 63,
                      "column": 18
                    }
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "Identifier",
                    "name": "var41",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 19
                      },
                      "end": {
                        "line": 63,
                        "column": 24
                      }
                    }
                  },
                  "right": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 27
                      },
                      "end": {
                        "line": 63,
                        "column": 32
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 19
                    },
                    "end": {
                      "line": 63,
                      "column": 32
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 63,
                  "column": 9
                },
                "end": {
                  "line": 63,
                  "column": 33
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var42",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 38
                  },
                  "end": {
                    "line": 63,
                    "column": 43
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 63,
                  "column": 35
                },
                "end": {
                  "line": 63,
                  "column": 43
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 63,
              "column": 1
            },
            "end": {
              "line": 63,
              "column": 44
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ObjectExpression",
              "properties": [],
              "loc": {
                "start": {
                  "line": 63,
                  "column": 48
                },
                "end": {
                  "line": 63,
                  "column": 50
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 42,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 53
                    },
                    "end": {
                      "line": 63,
                      "column": 55
                    }
                  }
                },
                {
                  "type": "OmittedExpression",
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 57
                    },
                    "end": {
                      "line": 63,
                      "column": 58
                    }
                  }
                },
                {
                  "type": "BinaryExpression",
                  "operator": "+",
                  "left": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 59
                      },
                      "end": {
                        "line": 63,
                        "column": 64
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 67
                      },
                      "end": {
                        "line": 63,
                        "column": 68
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 59
                    },
                    "end": {
                      "line": 63,
                      "column": 68
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 63,
                  "column": 52
                },
                "end": {
                  "line": 63,
                  "column": 69
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 3,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 71
                },
                "end": {
                  "line": 63,
                  "column": 72
                }
              }
            },
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 63,
                  "column": 74
                },
                "end": {
                  "line": 63,
                  "column": 79
                }
              }
            },
            {
              "type": "BooleanLiteral",
              "value": false,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 81
                },
                "end": {
                  "line": 63,
                  "column": 86
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 63,
              "column": 47
            },
            "end": {
              "line": 63,
              "column": 87
            }
          }
        },
        "loc": {
          "start": {
            "line": 63,
            "column": 1
          },
          "end": {
            "line": 63,
            "column": 87
          }
        }
      },
      "loc": {
        "start": {
          "line": 63,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 88
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var39",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 65,
                  "column": 2
                },
                "end": {
                  "line": 65,
                  "column": 7
                }
              }
            },
            {
              "type": "AssignmentPattern",
              "left": {
                "type": "ArrayPattern",
                "elements": [
                  {
                    "type": "Identifier",
                    "name": "var40",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 10
                      },
                      "end": {
                        "line": 65,
                        "column": 15
                      }
                    }
                  },
                  {
                    "type": "OmittedExpression",
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 17
                      },
                      "end": {
                        "line": 65,
                        "column": 18
                      }
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "left": {
                      "type": "Identifier",
                      "name": "var41",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 19
                        },
                        "end": {
                          "line": 65,
                          "column": 24
                        }
                      }
                    },
                    "right": {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 27
                        },
                        "end": {
                          "line": 65,
                          "column": 32
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 19
                      },
                      "end": {
                        "line": 65,
                        "column": 32
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 9
                  },
                  "end": {
                    "line": 65,
                    "column": 33
                  }
                }
              },
              "right": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "NumberLiteral",
                    "value": 45,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 37
                      },
                      "end": {
                        "line": 65,
                        "column": 39
                      }
                    }
                  },
                  {
                    "type": "OmittedExpression",
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 41
                      },
                      "end": {
                        "line": 65,
                        "column": 42
                      }
                    }
                  },
                  {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 43
                      },
                      "end": {
                        "line": 65,
                        "column": 48
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 36
                  },
                  "end": {
                    "line": 65,
                    "column": 49
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 65,
                  "column": 9
                },
                "end": {
                  "line": 65,
                  "column": 49
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var42",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 54
                  },
                  "end": {
                    "line": 65,
                    "column": 59
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 65,
                  "column": 51
                },
                "end": {
                  "line": 65,
                  "column": 59
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 65,
              "column": 1
            },
            "end": {
              "line": 65,
              "column": 60
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ObjectExpression",
              "properties": [],
              "loc": {
                "start": {
                  "line": 65,
                  "column": 64
                },
                "end": {
                  "line": 65,
                  "column": 66
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 42,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 69
                    },
                    "end": {
                      "line": 65,
                      "column": 71
                    }
                  }
                },
                {
                  "type": "OmittedExpression",
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 73
                    },
                    "end": {
                      "line": 65,
                      "column": 74
                    }
                  }
                },
                {
                  "type": "BinaryExpression",
                  "operator": "+",
                  "left": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 75
                      },
                      "end": {
                        "line": 65,
                        "column": 80
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 83
                      },
                      "end": {
                        "line": 65,
                        "column": 84
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 75
                    },
                    "end": {
                      "line": 65,
                      "column": 84
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 65,
                  "column": 68
                },
                "end": {
                  "line": 65,
                  "column": 85
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 65,
              "column": 63
            },
            "end": {
              "line": 65,
              "column": 86
            }
          }
        },
        "loc": {
          "start": {
            "line": 65,
            "column": 1
          },
          "end": {
            "line": 65,
            "column": 86
          }
        }
      },
      "loc": {
        "start": {
          "line": 65,
          "column": 1
        },
        "end": {
          "line": 65,
          "column": 87
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var43",
            "decorators": [],
            "loc": {
              "start": {
                "line": 67,
                "column": 5
              },
              "end": {
                "line": 67,
                "column": 10
              }
            }
          },
          "init": {
            "type": "TSAsExpression",
            "expression": {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 45,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 14
                    },
                    "end": {
                      "line": 67,
                      "column": 16
                    }
                  }
                },
                {
                  "type": "OmittedExpression",
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 18
                    },
                    "end": {
                      "line": 67,
                      "column": 19
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 20
                    },
                    "end": {
                      "line": 67,
                      "column": 25
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 67,
                  "column": 13
                },
                "end": {
                  "line": 67,
                  "column": 26
                }
              }
            },
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "const",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 30
                  },
                  "end": {
                    "line": 67,
                    "column": 35
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 67,
                  "column": 30
                },
                "end": {
                  "line": 67,
                  "column": 35
                }
              }
            },
            "loc": {
              "start": {
                "line": 67,
                "column": 13
              },
              "end": {
                "line": 67,
                "column": 36
              }
            }
          },
          "loc": {
            "start": {
              "line": 67,
              "column": 5
            },
            "end": {
              "line": 67,
              "column": 36
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 67,
          "column": 1
        },
        "end": {
          "line": 67,
          "column": 36
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var44",
            "decorators": [],
            "loc": {
              "start": {
                "line": 69,
                "column": 5
              },
              "end": {
                "line": 69,
                "column": 10
              }
            }
          },
          "init": {
            "type": "StringLiteral",
            "value": "",
            "loc": {
              "start": {
                "line": 69,
                "column": 13
              },
              "end": {
                "line": 69,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 69,
              "column": 5
            },
            "end": {
              "line": 69,
              "column": 18
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 69,
          "column": 1
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var39",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 71,
                  "column": 2
                },
                "end": {
                  "line": 71,
                  "column": 7
                }
              }
            },
            {
              "type": "AssignmentPattern",
              "left": {
                "type": "ArrayPattern",
                "elements": [
                  {
                    "type": "Identifier",
                    "name": "var40",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 10
                      },
                      "end": {
                        "line": 71,
                        "column": 15
                      }
                    }
                  },
                  {
                    "type": "OmittedExpression",
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 17
                      },
                      "end": {
                        "line": 71,
                        "column": 18
                      }
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "left": {
                      "type": "Identifier",
                      "name": "var41",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 19
                        },
                        "end": {
                          "line": 71,
                          "column": 24
                        }
                      }
                    },
                    "right": {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 27
                        },
                        "end": {
                          "line": 71,
                          "column": 32
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 19
                      },
                      "end": {
                        "line": 71,
                        "column": 32
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 9
                  },
                  "end": {
                    "line": 71,
                    "column": 33
                  }
                }
              },
              "right": {
                "type": "Identifier",
                "name": "var43",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 36
                  },
                  "end": {
                    "line": 71,
                    "column": 41
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 71,
                  "column": 9
                },
                "end": {
                  "line": 71,
                  "column": 41
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var42",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 46
                  },
                  "end": {
                    "line": 71,
                    "column": 51
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 71,
                  "column": 43
                },
                "end": {
                  "line": 71,
                  "column": 51
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 71,
              "column": 1
            },
            "end": {
              "line": 71,
              "column": 52
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ObjectExpression",
              "properties": [],
              "loc": {
                "start": {
                  "line": 71,
                  "column": 56
                },
                "end": {
                  "line": 71,
                  "column": 58
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 42,
                  "loc": {
                    "start": {
                      "line": 71,
                      "column": 61
                    },
                    "end": {
                      "line": 71,
                      "column": 63
                    }
                  }
                },
                {
                  "type": "OmittedExpression",
                  "loc": {
                    "start": {
                      "line": 71,
                      "column": 65
                    },
                    "end": {
                      "line": 71,
                      "column": 66
                    }
                  }
                },
                {
                  "type": "BinaryExpression",
                  "operator": "+",
                  "left": {
                    "type": "Identifier",
                    "name": "var44",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 67
                      },
                      "end": {
                        "line": 71,
                        "column": 72
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 75
                      },
                      "end": {
                        "line": 71,
                        "column": 76
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 71,
                      "column": 67
                    },
                    "end": {
                      "line": 71,
                      "column": 76
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 71,
                  "column": 60
                },
                "end": {
                  "line": 71,
                  "column": 77
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 71,
              "column": 55
            },
            "end": {
              "line": 71,
              "column": 78
            }
          }
        },
        "loc": {
          "start": {
            "line": 71,
            "column": 1
          },
          "end": {
            "line": 71,
            "column": 78
          }
        }
      },
      "loc": {
        "start": {
          "line": 71,
          "column": 1
        },
        "end": {
          "line": 71,
          "column": 79
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var45",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSStringKeyword",
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 12
                  },
                  "end": {
                    "line": 73,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 73,
                  "column": 12
                },
                "end": {
                  "line": 73,
                  "column": 20
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 73,
                "column": 5
              },
              "end": {
                "line": 73,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 73,
              "column": 5
            },
            "end": {
              "line": 73,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 73,
          "column": 1
        },
        "end": {
          "line": 73,
          "column": 21
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var46",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 12
                  },
                  "end": {
                    "line": 74,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 74,
                  "column": 12
                },
                "end": {
                  "line": 74,
                  "column": 20
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 74,
                "column": 5
              },
              "end": {
                "line": 74,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 74,
              "column": 5
            },
            "end": {
              "line": 74,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 74,
          "column": 1
        },
        "end": {
          "line": 74,
          "column": 21
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var47",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSParenthesizedType",
                "typeAnnotation": {
                  "type": "TSUnionType",
                  "types": [
                    {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 13
                        },
                        "end": {
                          "line": 75,
                          "column": 19
                        }
                      }
                    },
                    {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 22
                        },
                        "end": {
                          "line": 75,
                          "column": 28
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 13
                    },
                    "end": {
                      "line": 75,
                      "column": 28
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 12
                  },
                  "end": {
                    "line": 75,
                    "column": 29
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 75,
                  "column": 12
                },
                "end": {
                  "line": 75,
                  "column": 31
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 75,
                "column": 5
              },
              "end": {
                "line": 75,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 75,
              "column": 5
            },
            "end": {
              "line": 75,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 75,
          "column": 1
        },
        "end": {
          "line": 75,
          "column": 32
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var48",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSStringKeyword",
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 12
                  },
                  "end": {
                    "line": 76,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 76,
                  "column": 12
                },
                "end": {
                  "line": 76,
                  "column": 20
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 76,
                "column": 5
              },
              "end": {
                "line": 76,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 76,
              "column": 5
            },
            "end": {
              "line": 76,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 76,
          "column": 1
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "Identifier",
              "name": "var45",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 2
                },
                "end": {
                  "line": 78,
                  "column": 7
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var46",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 9
                },
                "end": {
                  "line": 78,
                  "column": 14
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var47",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 16
                },
                "end": {
                  "line": 78,
                  "column": 21
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var47",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 23
                },
                "end": {
                  "line": 78,
                  "column": 28
                }
              }
            },
            {
              "type": "Identifier",
              "name": "var47",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 30
                },
                "end": {
                  "line": 78,
                  "column": 35
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var48",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 78,
                    "column": 40
                  },
                  "end": {
                    "line": 78,
                    "column": 45
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 78,
                  "column": 37
                },
                "end": {
                  "line": 78,
                  "column": 45
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 78,
              "column": 1
            },
            "end": {
              "line": 78,
              "column": 46
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 51
                    },
                    "end": {
                      "line": 78,
                      "column": 56
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 58
                    },
                    "end": {
                      "line": 78,
                      "column": 63
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 50
                },
                "end": {
                  "line": 78,
                  "column": 64
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 67
                    },
                    "end": {
                      "line": 78,
                      "column": 68
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 70
                    },
                    "end": {
                      "line": 78,
                      "column": 71
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 66
                },
                "end": {
                  "line": 78,
                  "column": 72
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 75
                    },
                    "end": {
                      "line": 78,
                      "column": 80
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 82
                    },
                    "end": {
                      "line": 78,
                      "column": 87
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 74
                },
                "end": {
                  "line": 78,
                  "column": 88
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 91
                    },
                    "end": {
                      "line": 78,
                      "column": 92
                    }
                  }
                },
                {
                  "type": "NumberLiteral",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 94
                    },
                    "end": {
                      "line": 78,
                      "column": 95
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 90
                },
                "end": {
                  "line": 78,
                  "column": 96
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 99
                    },
                    "end": {
                      "line": 78,
                      "column": 100
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 102
                    },
                    "end": {
                      "line": 78,
                      "column": 107
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 98
                },
                "end": {
                  "line": 78,
                  "column": 108
                }
              }
            },
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 78,
                  "column": 110
                },
                "end": {
                  "line": 78,
                  "column": 115
                }
              }
            },
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 78,
                  "column": 117
                },
                "end": {
                  "line": 78,
                  "column": 122
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 78,
              "column": 49
            },
            "end": {
              "line": 78,
              "column": 123
            }
          }
        },
        "loc": {
          "start": {
            "line": 78,
            "column": 1
          },
          "end": {
            "line": 78,
            "column": 123
          }
        }
      },
      "loc": {
        "start": {
          "line": 78,
          "column": 1
        },
        "end": {
          "line": 78,
          "column": 123
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var49",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSStringKeyword",
                "loc": {
                  "start": {
                    "line": 80,
                    "column": 12
                  },
                  "end": {
                    "line": 80,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 80,
                  "column": 12
                },
                "end": {
                  "line": 80,
                  "column": 20
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 80,
                "column": 5
              },
              "end": {
                "line": 80,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 80,
              "column": 5
            },
            "end": {
              "line": 80,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 80,
          "column": 1
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var50",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 12
                  },
                  "end": {
                    "line": 81,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 81,
                  "column": 12
                },
                "end": {
                  "line": 81,
                  "column": 20
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 81,
                "column": 5
              },
              "end": {
                "line": 81,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 81,
              "column": 5
            },
            "end": {
              "line": 81,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 81,
          "column": 1
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ArrayPattern",
          "elements": [
            {
              "type": "ArrayPattern",
              "elements": [
                {
                  "type": "RestElement",
                  "argument": {
                    "type": "Identifier",
                    "name": "var49",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 6
                      },
                      "end": {
                        "line": 82,
                        "column": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 3
                    },
                    "end": {
                      "line": 82,
                      "column": 11
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 82,
                  "column": 2
                },
                "end": {
                  "line": 82,
                  "column": 12
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var50",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 17
                  },
                  "end": {
                    "line": 82,
                    "column": 22
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 82,
                  "column": 14
                },
                "end": {
                  "line": 82,
                  "column": 22
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 82,
              "column": 1
            },
            "end": {
              "line": 82,
              "column": 23
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 28
                    },
                    "end": {
                      "line": 82,
                      "column": 33
                    }
                  }
                },
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 35
                    },
                    "end": {
                      "line": 82,
                      "column": 40
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 82,
                  "column": 27
                },
                "end": {
                  "line": 82,
                  "column": 41
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 82,
                  "column": 43
                },
                "end": {
                  "line": 82,
                  "column": 44
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 2,
              "loc": {
                "start": {
                  "line": 82,
                  "column": 46
                },
                "end": {
                  "line": 82,
                  "column": 47
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 82,
              "column": 26
            },
            "end": {
              "line": 82,
              "column": 48
            }
          }
        },
        "loc": {
          "start": {
            "line": 82,
            "column": 1
          },
          "end": {
            "line": 82,
            "column": 48
          }
        }
      },
      "loc": {
        "start": {
          "line": 82,
          "column": 1
        },
        "end": {
          "line": 82,
          "column": 48
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 82,
      "column": 48
    }
  }
}
