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