{
  "type": "Program",
  "body": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "foo"
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "MemberExpression",
              "computed": false,
              "object": {
                "type": "Literal",
                "value": "banana",
                "raw": "'banana'"
              },
              "property": {
                "type": "Identifier",
                "name": "toUpperCase"
              }
            },
            "arguments": []
          }
        }
      ],
      "kind": "const"
    }
  ],
  "sourceType": "module"
}
