{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 20,
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 19,
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 11,
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 7,
              "name": "x"
            },
            "init": {
              "type": "Literal",
              "start": 10,
              "end": 11,
              "value": 1,
              "raw": "1"
            }
          },
          {
            "type": "VariableDeclarator",
            "start": 13,
            "end": 18,
            "id": {
              "type": "Identifier",
              "start": 13,
              "end": 14,
              "name": "y"
            },
            "init": {
              "type": "Literal",
              "start": 17,
              "end": 18,
              "value": 2,
              "raw": "2"
            }
          }
        ],
        "kind": "const"
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 6,
      "end": 7,
      "name": "x"
    },
    {
      "type": "Identifier",
      "start": 13,
      "end": 14,
      "name": "y"
    }
  ],
  "references": [],
  "files": [],
  "imports": [],
  "expression": false,
  "async": false
}