{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 19,
    "body": [
      {
        "type": "BlockStatement",
        "start": 0,
        "end": 18,
        "body": [
          {
            "type": "VariableDeclaration",
            "start": 4,
            "end": 16,
            "declarations": [
              {
                "type": "VariableDeclarator",
                "start": 10,
                "end": 15,
                "id": {
                  "type": "Identifier",
                  "start": 10,
                  "end": 11,
                  "name": "x"
                },
                "init": {
                  "type": "Literal",
                  "start": 14,
                  "end": 15,
                  "value": 1,
                  "raw": "1"
                }
              }
            ],
            "kind": "const"
          }
        ]
      }
    ],
    "sourceType": "module"
  },
  "declarations": [],
  "references": [],
  "files": [],
  "imports": [],
  "expression": false,
  "async": false
}