{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": null,
      "specifiers": [
        {
          "type": "ExportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "banana"
          },
          "exported": {
            "type": "Identifier",
            "name": "banana"
          }
        }
      ],
      "source": null
    }, {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "Identifier",
        "name": "banana"
      }
    }
  ]
}
