{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "let",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "ObjectBinding",
              "properties": [
                {
                  "type": "BindingPropertyIdentifier",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 5,
                        "offset": 5
                      },
                      "end": {
                        "line": 1,
                        "column": 6,
                        "offset": 6
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 5,
                      "offset": 5
                    },
                    "end": {
                      "line": 1,
                      "column": 6,
                      "offset": 6
                    }
                  }
                },
                {
                  "type": "BindingPropertyIdentifier",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 7,
                        "offset": 7
                      },
                      "end": {
                        "line": 1,
                        "column": 8,
                        "offset": 8
                      }
                    }
                  },
                  "init": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 9,
                        "offset": 9
                      },
                      "end": {
                        "line": 1,
                        "column": 10,
                        "offset": 10
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 7,
                      "offset": 7
                    },
                    "end": {
                      "line": 1,
                      "column": 10,
                      "offset": 10
                    }
                  }
                },
                {
                  "type": "BindingPropertyProperty",
                  "name": {
                    "type": "StaticPropertyName",
                    "value": "c",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 11,
                        "offset": 11
                      },
                      "end": {
                        "line": 1,
                        "column": 12,
                        "offset": 12
                      }
                    }
                  },
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 13,
                        "offset": 13
                      },
                      "end": {
                        "line": 1,
                        "column": 14,
                        "offset": 14
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 11,
                      "offset": 11
                    },
                    "end": {
                      "line": 1,
                      "column": 14,
                      "offset": 14
                    }
                  }
                },
                {
                  "type": "BindingPropertyProperty",
                  "name": {
                    "type": "StaticPropertyName",
                    "value": "e",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 15,
                        "offset": 15
                      },
                      "end": {
                        "line": 1,
                        "column": 16,
                        "offset": 16
                      }
                    }
                  },
                  "binding": {
                    "type": "BindingWithDefault",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "f",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 17,
                          "offset": 17
                        },
                        "end": {
                          "line": 1,
                          "column": 18,
                          "offset": 18
                        }
                      }
                    },
                    "init": {
                      "type": "LiteralNumericExpression",
                      "value": 2,
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 19,
                          "offset": 19
                        },
                        "end": {
                          "line": 1,
                          "column": 20,
                          "offset": 20
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 17,
                        "offset": 17
                      },
                      "end": {
                        "line": 1,
                        "column": 20,
                        "offset": 20
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 15,
                      "offset": 15
                    },
                    "end": {
                      "line": 1,
                      "column": 20,
                      "offset": 20
                    }
                  }
                },
                {
                  "type": "BindingPropertyProperty",
                  "name": {
                    "type": "ComputedPropertyName",
                    "expression": {
                      "type": "IdentifierExpression",
                      "name": "g",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 22,
                          "offset": 22
                        },
                        "end": {
                          "line": 1,
                          "column": 23,
                          "offset": 23
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 21,
                        "offset": 21
                      },
                      "end": {
                        "line": 1,
                        "column": 24,
                        "offset": 24
                      }
                    }
                  },
                  "binding": {
                    "type": "ArrayBinding",
                    "elements": [
                      {
                        "type": "BindingIdentifier",
                        "name": "h",
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 26,
                            "offset": 26
                          },
                          "end": {
                            "line": 1,
                            "column": 27,
                            "offset": 27
                          }
                        }
                      }
                    ],
                    "rest": null,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 25,
                        "offset": 25
                      },
                      "end": {
                        "line": 1,
                        "column": 28,
                        "offset": 28
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 21,
                      "offset": 21
                    },
                    "end": {
                      "line": 1,
                      "column": 28,
                      "offset": 28
                    }
                  }
                }
              ],
              "rest": null,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                },
                "end": {
                  "line": 1,
                  "column": 29,
                  "offset": 29
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 3,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 30,
                  "offset": 30
                },
                "end": {
                  "line": 1,
                  "column": 31,
                  "offset": 31
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 1,
                "column": 31,
                "offset": 31
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 31,
            "offset": 31
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 31,
          "offset": 31
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 0,
      "offset": 32
    }
  }
}
