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