{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 30,
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 29,
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 28,
            "id": {
              "type": "ArrayPattern",
              "start": 6,
              "end": 19,
              "elements": [
                {
                  "type": "Identifier",
                  "start": 7,
                  "end": 8,
                  "name": "x"
                },
                {
                  "type": "Identifier",
                  "start": 10,
                  "end": 11,
                  "name": "y"
                },
                {
                  "type": "AssignmentPattern",
                  "start": 13,
                  "end": 18,
                  "left": {
                    "type": "Identifier",
                    "start": 13,
                    "end": 14,
                    "name": "z"
                  },
                  "right": {
                    "type": "Literal",
                    "start": 17,
                    "end": 18,
                    "value": 3,
                    "raw": "3"
                  }
                }
              ]
            },
            "init": {
              "type": "ArrayExpression",
              "start": 22,
              "end": 28,
              "elements": [
                {
                  "type": "Literal",
                  "start": 23,
                  "end": 24,
                  "value": 1,
                  "raw": "1"
                },
                {
                  "type": "Literal",
                  "start": 26,
                  "end": 27,
                  "value": 2,
                  "raw": "2"
                }
              ]
            }
          }
        ],
        "kind": "const"
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 7,
      "end": 8,
      "name": "x"
    },
    {
      "type": "Identifier",
      "start": 10,
      "end": 11,
      "name": "y"
    },
    {
      "type": "Identifier",
      "start": 13,
      "end": 14,
      "name": "z"
    }
  ],
  "references": [],
  "files": [],
  "imports": [],
  "expression": false,
  "async": false
}