{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "e",
            "typeAnnotation": {
              "type": "TSVoidKeyword",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 8
                },
                "end": {
                  "line": 2,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 2,
                "column": 5
              },
              "end": {
                "line": 2,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 2,
              "column": 5
            },
            "end": {
              "line": 2,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 2,
          "column": 1
        },
        "end": {
          "line": 2,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "u",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 10
                      },
                      "end": {
                        "line": 3,
                        "column": 11
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 13
                      },
                      "end": {
                        "line": 3,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 10
                    },
                    "end": {
                      "line": 3,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 21
                      },
                      "end": {
                        "line": 3,
                        "column": 22
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 24
                      },
                      "end": {
                        "line": 3,
                        "column": 30
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 21
                    },
                    "end": {
                      "line": 3,
                      "column": 32
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 8
                },
                "end": {
                  "line": 3,
                  "column": 32
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 3,
                "column": 5
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 3,
              "column": 5
            },
            "end": {
              "line": 3,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 3,
          "column": 1
        },
        "end": {
          "line": 3,
          "column": 33
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 7
                    },
                    "end": {
                      "line": 4,
                      "column": 8
                    }
                  }
                },
                "value": {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "ObjectPattern",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 12
                            },
                            "end": {
                              "line": 4,
                              "column": 13
                            }
                          }
                        },
                        "value": {
                          "type": "AssignmentPattern",
                          "left": {
                            "type": "ArrayPattern",
                            "elements": [
                              {
                                "type": "AssignmentPattern",
                                "left": {
                                  "type": "Identifier",
                                  "name": "c",
                                  "decorators": [],
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 17
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "u",
                                  "decorators": [],
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 21
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 21
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "d",
                                "decorators": [],
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 24
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 15
                              },
                              "end": {
                                "line": 4,
                                "column": 25
                              }
                            }
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "NumberLiteral",
                                "value": 1,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 30
                                  }
                                }
                              },
                              {
                                "type": "BooleanLiteral",
                                "value": true,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 36
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 28
                              },
                              "end": {
                                "line": 4,
                                "column": 37
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 15
                            },
                            "end": {
                              "line": 4,
                              "column": 37
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 12
                          },
                          "end": {
                            "line": 4,
                            "column": 37
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 10
                      },
                      "end": {
                        "line": 4,
                        "column": 39
                      }
                    }
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 44
                            },
                            "end": {
                              "line": 4,
                              "column": 45
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "BigIntLiteral",
                              "value": "",
                              "bigint": "",
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 48
                                },
                                "end": {
                                  "line": 4,
                                  "column": 50
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 47
                            },
                            "end": {
                              "line": 4,
                              "column": 51
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 44
                          },
                          "end": {
                            "line": 4,
                            "column": 51
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 42
                      },
                      "end": {
                        "line": 4,
                        "column": 53
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 10
                    },
                    "end": {
                      "line": 4,
                      "column": 53
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 7
                  },
                  "end": {
                    "line": 4,
                    "column": 53
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 5
              },
              "end": {
                "line": 4,
                "column": 55
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 60
                    },
                    "end": {
                      "line": 4,
                      "column": 61
                    }
                  }
                },
                "value": {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "k",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 65
                          },
                          "end": {
                            "line": 4,
                            "column": 66
                          }
                        }
                      },
                      "value": {
                        "type": "NumberLiteral",
                        "value": 2,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 68
                          },
                          "end": {
                            "line": 4,
                            "column": 69
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 65
                        },
                        "end": {
                          "line": 4,
                          "column": 69
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 71
                          },
                          "end": {
                            "line": 4,
                            "column": 72
                          }
                        }
                      },
                      "value": {
                        "type": "ArrayExpression",
                        "elements": [
                          {
                            "type": "StringLiteral",
                            "value": "",
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 75
                              },
                              "end": {
                                "line": 4,
                                "column": 80
                              }
                            }
                          },
                          {
                            "type": "BigIntLiteral",
                            "value": "",
                            "bigint": "",
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 82
                              },
                              "end": {
                                "line": 4,
                                "column": 84
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 74
                          },
                          "end": {
                            "line": 4,
                            "column": 85
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 71
                        },
                        "end": {
                          "line": 4,
                          "column": 85
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 63
                    },
                    "end": {
                      "line": 4,
                      "column": 87
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 60
                  },
                  "end": {
                    "line": 4,
                    "column": 87
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 58
              },
              "end": {
                "line": 4,
                "column": 89
              }
            }
          },
          "loc": {
            "start": {
              "line": 4,
              "column": 5
            },
            "end": {
              "line": 4,
              "column": 89
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 4,
          "column": 1
        },
        "end": {
          "line": 4,
          "column": 90
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "c",
          "decorators": [],
          "loc": {
            "start": {
              "line": 5,
              "column": 1
            },
            "end": {
              "line": 5,
              "column": 2
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "e",
          "decorators": [],
          "loc": {
            "start": {
              "line": 5,
              "column": 5
            },
            "end": {
              "line": 5,
              "column": 6
            }
          }
        },
        "loc": {
          "start": {
            "line": 5,
            "column": 1
          },
          "end": {
            "line": 5,
            "column": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 5,
          "column": 1
        },
        "end": {
          "line": 5,
          "column": 7
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 7,
      "column": 1
    }
  }
}
TypeError: Type 'void' is not assignable to type 'bigint | string | number | { a: number; b: string; }'. [objectDestructuring28.ts:5:1]
