{
    "range": [
        0,
        9
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 9
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                9
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 9
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    8
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 8
                    }
                },
                "type": "ArrowFunctionExpression",
                "params": [
                    {
                        "range": [
                            1,
                            2
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 1
                            },
                            "end": {
                                "line": 1,
                                "column": 2
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    }
                ],
                "body": {
                    "range": [
                        7,
                        8
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 7
                        },
                        "end": {
                            "line": 1,
                            "column": 8
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                },
                "expression": true
            }
        }
    ]
}