{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "VariableDeclaration",
      "kind": "const",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "foo"
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "bar"
                },
                "value": {
                  "type": "ArrowFunctionExpression",
                  "id": null,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "argument": {
                          "type": "Literal",
                          "raw": "'bar'",
                          "value": "bar"
                        }
                      }
                    ]
                  },
                  "async": false,
                  "expression": false,
                  "generator": false
                },
                "shorthand": false,
                "computed": false,
                "kind": "init",
                "method": false
              }
            ]
          },
          "fsTyping": {
            "type": "FirescriptTyping",
            "name": "any"
          }
        }
      ]
    }
  ]
}