{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var1",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 7
                    },
                    "end": {
                      "line": 1,
                      "column": 11
                    }
                  }
                },
                "value": {
                  "type": "Identifier",
                  "name": "var1",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 7
                    },
                    "end": {
                      "line": 1,
                      "column": 11
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 7
                  },
                  "end": {
                    "line": 1,
                    "column": 11
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var2",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 13
                    },
                    "end": {
                      "line": 1,
                      "column": 17
                    }
                  }
                },
                "value": {
                  "type": "Identifier",
                  "name": "var2",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 13
                    },
                    "end": {
                      "line": 1,
                      "column": 17
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 13
                  },
                  "end": {
                    "line": 1,
                    "column": 17
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 5
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var1",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 24
                    },
                    "end": {
                      "line": 1,
                      "column": 28
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 5,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 30
                    },
                    "end": {
                      "line": 1,
                      "column": 31
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 24
                  },
                  "end": {
                    "line": 1,
                    "column": 31
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var2",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 33
                    },
                    "end": {
                      "line": 1,
                      "column": 37
                    }
                  }
                },
                "value": {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 39
                    },
                    "end": {
                      "line": 1,
                      "column": 44
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 33
                  },
                  "end": {
                    "line": 1,
                    "column": 44
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 22
              },
              "end": {
                "line": 1,
                "column": 46
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 5
            },
            "end": {
              "line": 1,
              "column": 46
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 1,
          "column": 47
        }
      }
    },
    {
      "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": 3,
          "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": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 7
                    },
                    "end": {
                      "line": 5,
                      "column": 11
                    }
                  }
                },
                "value": {
                  "type": "ArrayPattern",
                  "elements": [
                    {
                      "type": "Identifier",
                      "name": "var3",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 14
                        },
                        "end": {
                          "line": 5,
                          "column": 18
                        }
                      }
                    },
                    {
                      "type": "OmittedExpression",
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 20
                        },
                        "end": {
                          "line": 5,
                          "column": 21
                        }
                      }
                    },
                    {
                      "type": "OmittedExpression",
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 22
                        },
                        "end": {
                          "line": 5,
                          "column": 23
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "var4",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 24
                        },
                        "end": {
                          "line": 5,
                          "column": 28
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 13
                    },
                    "end": {
                      "line": 5,
                      "column": 29
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 7
                  },
                  "end": {
                    "line": 5,
                    "column": 29
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var5",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 31
                    },
                    "end": {
                      "line": 5,
                      "column": 35
                    }
                  }
                },
                "value": {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "Identifier",
                    "name": "var5",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 31
                      },
                      "end": {
                        "line": 5,
                        "column": 35
                      }
                    }
                  },
                  "right": {
                    "type": "BooleanLiteral",
                    "value": true,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 38
                      },
                      "end": {
                        "line": 5,
                        "column": 42
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 31
                    },
                    "end": {
                      "line": 5,
                      "column": 42
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 31
                  },
                  "end": {
                    "line": 5,
                    "column": 42
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 5
              },
              "end": {
                "line": 5,
                "column": 44
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 49
                    },
                    "end": {
                      "line": 5,
                      "column": 53
                    }
                  }
                },
                "value": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "NumberLiteral",
                      "value": 1,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 56
                        },
                        "end": {
                          "line": 5,
                          "column": 57
                        }
                      }
                    },
                    {
                      "type": "ArrayExpression",
                      "elements": [],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 59
                        },
                        "end": {
                          "line": 5,
                          "column": 61
                        }
                      }
                    },
                    {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 63
                        },
                        "end": {
                          "line": 5,
                          "column": 65
                        }
                      }
                    },
                    {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 67
                        },
                        "end": {
                          "line": 5,
                          "column": 72
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 55
                    },
                    "end": {
                      "line": 5,
                      "column": 73
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 49
                  },
                  "end": {
                    "line": 5,
                    "column": 73
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 47
              },
              "end": {
                "line": 5,
                "column": 75
              }
            }
          },
          "loc": {
            "start": {
              "line": 5,
              "column": 5
            },
            "end": {
              "line": 5,
              "column": 75
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 5,
          "column": 1
        },
        "end": {
          "line": 5,
          "column": 75
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var3",
          "decorators": [],
          "loc": {
            "start": {
              "line": 6,
              "column": 1
            },
            "end": {
              "line": 6,
              "column": 5
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 12,
          "loc": {
            "start": {
              "line": 6,
              "column": 8
            },
            "end": {
              "line": 6,
              "column": 10
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 1
          },
          "end": {
            "line": 6,
            "column": 10
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 1
        },
        "end": {
          "line": 6,
          "column": 11
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var4",
          "decorators": [],
          "loc": {
            "start": {
              "line": 7,
              "column": 1
            },
            "end": {
              "line": 7,
              "column": 5
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 7,
              "column": 8
            },
            "end": {
              "line": 7,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 7,
            "column": 1
          },
          "end": {
            "line": 7,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 7,
          "column": 1
        },
        "end": {
          "line": 7,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var5",
          "decorators": [],
          "loc": {
            "start": {
              "line": 8,
              "column": 1
            },
            "end": {
              "line": 8,
              "column": 5
            }
          }
        },
        "right": {
          "type": "BooleanLiteral",
          "value": false,
          "loc": {
            "start": {
              "line": 8,
              "column": 8
            },
            "end": {
              "line": 8,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 8,
            "column": 1
          },
          "end": {
            "line": 8,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 8,
          "column": 1
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 7
                    },
                    "end": {
                      "line": 10,
                      "column": 11
                    }
                  }
                },
                "value": {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "ObjectPattern",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "var6",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 15
                            },
                            "end": {
                              "line": 10,
                              "column": 19
                            }
                          }
                        },
                        "value": {
                          "type": "AssignmentPattern",
                          "left": {
                            "type": "Identifier",
                            "name": "var6",
                            "decorators": [],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 15
                              },
                              "end": {
                                "line": 10,
                                "column": 19
                              }
                            }
                          },
                          "right": {
                            "type": "NumberLiteral",
                            "value": 3,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 22
                              },
                              "end": {
                                "line": 10,
                                "column": 23
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 15
                            },
                            "end": {
                              "line": 10,
                              "column": 23
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 15
                          },
                          "end": {
                            "line": 10,
                            "column": 23
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "var7",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 25
                            },
                            "end": {
                              "line": 10,
                              "column": 29
                            }
                          }
                        },
                        "value": {
                          "type": "AssignmentPattern",
                          "left": {
                            "type": "Identifier",
                            "name": "var7",
                            "decorators": [],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 25
                              },
                              "end": {
                                "line": 10,
                                "column": 29
                              }
                            }
                          },
                          "right": {
                            "type": "StringLiteral",
                            "value": "",
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 32
                              },
                              "end": {
                                "line": 10,
                                "column": 34
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 25
                            },
                            "end": {
                              "line": 10,
                              "column": 34
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 25
                          },
                          "end": {
                            "line": 10,
                            "column": 34
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 13
                      },
                      "end": {
                        "line": 10,
                        "column": 36
                      }
                    }
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "var6",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 41
                            },
                            "end": {
                              "line": 10,
                              "column": 45
                            }
                          }
                        },
                        "value": {
                          "type": "StringLiteral",
                          "value": "",
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 47
                            },
                            "end": {
                              "line": 10,
                              "column": 52
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 41
                          },
                          "end": {
                            "line": 10,
                            "column": 52
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "var7",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 54
                            },
                            "end": {
                              "line": 10,
                              "column": 58
                            }
                          }
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "value": true,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 60
                            },
                            "end": {
                              "line": 10,
                              "column": 64
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 54
                          },
                          "end": {
                            "line": 10,
                            "column": 64
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 39
                      },
                      "end": {
                        "line": 10,
                        "column": 66
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 13
                    },
                    "end": {
                      "line": 10,
                      "column": 66
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 7
                  },
                  "end": {
                    "line": 10,
                    "column": 66
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 5
              },
              "end": {
                "line": 10,
                "column": 68
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 73
                    },
                    "end": {
                      "line": 10,
                      "column": 77
                    }
                  }
                },
                "value": {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var6",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 81
                          },
                          "end": {
                            "line": 10,
                            "column": 85
                          }
                        }
                      },
                      "value": {
                        "type": "NumberLiteral",
                        "value": 1,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 87
                          },
                          "end": {
                            "line": 10,
                            "column": 88
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 81
                        },
                        "end": {
                          "line": 10,
                          "column": 88
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var7",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 90
                          },
                          "end": {
                            "line": 10,
                            "column": 94
                          }
                        }
                      },
                      "value": {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 96
                          },
                          "end": {
                            "line": 10,
                            "column": 101
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 90
                        },
                        "end": {
                          "line": 10,
                          "column": 101
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 79
                    },
                    "end": {
                      "line": 10,
                      "column": 103
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 73
                  },
                  "end": {
                    "line": 10,
                    "column": 103
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 71
              },
              "end": {
                "line": 10,
                "column": 105
              }
            }
          },
          "loc": {
            "start": {
              "line": 10,
              "column": 5
            },
            "end": {
              "line": 10,
              "column": 105
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 10,
          "column": 1
        },
        "end": {
          "line": 10,
          "column": 105
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 11,
              "column": 1
            },
            "end": {
              "line": 11,
              "column": 5
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 1,
          "loc": {
            "start": {
              "line": 11,
              "column": 8
            },
            "end": {
              "line": 11,
              "column": 9
            }
          }
        },
        "loc": {
          "start": {
            "line": 11,
            "column": 1
          },
          "end": {
            "line": 11,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 11,
          "column": 1
        },
        "end": {
          "line": 11,
          "column": 10
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 12,
              "column": 1
            },
            "end": {
              "line": 12,
              "column": 5
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 12,
              "column": 8
            },
            "end": {
              "line": 12,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 12,
            "column": 1
          },
          "end": {
            "line": 12,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 12,
          "column": 1
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var7",
          "decorators": [],
          "loc": {
            "start": {
              "line": 13,
              "column": 1
            },
            "end": {
              "line": 13,
              "column": 5
            }
          }
        },
        "right": {
          "type": "BooleanLiteral",
          "value": false,
          "loc": {
            "start": {
              "line": 13,
              "column": 8
            },
            "end": {
              "line": 13,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 13,
            "column": 1
          },
          "end": {
            "line": 13,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 13,
          "column": 1
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var7",
          "decorators": [],
          "loc": {
            "start": {
              "line": 14,
              "column": 1
            },
            "end": {
              "line": 14,
              "column": 5
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 14,
              "column": 8
            },
            "end": {
              "line": 14,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 14,
            "column": 1
          },
          "end": {
            "line": 14,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 14,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 14
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 7
                    },
                    "end": {
                      "line": 16,
                      "column": 11
                    }
                  }
                },
                "value": {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "ObjectPattern",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "prop",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 15
                            },
                            "end": {
                              "line": 16,
                              "column": 19
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayPattern",
                          "elements": [
                            {
                              "type": "AssignmentPattern",
                              "left": {
                                "type": "Identifier",
                                "name": "var8",
                                "decorators": [],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 26
                                  }
                                }
                              },
                              "right": {
                                "type": "NumberLiteral",
                                "value": 1,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 30
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 22
                                },
                                "end": {
                                  "line": 16,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "AssignmentPattern",
                              "left": {
                                "type": "Identifier",
                                "name": "var9",
                                "decorators": [],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 36
                                  }
                                }
                              },
                              "right": {
                                "type": "ObjectExpression",
                                "properties": [],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 41
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 32
                                },
                                "end": {
                                  "line": 16,
                                  "column": 41
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 21
                            },
                            "end": {
                              "line": 16,
                              "column": 42
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 15
                          },
                          "end": {
                            "line": 16,
                            "column": 42
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 13
                      },
                      "end": {
                        "line": 16,
                        "column": 44
                      }
                    }
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "prop",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 49
                            },
                            "end": {
                              "line": 16,
                              "column": 53
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "StringLiteral",
                              "value": "",
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 56
                                },
                                "end": {
                                  "line": 16,
                                  "column": 61
                                }
                              }
                            },
                            {
                              "type": "BooleanLiteral",
                              "value": true,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 63
                                },
                                "end": {
                                  "line": 16,
                                  "column": 67
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 55
                            },
                            "end": {
                              "line": 16,
                              "column": 68
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 49
                          },
                          "end": {
                            "line": 16,
                            "column": 68
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 47
                      },
                      "end": {
                        "line": 16,
                        "column": 70
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 13
                    },
                    "end": {
                      "line": 16,
                      "column": 70
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 7
                  },
                  "end": {
                    "line": 16,
                    "column": 70
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 5
              },
              "end": {
                "line": 16,
                "column": 72
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 77
                    },
                    "end": {
                      "line": 16,
                      "column": 81
                    }
                  }
                },
                "value": {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "prop",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 85
                          },
                          "end": {
                            "line": 16,
                            "column": 89
                          }
                        }
                      },
                      "value": {
                        "type": "ArrayExpression",
                        "elements": [
                          {
                            "type": "NumberLiteral",
                            "value": 1,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 92
                              },
                              "end": {
                                "line": 16,
                                "column": 93
                              }
                            }
                          },
                          {
                            "type": "NumberLiteral",
                            "value": 2,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 95
                              },
                              "end": {
                                "line": 16,
                                "column": 96
                              }
                            }
                          },
                          {
                            "type": "NumberLiteral",
                            "value": 3,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 98
                              },
                              "end": {
                                "line": 16,
                                "column": 99
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 91
                          },
                          "end": {
                            "line": 16,
                            "column": 100
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 85
                        },
                        "end": {
                          "line": 16,
                          "column": 100
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 83
                    },
                    "end": {
                      "line": 16,
                      "column": 102
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 77
                  },
                  "end": {
                    "line": 16,
                    "column": 102
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 75
              },
              "end": {
                "line": 16,
                "column": 104
              }
            }
          },
          "loc": {
            "start": {
              "line": 16,
              "column": 5
            },
            "end": {
              "line": 16,
              "column": 104
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 105
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var8",
          "decorators": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 17,
              "column": 5
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "var6",
          "decorators": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 8
            },
            "end": {
              "line": 17,
              "column": 12
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 1
          },
          "end": {
            "line": 17,
            "column": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "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": "NumberLiteral",
          "value": 1,
          "loc": {
            "start": {
              "line": 18,
              "column": 8
            },
            "end": {
              "line": 18,
              "column": 9
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 1
          },
          "end": {
            "line": 18,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 10
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var9",
          "decorators": [],
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 19,
              "column": 5
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "a",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 10
                  },
                  "end": {
                    "line": 19,
                    "column": 11
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 13
                  },
                  "end": {
                    "line": 19,
                    "column": 14
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 10
                },
                "end": {
                  "line": 19,
                  "column": 14
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 16
                  },
                  "end": {
                    "line": 19,
                    "column": 17
                  }
                }
              },
              "value": {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 19
                  },
                  "end": {
                    "line": 19,
                    "column": 24
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 16
                },
                "end": {
                  "line": 19,
                  "column": 24
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 19,
              "column": 8
            },
            "end": {
              "line": 19,
              "column": 26
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 26
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var9",
          "decorators": [],
          "loc": {
            "start": {
              "line": 20,
              "column": 1
            },
            "end": {
              "line": 20,
              "column": 5
            }
          }
        },
        "right": {
          "type": "BooleanLiteral",
          "value": false,
          "loc": {
            "start": {
              "line": 20,
              "column": 8
            },
            "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": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "var11",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 23,
                  "column": 5
                },
                "end": {
                  "line": 23,
                  "column": 10
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 12
                },
                "end": {
                  "line": 23,
                  "column": 18
                }
              }
            },
            "loc": {
              "start": {
                "line": 23,
                "column": 5
              },
              "end": {
                "line": 23,
                "column": 19
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "b",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 24,
                  "column": 5
                },
                "end": {
                  "line": 24,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 24,
                  "column": 8
                },
                "end": {
                  "line": 24,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 24,
                "column": 5
              },
              "end": {
                "line": 24,
                "column": 15
              }
            }
          },
          {
            "type": "TSCallSignatureDeclaration",
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSNumberKeyword",
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 9
                    },
                    "end": {
                      "line": 25,
                      "column": 15
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 6
                  },
                  "end": {
                    "line": 25,
                    "column": 7
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "typeAnnotation": {
                  "type": "TSArrayType",
                  "elementType": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 20
                      },
                      "end": {
                        "line": 25,
                        "column": 26
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 20
                    },
                    "end": {
                      "line": 25,
                      "column": 28
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 17
                  },
                  "end": {
                    "line": 25,
                    "column": 18
                  }
                }
              }
            ],
            "returnType": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 31
                },
                "end": {
                  "line": 25,
                  "column": 38
                }
              }
            },
            "loc": {
              "start": {
                "line": 25,
                "column": 5
              },
              "end": {
                "line": 25,
                "column": 39
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 22,
            "column": 22
          },
          "end": {
            "line": 26,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface1",
        "decorators": [],
        "loc": {
          "start": {
            "line": 22,
            "column": 11
          },
          "end": {
            "line": 22,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 22,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var10",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 12
                  },
                  "end": {
                    "line": 28,
                    "column": 22
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 28,
                  "column": 12
                },
                "end": {
                  "line": 28,
                  "column": 22
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 28,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 28,
              "column": 5
            },
            "end": {
              "line": 28,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 28,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 23
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var11",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 7
                    },
                    "end": {
                      "line": 29,
                      "column": 12
                    }
                  }
                },
                "value": {
                  "type": "Identifier",
                  "name": "var11",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 7
                    },
                    "end": {
                      "line": 29,
                      "column": 12
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 7
                  },
                  "end": {
                    "line": 29,
                    "column": 12
                  }
                }
              },
              {
                "type": "RestElement",
                "argument": {
                  "type": "Identifier",
                  "name": "var12",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 17
                    },
                    "end": {
                      "line": 29,
                      "column": 22
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 14
                  },
                  "end": {
                    "line": 29,
                    "column": 22
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 24
              }
            }
          },
          "init": {
            "type": "Identifier",
            "name": "var10",
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 27
              },
              "end": {
                "line": 29,
                "column": 32
              }
            }
          },
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 29,
              "column": 32
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 33
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var11",
          "decorators": [],
          "loc": {
            "start": {
              "line": 30,
              "column": 1
            },
            "end": {
              "line": 30,
              "column": 6
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 12,
          "loc": {
            "start": {
              "line": 30,
              "column": 9
            },
            "end": {
              "line": 30,
              "column": 11
            }
          }
        },
        "loc": {
          "start": {
            "line": 30,
            "column": 1
          },
          "end": {
            "line": 30,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "var12",
          "decorators": [],
          "loc": {
            "start": {
              "line": 31,
              "column": 1
            },
            "end": {
              "line": 31,
              "column": 6
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 11
                  },
                  "end": {
                    "line": 31,
                    "column": 12
                  }
                }
              },
              "value": {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 14
                  },
                  "end": {
                    "line": 31,
                    "column": 19
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 11
                },
                "end": {
                  "line": 31,
                  "column": 19
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 31,
              "column": 9
            },
            "end": {
              "line": 31,
              "column": 21
            }
          }
        },
        "loc": {
          "start": {
            "line": 31,
            "column": 1
          },
          "end": {
            "line": 31,
            "column": 21
          }
        }
      },
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var13",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 7
                    },
                    "end": {
                      "line": 33,
                      "column": 12
                    }
                  }
                },
                "value": {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "Identifier",
                    "name": "var13",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 7
                      },
                      "end": {
                        "line": 33,
                        "column": 12
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 6,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 15
                      },
                      "end": {
                        "line": 33,
                        "column": 16
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 7
                    },
                    "end": {
                      "line": 33,
                      "column": 16
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 7
                  },
                  "end": {
                    "line": 33,
                    "column": 16
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var14",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 18
                    },
                    "end": {
                      "line": 33,
                      "column": 23
                    }
                  }
                },
                "value": {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "Identifier",
                    "name": "var14",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 18
                      },
                      "end": {
                        "line": 33,
                        "column": 23
                      }
                    }
                  },
                  "right": {
                    "type": "BooleanLiteral",
                    "value": true,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 26
                      },
                      "end": {
                        "line": 33,
                        "column": 30
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 18
                    },
                    "end": {
                      "line": 33,
                      "column": 30
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 18
                  },
                  "end": {
                    "line": 33,
                    "column": 30
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "var13",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 36
                      },
                      "end": {
                        "line": 33,
                        "column": 41
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSUnionType",
                    "types": [
                      {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 43
                          },
                          "end": {
                            "line": 33,
                            "column": 49
                          }
                        }
                      },
                      {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 52
                          },
                          "end": {
                            "line": 33,
                            "column": 58
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 43
                      },
                      "end": {
                        "line": 33,
                        "column": 58
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 36
                    },
                    "end": {
                      "line": 33,
                      "column": 59
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "var14",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 60
                      },
                      "end": {
                        "line": 33,
                        "column": 65
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSUnionType",
                    "types": [
                      {
                        "type": "TSBooleanKeyword",
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 67
                          },
                          "end": {
                            "line": 33,
                            "column": 74
                          }
                        }
                      },
                      {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 77
                            },
                            "end": {
                              "line": 33,
                              "column": 83
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 77
                          },
                          "end": {
                            "line": 33,
                            "column": 85
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 67
                      },
                      "end": {
                        "line": 33,
                        "column": 85
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 60
                    },
                    "end": {
                      "line": 33,
                      "column": 87
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 33,
                  "column": 34
                },
                "end": {
                  "line": 33,
                  "column": 87
                }
              }
            },
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 32
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var13",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 92
                    },
                    "end": {
                      "line": 33,
                      "column": 97
                    }
                  }
                },
                "value": {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 99
                    },
                    "end": {
                      "line": 33,
                      "column": 104
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 92
                  },
                  "end": {
                    "line": 33,
                    "column": 104
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "var14",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 106
                    },
                    "end": {
                      "line": 33,
                      "column": 111
                    }
                  }
                },
                "value": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "NumberLiteral",
                      "value": 1,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 114
                        },
                        "end": {
                          "line": 33,
                          "column": 115
                        }
                      }
                    },
                    {
                      "type": "NumberLiteral",
                      "value": 2,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 117
                        },
                        "end": {
                          "line": 33,
                          "column": 118
                        }
                      }
                    },
                    {
                      "type": "NumberLiteral",
                      "value": 3,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 120
                        },
                        "end": {
                          "line": 33,
                          "column": 121
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 113
                    },
                    "end": {
                      "line": 33,
                      "column": 122
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 106
                  },
                  "end": {
                    "line": 33,
                    "column": 122
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 33,
                "column": 90
              },
              "end": {
                "line": 33,
                "column": 124
              }
            }
          },
          "loc": {
            "start": {
              "line": 33,
              "column": 5
            },
            "end": {
              "line": 33,
              "column": 124
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 33,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 125
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 7
                    },
                    "end": {
                      "line": 34,
                      "column": 11
                    }
                  }
                },
                "value": {
                  "type": "ObjectPattern",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var15",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 15
                          },
                          "end": {
                            "line": 34,
                            "column": 20
                          }
                        }
                      },
                      "value": {
                        "type": "Identifier",
                        "name": "var15",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 15
                          },
                          "end": {
                            "line": 34,
                            "column": 20
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 15
                        },
                        "end": {
                          "line": 34,
                          "column": 20
                        }
                      }
                    },
                    {
                      "type": "RestElement",
                      "argument": {
                        "type": "Identifier",
                        "name": "var16",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 25
                          },
                          "end": {
                            "line": 34,
                            "column": 30
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 22
                        },
                        "end": {
                          "line": 34,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 13
                    },
                    "end": {
                      "line": 34,
                      "column": 32
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 7
                  },
                  "end": {
                    "line": 34,
                    "column": 32
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "prop",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 38
                      },
                      "end": {
                        "line": 34,
                        "column": 42
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSTypeLiteral",
                    "members": [
                      {
                        "type": "TSPropertySignature",
                        "computed": false,
                        "optional": false,
                        "readonly": false,
                        "key": {
                          "type": "Identifier",
                          "name": "var15",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 46
                            },
                            "end": {
                              "line": 34,
                              "column": 51
                            }
                          }
                        },
                        "typeAnnotation": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 53
                            },
                            "end": {
                              "line": 34,
                              "column": 59
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 46
                          },
                          "end": {
                            "line": 34,
                            "column": 60
                          }
                        }
                      },
                      {
                        "type": "TSPropertySignature",
                        "computed": false,
                        "optional": false,
                        "readonly": false,
                        "key": {
                          "type": "Identifier",
                          "name": "a",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 61
                            },
                            "end": {
                              "line": 34,
                              "column": 62
                            }
                          }
                        },
                        "typeAnnotation": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 64
                            },
                            "end": {
                              "line": 34,
                              "column": 70
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 61
                          },
                          "end": {
                            "line": 34,
                            "column": 71
                          }
                        }
                      },
                      {
                        "type": "TSMethodSignature",
                        "computed": false,
                        "optional": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 72
                            },
                            "end": {
                              "line": 34,
                              "column": 73
                            }
                          }
                        },
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "a",
                            "typeAnnotation": {
                              "type": "TSNumberKeyword",
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 77
                                },
                                "end": {
                                  "line": 34,
                                  "column": 83
                                }
                              }
                            },
                            "decorators": [],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 74
                              },
                              "end": {
                                "line": 34,
                                "column": 75
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "b",
                            "typeAnnotation": {
                              "type": "TSArrayType",
                              "elementType": {
                                "type": "TSNumberKeyword",
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 94
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 88
                                },
                                "end": {
                                  "line": 34,
                                  "column": 96
                                }
                              }
                            },
                            "decorators": [],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 85
                              },
                              "end": {
                                "line": 34,
                                "column": 86
                              }
                            }
                          }
                        ],
                        "typeAnnotation": {
                          "type": "TSBooleanKeyword",
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 99
                            },
                            "end": {
                              "line": 34,
                              "column": 106
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 72
                          },
                          "end": {
                            "line": 34,
                            "column": 107
                          }
                        }
                      },
                      {
                        "type": "TSPropertySignature",
                        "computed": false,
                        "optional": false,
                        "readonly": false,
                        "key": {
                          "type": "Identifier",
                          "name": "c",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 108
                            },
                            "end": {
                              "line": 34,
                              "column": 109
                            }
                          }
                        },
                        "typeAnnotation": {
                          "type": "TSArrayType",
                          "elementType": {
                            "type": "TSNumberKeyword",
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 111
                              },
                              "end": {
                                "line": 34,
                                "column": 117
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 111
                            },
                            "end": {
                              "line": 34,
                              "column": 119
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 108
                          },
                          "end": {
                            "line": 34,
                            "column": 121
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 44
                      },
                      "end": {
                        "line": 34,
                        "column": 121
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 38
                    },
                    "end": {
                      "line": 34,
                      "column": 123
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 34,
                  "column": 36
                },
                "end": {
                  "line": 34,
                  "column": 123
                }
              }
            },
            "loc": {
              "start": {
                "line": 34,
                "column": 5
              },
              "end": {
                "line": 34,
                "column": 34
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "prop",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 128
                    },
                    "end": {
                      "line": 34,
                      "column": 132
                    }
                  }
                },
                "value": {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var15",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 136
                          },
                          "end": {
                            "line": 34,
                            "column": 141
                          }
                        }
                      },
                      "value": {
                        "type": "NumberLiteral",
                        "value": 12,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 143
                          },
                          "end": {
                            "line": 34,
                            "column": 145
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 136
                        },
                        "end": {
                          "line": 34,
                          "column": 145
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 147
                          },
                          "end": {
                            "line": 34,
                            "column": 148
                          }
                        }
                      },
                      "value": {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 150
                          },
                          "end": {
                            "line": 34,
                            "column": 155
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 147
                        },
                        "end": {
                          "line": 34,
                          "column": 155
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "c",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 157
                          },
                          "end": {
                            "line": 34,
                            "column": 158
                          }
                        }
                      },
                      "value": {
                        "type": "ArrayExpression",
                        "elements": [
                          {
                            "type": "NumberLiteral",
                            "value": 1,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 161
                              },
                              "end": {
                                "line": 34,
                                "column": 162
                              }
                            }
                          },
                          {
                            "type": "NumberLiteral",
                            "value": 2,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 164
                              },
                              "end": {
                                "line": 34,
                                "column": 165
                              }
                            }
                          },
                          {
                            "type": "NumberLiteral",
                            "value": 3,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 167
                              },
                              "end": {
                                "line": 34,
                                "column": 168
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 160
                          },
                          "end": {
                            "line": 34,
                            "column": 169
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 157
                        },
                        "end": {
                          "line": 34,
                          "column": 169
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 171
                          },
                          "end": {
                            "line": 34,
                            "column": 172
                          }
                        }
                      },
                      "value": {
                        "type": "FunctionExpression",
                        "function": {
                          "type": "ScriptFunction",
                          "id": null,
                          "generator": false,
                          "async": false,
                          "expression": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "a",
                              "typeAnnotation": {
                                "type": "TSNumberKeyword",
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 187
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 193
                                  }
                                }
                              },
                              "decorators": [],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 184
                                },
                                "end": {
                                  "line": 34,
                                  "column": 185
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "b",
                              "typeAnnotation": {
                                "type": "TSArrayType",
                                "elementType": {
                                  "type": "TSNumberKeyword",
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 198
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 204
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 198
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 206
                                  }
                                }
                              },
                              "decorators": [],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 195
                                },
                                "end": {
                                  "line": 34,
                                  "column": 196
                                }
                              }
                            }
                          ],
                          "returnType": {
                            "type": "TSBooleanKeyword",
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 209
                              },
                              "end": {
                                "line": 34,
                                "column": 216
                              }
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "statements": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "BooleanLiteral",
                                  "value": true,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 226
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 230
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 219
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 230
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 217
                              },
                              "end": {
                                "line": 34,
                                "column": 232
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 174
                            },
                            "end": {
                              "line": 34,
                              "column": 232
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 174
                          },
                          "end": {
                            "line": 34,
                            "column": 232
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 171
                        },
                        "end": {
                          "line": 34,
                          "column": 232
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 134
                    },
                    "end": {
                      "line": 34,
                      "column": 234
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 128
                  },
                  "end": {
                    "line": 34,
                    "column": 234
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 34,
                "column": 126
              },
              "end": {
                "line": 34,
                "column": 236
              }
            }
          },
          "loc": {
            "start": {
              "line": 34,
              "column": 5
            },
            "end": {
              "line": 34,
              "column": 236
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 237
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "RestElement",
                "argument": {
                  "type": "Identifier",
                  "name": "var17",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 10
                    },
                    "end": {
                      "line": 35,
                      "column": 15
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 7
                  },
                  "end": {
                    "line": 35,
                    "column": 15
                  }
                }
              }
            ],
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "a",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 21
                          },
                          "end": {
                            "line": 35,
                            "column": 22
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSNumberKeyword",
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 24
                          },
                          "end": {
                            "line": 35,
                            "column": 30
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 21
                        },
                        "end": {
                          "line": 35,
                          "column": 31
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 32
                          },
                          "end": {
                            "line": 35,
                            "column": 33
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 35
                          },
                          "end": {
                            "line": 35,
                            "column": 41
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 32
                        },
                        "end": {
                          "line": 35,
                          "column": 43
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 19
                    },
                    "end": {
                      "line": 35,
                      "column": 43
                    }
                  }
                },
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "c",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 48
                          },
                          "end": {
                            "line": 35,
                            "column": 49
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSBooleanKeyword",
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 51
                          },
                          "end": {
                            "line": 35,
                            "column": 58
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 48
                        },
                        "end": {
                          "line": 35,
                          "column": 59
                        }
                      }
                    },
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "d",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 60
                          },
                          "end": {
                            "line": 35,
                            "column": 61
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSVoidKeyword",
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 63
                          },
                          "end": {
                            "line": 35,
                            "column": 67
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 60
                        },
                        "end": {
                          "line": 35,
                          "column": 69
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 46
                    },
                    "end": {
                      "line": 35,
                      "column": 69
                    }
                  }
                },
                {
                  "type": "TSTypeLiteral",
                  "members": [
                    {
                      "type": "TSPropertySignature",
                      "computed": false,
                      "optional": false,
                      "readonly": false,
                      "key": {
                        "type": "Identifier",
                        "name": "e",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 74
                          },
                          "end": {
                            "line": 35,
                            "column": 75
                          }
                        }
                      },
                      "typeAnnotation": {
                        "type": "TSTypeLiteral",
                        "members": [
                          {
                            "type": "TSPropertySignature",
                            "computed": false,
                            "optional": false,
                            "readonly": false,
                            "key": {
                              "type": "Identifier",
                              "name": "k",
                              "decorators": [],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 79
                                },
                                "end": {
                                  "line": 35,
                                  "column": 80
                                }
                              }
                            },
                            "typeAnnotation": {
                              "type": "TSLiteralType",
                              "literal": {
                                "type": "BooleanLiteral",
                                "value": true,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 82
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 86
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 82
                                },
                                "end": {
                                  "line": 35,
                                  "column": 86
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 79
                              },
                              "end": {
                                "line": 35,
                                "column": 87
                              }
                            }
                          },
                          {
                            "type": "TSPropertySignature",
                            "computed": false,
                            "optional": false,
                            "readonly": false,
                            "key": {
                              "type": "Identifier",
                              "name": "z",
                              "decorators": [],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 88
                                },
                                "end": {
                                  "line": 35,
                                  "column": 89
                                }
                              }
                            },
                            "typeAnnotation": {
                              "type": "TSLiteralType",
                              "literal": {
                                "type": "StringLiteral",
                                "value": "",
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 91
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 96
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 91
                                },
                                "end": {
                                  "line": 35,
                                  "column": 96
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 88
                              },
                              "end": {
                                "line": 35,
                                "column": 98
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 77
                          },
                          "end": {
                            "line": 35,
                            "column": 98
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 74
                        },
                        "end": {
                          "line": 35,
                          "column": 100
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 72
                    },
                    "end": {
                      "line": 35,
                      "column": 100
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 35,
                  "column": 19
                },
                "end": {
                  "line": 35,
                  "column": 100
                }
              }
            },
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 35,
                "column": 17
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 105
                    },
                    "end": {
                      "line": 35,
                      "column": 106
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 5,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 108
                    },
                    "end": {
                      "line": 35,
                      "column": 109
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 105
                  },
                  "end": {
                    "line": 35,
                    "column": 109
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "b",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 111
                    },
                    "end": {
                      "line": 35,
                      "column": 112
                    }
                  }
                },
                "value": {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 114
                    },
                    "end": {
                      "line": 35,
                      "column": 119
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 111
                  },
                  "end": {
                    "line": 35,
                    "column": 119
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 35,
                "column": 103
              },
              "end": {
                "line": 35,
                "column": 121
              }
            }
          },
          "loc": {
            "start": {
              "line": 35,
              "column": 5
            },
            "end": {
              "line": 35,
              "column": 121
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 35,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 122
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var18",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 12
                },
                "end": {
                  "line": 37,
                  "column": 18
                }
              }
            },
            "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": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var19",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 38,
                  "column": 12
                },
                "end": {
                  "line": 38,
                  "column": 19
                }
              }
            },
            "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": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 4
                  },
                  "end": {
                    "line": 40,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var18",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 4
                    },
                    "end": {
                      "line": 40,
                      "column": 9
                    }
                  }
                },
                "right": {
                  "type": "NumberLiteral",
                  "value": 0,
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 12
                    },
                    "end": {
                      "line": 40,
                      "column": 13
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 4
                  },
                  "end": {
                    "line": 40,
                    "column": 13
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 40,
                  "column": 4
                },
                "end": {
                  "line": 40,
                  "column": 13
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 15
                  },
                  "end": {
                    "line": 40,
                    "column": 20
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 15
                  },
                  "end": {
                    "line": 40,
                    "column": 20
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 40,
                  "column": 15
                },
                "end": {
                  "line": 40,
                  "column": 20
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 40,
              "column": 2
            },
            "end": {
              "line": 40,
              "column": 22
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 27
                  },
                  "end": {
                    "line": 40,
                    "column": 32
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 34
                  },
                  "end": {
                    "line": 40,
                    "column": 35
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 40,
                  "column": 27
                },
                "end": {
                  "line": 40,
                  "column": 35
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 37
                  },
                  "end": {
                    "line": 40,
                    "column": 42
                  }
                }
              },
              "value": {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 44
                  },
                  "end": {
                    "line": 40,
                    "column": 48
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 40,
                  "column": 37
                },
                "end": {
                  "line": 40,
                  "column": 48
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 40,
              "column": 25
            },
            "end": {
              "line": 40,
              "column": 50
            }
          }
        },
        "loc": {
          "start": {
            "line": 40,
            "column": 1
          },
          "end": {
            "line": 40,
            "column": 51
          }
        }
      },
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 52
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 4
                  },
                  "end": {
                    "line": 41,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 4
                  },
                  "end": {
                    "line": 41,
                    "column": 9
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 41,
                  "column": 4
                },
                "end": {
                  "line": 41,
                  "column": 9
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 11
                  },
                  "end": {
                    "line": 41,
                    "column": 16
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 11
                  },
                  "end": {
                    "line": 41,
                    "column": 16
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 41,
                  "column": 11
                },
                "end": {
                  "line": 41,
                  "column": 16
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 41,
              "column": 2
            },
            "end": {
              "line": 41,
              "column": 18
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 23
                  },
                  "end": {
                    "line": 41,
                    "column": 28
                  }
                }
              },
              "value": {
                "type": "BooleanLiteral",
                "value": false,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 30
                  },
                  "end": {
                    "line": 41,
                    "column": 35
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 41,
                  "column": 23
                },
                "end": {
                  "line": 41,
                  "column": 35
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 37
                  },
                  "end": {
                    "line": 41,
                    "column": 42
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 44
                  },
                  "end": {
                    "line": 41,
                    "column": 45
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 41,
                  "column": 37
                },
                "end": {
                  "line": 41,
                  "column": 45
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 41,
              "column": 21
            },
            "end": {
              "line": 41,
              "column": 47
            }
          }
        },
        "loc": {
          "start": {
            "line": 41,
            "column": 1
          },
          "end": {
            "line": 41,
            "column": 48
          }
        }
      },
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 49
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 4
                  },
                  "end": {
                    "line": 42,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 4
                  },
                  "end": {
                    "line": 42,
                    "column": 9
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 42,
                  "column": 4
                },
                "end": {
                  "line": 42,
                  "column": 9
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 11
                  },
                  "end": {
                    "line": 42,
                    "column": 16
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 11
                  },
                  "end": {
                    "line": 42,
                    "column": 16
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 42,
                  "column": 11
                },
                "end": {
                  "line": 42,
                  "column": 16
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 42,
              "column": 2
            },
            "end": {
              "line": 42,
              "column": 18
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 23
                  },
                  "end": {
                    "line": 42,
                    "column": 28
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 30
                  },
                  "end": {
                    "line": 42,
                    "column": 31
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 42,
                  "column": 23
                },
                "end": {
                  "line": 42,
                  "column": 31
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 42,
              "column": 21
            },
            "end": {
              "line": 42,
              "column": 33
            }
          }
        },
        "loc": {
          "start": {
            "line": 42,
            "column": 1
          },
          "end": {
            "line": 42,
            "column": 34
          }
        }
      },
      "loc": {
        "start": {
          "line": 42,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 35
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var18",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 4
                    },
                    "end": {
                      "line": 43,
                      "column": 9
                    }
                  }
                },
                "right": {
                  "type": "NumberLiteral",
                  "value": 4,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 12
                    },
                    "end": {
                      "line": 43,
                      "column": 13
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 13
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 43,
                  "column": 4
                },
                "end": {
                  "line": 43,
                  "column": 13
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 15
                  },
                  "end": {
                    "line": 43,
                    "column": 20
                  }
                }
              },
              "value": {
                "type": "AssignmentPattern",
                "left": {
                  "type": "Identifier",
                  "name": "var19",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 15
                    },
                    "end": {
                      "line": 43,
                      "column": 20
                    }
                  }
                },
                "right": {
                  "type": "BooleanLiteral",
                  "value": true,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 23
                    },
                    "end": {
                      "line": 43,
                      "column": 27
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 15
                  },
                  "end": {
                    "line": 43,
                    "column": 27
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 43,
                  "column": 15
                },
                "end": {
                  "line": 43,
                  "column": 27
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 43,
              "column": 2
            },
            "end": {
              "line": 43,
              "column": 29
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 34
                  },
                  "end": {
                    "line": 43,
                    "column": 39
                  }
                }
              },
              "value": {
                "type": "BooleanLiteral",
                "value": false,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 41
                  },
                  "end": {
                    "line": 43,
                    "column": 46
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 43,
                  "column": 34
                },
                "end": {
                  "line": 43,
                  "column": 46
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 48
                  },
                  "end": {
                    "line": 43,
                    "column": 53
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 5,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 55
                  },
                  "end": {
                    "line": 43,
                    "column": 56
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 43,
                  "column": 48
                },
                "end": {
                  "line": 43,
                  "column": 56
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 43,
              "column": 32
            },
            "end": {
              "line": 43,
              "column": 58
            }
          }
        },
        "loc": {
          "start": {
            "line": 43,
            "column": 1
          },
          "end": {
            "line": 43,
            "column": 59
          }
        }
      },
      "loc": {
        "start": {
          "line": 43,
          "column": 1
        },
        "end": {
          "line": 43,
          "column": 60
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var20",
            "decorators": [],
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 10
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [],
            "loc": {
              "start": {
                "line": 45,
                "column": 13
              },
              "end": {
                "line": 45,
                "column": 15
              }
            }
          },
          "loc": {
            "start": {
              "line": 45,
              "column": 5
            },
            "end": {
              "line": 45,
              "column": 15
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 45,
          "column": 1
        },
        "end": {
          "line": 45,
          "column": 16
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 4
                  },
                  "end": {
                    "line": 46,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 4
                  },
                  "end": {
                    "line": 46,
                    "column": 9
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 4
                },
                "end": {
                  "line": 46,
                  "column": 9
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var20",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 11
                  },
                  "end": {
                    "line": 46,
                    "column": 16
                  }
                }
              },
              "value": {
                "type": "ObjectPattern",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "var18",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 20
                        },
                        "end": {
                          "line": 46,
                          "column": 25
                        }
                      }
                    },
                    "value": {
                      "type": "Identifier",
                      "name": "var18",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 20
                        },
                        "end": {
                          "line": 46,
                          "column": 25
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 20
                      },
                      "end": {
                        "line": 46,
                        "column": 25
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 18
                  },
                  "end": {
                    "line": 46,
                    "column": 27
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 11
                },
                "end": {
                  "line": 46,
                  "column": 27
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 46,
              "column": 2
            },
            "end": {
              "line": 46,
              "column": 29
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var19",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 34
                  },
                  "end": {
                    "line": 46,
                    "column": 39
                  }
                }
              },
              "value": {
                "type": "BooleanLiteral",
                "value": true,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 41
                  },
                  "end": {
                    "line": 46,
                    "column": 45
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 34
                },
                "end": {
                  "line": 46,
                  "column": 45
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var20",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 47
                  },
                  "end": {
                    "line": 46,
                    "column": 52
                  }
                }
              },
              "value": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "var18",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 56
                        },
                        "end": {
                          "line": 46,
                          "column": 61
                        }
                      }
                    },
                    "value": {
                      "type": "BinaryExpression",
                      "operator": "+",
                      "left": {
                        "type": "NumberLiteral",
                        "value": 5,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 63
                          },
                          "end": {
                            "line": 46,
                            "column": 64
                          }
                        }
                      },
                      "right": {
                        "type": "NumberLiteral",
                        "value": 6,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 67
                          },
                          "end": {
                            "line": 46,
                            "column": 68
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 63
                        },
                        "end": {
                          "line": 46,
                          "column": 68
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 56
                      },
                      "end": {
                        "line": 46,
                        "column": 68
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 54
                  },
                  "end": {
                    "line": 46,
                    "column": 70
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 47
                },
                "end": {
                  "line": 46,
                  "column": 70
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 46,
              "column": 32
            },
            "end": {
              "line": 46,
              "column": 72
            }
          }
        },
        "loc": {
          "start": {
            "line": 46,
            "column": 1
          },
          "end": {
            "line": 46,
            "column": 73
          }
        }
      },
      "loc": {
        "start": {
          "line": 46,
          "column": 1
        },
        "end": {
          "line": 46,
          "column": 74
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var21",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [],
              "loc": {
                "start": {
                  "line": 48,
                  "column": 12
                },
                "end": {
                  "line": 48,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 48,
                "column": 5
              },
              "end": {
                "line": 48,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 48,
              "column": 5
            },
            "end": {
              "line": 48,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 48,
          "column": 1
        },
        "end": {
          "line": 48,
          "column": 15
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 4
                  },
                  "end": {
                    "line": 50,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 4
                  },
                  "end": {
                    "line": 50,
                    "column": 9
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 50,
                  "column": 4
                },
                "end": {
                  "line": 50,
                  "column": 9
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var21",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 14
                  },
                  "end": {
                    "line": 50,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 50,
                  "column": 11
                },
                "end": {
                  "line": 50,
                  "column": 19
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 50,
              "column": 2
            },
            "end": {
              "line": 50,
              "column": 21
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 26
                  },
                  "end": {
                    "line": 50,
                    "column": 31
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 7,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 33
                  },
                  "end": {
                    "line": 50,
                    "column": 34
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 50,
                  "column": 26
                },
                "end": {
                  "line": 50,
                  "column": 34
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "a",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 36
                  },
                  "end": {
                    "line": 50,
                    "column": 37
                  }
                }
              },
              "value": {
                "type": "BooleanLiteral",
                "value": false,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 39
                  },
                  "end": {
                    "line": 50,
                    "column": 44
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 50,
                  "column": 36
                },
                "end": {
                  "line": 50,
                  "column": 44
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 46
                  },
                  "end": {
                    "line": 50,
                    "column": 47
                  }
                }
              },
              "value": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "c",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 51
                        },
                        "end": {
                          "line": 50,
                          "column": 52
                        }
                      }
                    },
                    "value": {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 54
                        },
                        "end": {
                          "line": 50,
                          "column": 59
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 51
                      },
                      "end": {
                        "line": 50,
                        "column": 59
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 49
                  },
                  "end": {
                    "line": 50,
                    "column": 61
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 50,
                  "column": 46
                },
                "end": {
                  "line": 50,
                  "column": 61
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 50,
              "column": 24
            },
            "end": {
              "line": 50,
              "column": 63
            }
          }
        },
        "loc": {
          "start": {
            "line": 50,
            "column": 1
          },
          "end": {
            "line": 50,
            "column": 64
          }
        }
      },
      "loc": {
        "start": {
          "line": 50,
          "column": 1
        },
        "end": {
          "line": 50,
          "column": 65
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var22",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 52,
                  "column": 12
                },
                "end": {
                  "line": 52,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 52,
                "column": 5
              },
              "end": {
                "line": 52,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 52,
              "column": 5
            },
            "end": {
              "line": 52,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 52,
          "column": 1
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var23",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "interface2",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 12
                  },
                  "end": {
                    "line": 53,
                    "column": 22
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 53,
                  "column": 12
                },
                "end": {
                  "line": 53,
                  "column": 22
                }
              }
            },
            "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": 23
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "var18",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 55,
                  "column": 5
                },
                "end": {
                  "line": 55,
                  "column": 10
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 55,
                  "column": 12
                },
                "end": {
                  "line": 55,
                  "column": 18
                }
              }
            },
            "loc": {
              "start": {
                "line": 55,
                "column": 5
              },
              "end": {
                "line": 55,
                "column": 19
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "var22",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 56,
                  "column": 5
                },
                "end": {
                  "line": 56,
                  "column": 10
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 56,
                  "column": 12
                },
                "end": {
                  "line": 56,
                  "column": 18
                }
              }
            },
            "loc": {
              "start": {
                "line": 56,
                "column": 5
              },
              "end": {
                "line": 56,
                "column": 19
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 54,
            "column": 22
          },
          "end": {
            "line": 57,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "interface2",
        "decorators": [],
        "loc": {
          "start": {
            "line": 54,
            "column": 11
          },
          "end": {
            "line": 54,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 54,
          "column": 1
        },
        "end": {
          "line": 57,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 9
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 59,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 9
                }
              }
            },
            {
              "type": "RestElement",
              "argument": {
                "type": "Identifier",
                "name": "var21",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 14
                  },
                  "end": {
                    "line": 59,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 59,
                  "column": 11
                },
                "end": {
                  "line": 59,
                  "column": 19
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 59,
              "column": 2
            },
            "end": {
              "line": 59,
              "column": 21
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "var23",
          "decorators": [],
          "loc": {
            "start": {
              "line": 59,
              "column": 24
            },
            "end": {
              "line": 59,
              "column": 29
            }
          }
        },
        "loc": {
          "start": {
            "line": 59,
            "column": 1
          },
          "end": {
            "line": 59,
            "column": 30
          }
        }
      },
      "loc": {
        "start": {
          "line": 59,
          "column": 1
        },
        "end": {
          "line": 59,
          "column": 31
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 4
                  },
                  "end": {
                    "line": 60,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var18",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 4
                  },
                  "end": {
                    "line": 60,
                    "column": 9
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 9
                }
              }
            },
            {
              "type": "Property",
              "method": false,
              "shorthand": true,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var22",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 11
                  },
                  "end": {
                    "line": 60,
                    "column": 16
                  }
                }
              },
              "value": {
                "type": "Identifier",
                "name": "var22",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 11
                  },
                  "end": {
                    "line": 60,
                    "column": 16
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 60,
                  "column": 11
                },
                "end": {
                  "line": 60,
                  "column": 16
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 60,
              "column": 2
            },
            "end": {
              "line": 60,
              "column": 18
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "var23",
          "decorators": [],
          "loc": {
            "start": {
              "line": 60,
              "column": 21
            },
            "end": {
              "line": 60,
              "column": 26
            }
          }
        },
        "loc": {
          "start": {
            "line": 60,
            "column": 1
          },
          "end": {
            "line": 60,
            "column": 27
          }
        }
      },
      "loc": {
        "start": {
          "line": 60,
          "column": 1
        },
        "end": {
          "line": 60,
          "column": 28
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var24",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 62,
                  "column": 12
                },
                "end": {
                  "line": 62,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 62,
                "column": 5
              },
              "end": {
                "line": 62,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 62,
              "column": 5
            },
            "end": {
              "line": 62,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 62,
          "column": 1
        },
        "end": {
          "line": 62,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var25",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 63,
                  "column": 12
                },
                "end": {
                  "line": 63,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 63,
                "column": 5
              },
              "end": {
                "line": 63,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 63,
              "column": 5
            },
            "end": {
              "line": 63,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 63,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var26",
            "typeAnnotation": {
              "type": "TSBooleanKeyword",
              "loc": {
                "start": {
                  "line": 64,
                  "column": 12
                },
                "end": {
                  "line": 64,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 64,
                "column": 5
              },
              "end": {
                "line": 64,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 64,
              "column": 5
            },
            "end": {
              "line": 64,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 64,
          "column": 1
        },
        "end": {
          "line": 64,
          "column": 20
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var27",
            "typeAnnotation": {
              "type": "TSAnyKeyword",
              "loc": {
                "start": {
                  "line": 65,
                  "column": 12
                },
                "end": {
                  "line": 65,
                  "column": 15
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 65,
                "column": 5
              },
              "end": {
                "line": 65,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 65,
              "column": 5
            },
            "end": {
              "line": 65,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 65,
          "column": 1
        },
        "end": {
          "line": 65,
          "column": 16
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var27",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 4
                  },
                  "end": {
                    "line": 67,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "ArrayPattern",
                "elements": [
                  {
                    "type": "AssignmentPattern",
                    "left": {
                      "type": "Identifier",
                      "name": "var26",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 12
                        },
                        "end": {
                          "line": 67,
                          "column": 17
                        }
                      }
                    },
                    "right": {
                      "type": "BooleanLiteral",
                      "value": true,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 20
                        },
                        "end": {
                          "line": 67,
                          "column": 24
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 12
                      },
                      "end": {
                        "line": 67,
                        "column": 24
                      }
                    }
                  },
                  {
                    "type": "ArrayPattern",
                    "elements": [
                      {
                        "type": "Identifier",
                        "name": "var25",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 27
                          },
                          "end": {
                            "line": 67,
                            "column": 32
                          }
                        }
                      },
                      {
                        "type": "AssignmentPattern",
                        "left": {
                          "type": "Identifier",
                          "name": "var24",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 34
                            },
                            "end": {
                              "line": 67,
                              "column": 39
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 8,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 42
                            },
                            "end": {
                              "line": 67,
                              "column": 43
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 34
                          },
                          "end": {
                            "line": 67,
                            "column": 43
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 26
                      },
                      "end": {
                        "line": 67,
                        "column": 44
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 11
                  },
                  "end": {
                    "line": 67,
                    "column": 45
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 67,
                  "column": 4
                },
                "end": {
                  "line": 67,
                  "column": 45
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 67,
              "column": 2
            },
            "end": {
              "line": 67,
              "column": 47
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var27",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 52
                  },
                  "end": {
                    "line": 67,
                    "column": 57
                  }
                }
              },
              "value": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "BooleanLiteral",
                    "value": false,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 60
                      },
                      "end": {
                        "line": 67,
                        "column": 65
                      }
                    }
                  },
                  {
                    "type": "ArrayExpression",
                    "elements": [
                      {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 68
                          },
                          "end": {
                            "line": 67,
                            "column": 73
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 67
                      },
                      "end": {
                        "line": 67,
                        "column": 74
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 59
                  },
                  "end": {
                    "line": 67,
                    "column": 75
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 67,
                  "column": 52
                },
                "end": {
                  "line": 67,
                  "column": 75
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 67,
              "column": 50
            },
            "end": {
              "line": 67,
              "column": 77
            }
          }
        },
        "loc": {
          "start": {
            "line": 67,
            "column": 1
          },
          "end": {
            "line": 67,
            "column": 78
          }
        }
      },
      "loc": {
        "start": {
          "line": 67,
          "column": 1
        },
        "end": {
          "line": 67,
          "column": 78
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var28",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 69,
                  "column": 12
                },
                "end": {
                  "line": 69,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 69,
                "column": 5
              },
              "end": {
                "line": 69,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 69,
              "column": 5
            },
            "end": {
              "line": 69,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 69,
          "column": 1
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var29",
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 70,
                  "column": 12
                },
                "end": {
                  "line": 70,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 70,
                "column": 5
              },
              "end": {
                "line": 70,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 70,
              "column": 5
            },
            "end": {
              "line": 70,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 70,
          "column": 1
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "var30",
            "decorators": [],
            "loc": {
              "start": {
                "line": 71,
                "column": 5
              },
              "end": {
                "line": 71,
                "column": 10
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [],
            "loc": {
              "start": {
                "line": 71,
                "column": 13
              },
              "end": {
                "line": 71,
                "column": 15
              }
            }
          },
          "loc": {
            "start": {
              "line": 71,
              "column": 5
            },
            "end": {
              "line": 71,
              "column": 15
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 71,
          "column": 1
        },
        "end": {
          "line": 71,
          "column": 16
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "ObjectPattern",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var30",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 4
                  },
                  "end": {
                    "line": 73,
                    "column": 9
                  }
                }
              },
              "value": {
                "type": "AssignmentPattern",
                "left": {
                  "type": "ObjectPattern",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var29",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 13
                          },
                          "end": {
                            "line": 73,
                            "column": 18
                          }
                        }
                      },
                      "value": {
                        "type": "AssignmentPattern",
                        "left": {
                          "type": "Identifier",
                          "name": "var29",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 13
                            },
                            "end": {
                              "line": 73,
                              "column": 18
                            }
                          }
                        },
                        "right": {
                          "type": "StringLiteral",
                          "value": "",
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 21
                            },
                            "end": {
                              "line": 73,
                              "column": 26
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 13
                          },
                          "end": {
                            "line": 73,
                            "column": 26
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 13
                        },
                        "end": {
                          "line": 73,
                          "column": 26
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var28",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 28
                          },
                          "end": {
                            "line": 73,
                            "column": 33
                          }
                        }
                      },
                      "value": {
                        "type": "Identifier",
                        "name": "var28",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 28
                          },
                          "end": {
                            "line": 73,
                            "column": 33
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 28
                        },
                        "end": {
                          "line": 73,
                          "column": 33
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 73,
                      "column": 11
                    },
                    "end": {
                      "line": 73,
                      "column": 35
                    }
                  }
                },
                "right": {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "var28",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 40
                          },
                          "end": {
                            "line": 73,
                            "column": 45
                          }
                        }
                      },
                      "value": {
                        "type": "NumberLiteral",
                        "value": 9,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 47
                          },
                          "end": {
                            "line": 73,
                            "column": 48
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 40
                        },
                        "end": {
                          "line": 73,
                          "column": 48
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 73,
                      "column": 38
                    },
                    "end": {
                      "line": 73,
                      "column": 50
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 11
                  },
                  "end": {
                    "line": 73,
                    "column": 50
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 73,
                  "column": 4
                },
                "end": {
                  "line": 73,
                  "column": 50
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 73,
              "column": 2
            },
            "end": {
              "line": 73,
              "column": 52
            }
          }
        },
        "right": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Property",
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "name": "var30",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 57
                  },
                  "end": {
                    "line": 73,
                    "column": 62
                  }
                }
              },
              "value": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "var28",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 66
                        },
                        "end": {
                          "line": 73,
                          "column": 71
                        }
                      }
                    },
                    "value": {
                      "type": "NumberLiteral",
                      "value": 10,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 73
                        },
                        "end": {
                          "line": 73,
                          "column": 75
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 66
                      },
                      "end": {
                        "line": 73,
                        "column": 75
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "name": "var29",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 77
                        },
                        "end": {
                          "line": 73,
                          "column": 82
                        }
                      }
                    },
                    "value": {
                      "type": "StringLiteral",
                      "value": "",
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 84
                        },
                        "end": {
                          "line": 73,
                          "column": 89
                        }
                      }
                    },
                    "kind": "init",
                    "loc": {
                      "start": {
                        "line": 73,
                        "column": 77
                      },
                      "end": {
                        "line": 73,
                        "column": 89
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 73,
                    "column": 64
                  },
                  "end": {
                    "line": 73,
                    "column": 91
                  }
                }
              },
              "kind": "init",
              "loc": {
                "start": {
                  "line": 73,
                  "column": 57
                },
                "end": {
                  "line": 73,
                  "column": 91
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 73,
              "column": 55
            },
            "end": {
              "line": 73,
              "column": 93
            }
          }
        },
        "loc": {
          "start": {
            "line": 73,
            "column": 1
          },
          "end": {
            "line": 73,
            "column": 94
          }
        }
      },
      "loc": {
        "start": {
          "line": 73,
          "column": 1
        },
        "end": {
          "line": 73,
          "column": 95
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 73,
      "column": 95
    }
  }
}
