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