{
  "body": {
    "type": "FunctionExpression",
    "start": 0,
    "end": 25,
    "id": null,
    "expression": false,
    "generator": false,
    "async": false,
    "params": [],
    "body": {
      "type": "BlockStatement",
      "start": 11,
      "end": 25,
      "body": [
        {
          "type": "ReturnStatement",
          "start": 13,
          "end": 23,
          "argument": {
            "type": "Literal",
            "start": 20,
            "end": 22,
            "value": 42,
            "raw": "42"
          }
        }
      ]
    }
  },
  "declarations": null,
  "references": [],
  "files": [],
  "imports": [],
  "expression": true,
  "async": false
}