[
  {
    "type": "VariableDeclaration",
    "start": 0,
    "end": 22,
    "range": [
      0,
      22
    ],
    "declarations": [
      {
        "type": "VariableDeclarator",
        "start": 6,
        "end": 22,
        "range": [
          6,
          22
        ],
        "id": {
          "type": "Identifier",
          "start": 6,
          "end": 7,
          "range": [
            6,
            7
          ],
          "name": "x"
        },
        "init": {
          "type": "ArrowFunctionExpression",
          "id": null,
          "generator": false,
          "expression": true,
          "params": [
            {
              "type": "AssignmentPattern",
              "left": {
                "type": "Identifier",
                "name": "s"
              },
              "right": {
                "type": "Literal",
                "value": 7,
                "raw": "7"
              }
            }
          ],
          "body": {
            "type": "Identifier",
            "start": 21,
            "end": 22,
            "range": [
              21,
              22
            ],
            "name": "s"
          }
        }
      }
    ],
    "kind": "const"
  }
]
