{
    "range": [
        0,
        11
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 11
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                11
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 11
                }
            },
            "type": "ExportNamedDeclaration",
            "declaration": null,
            "specifiers": [
                {
                    "range": [
                        8,
                        9
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 8
                        },
                        "end": {
                            "line": 1,
                            "column": 9
                        }
                    },
                    "type": "ExportSpecifier",
                    "exported": {
                        "range": [
                            8,
                            9
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 1,
                                "column": 9
                            }
                        },
                        "type": "Identifier",
                        "name": "x"
                    },
                    "local": {
                        "range": [
                            8,
                            9
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 1,
                                "column": 9
                            }
                        },
                        "type": "Identifier",
                        "name": "x"
                    }
                }
            ],
            "source": null
        }
    ]
}