{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 11,
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 10,
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 4,
            "end": 9,
            "id": {
              "type": "Identifier",
              "start": 4,
              "end": 5,
              "name": "x"
            },
            "init": {
              "type": "Literal",
              "start": 8,
              "end": 9,
              "value": 1,
              "raw": "1"
            }
          }
        ],
        "kind": "let"
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 4,
      "end": 5,
      "name": "x"
    }
  ],
  "references": [],
  "files": [],
  "imports": [],
  "expression": false,
  "async": false
}