{
    "range": [
        0,
        6
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 6
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                6
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 6
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    6
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 6
                    }
                },
                "type": "ArrayExpression",
                "elements": [
                    {
                        "range": [
                            1,
                            5
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 1
                            },
                            "end": {
                                "line": 1,
                                "column": 5
                            }
                        },
                        "type": "SpreadElement",
                        "argument": {
                            "range": [
                                4,
                                5
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 4
                                },
                                "end": {
                                    "line": 1,
                                    "column": 5
                                }
                            },
                            "type": "Identifier",
                            "name": "a"
                        }
                    }
                ]
            }
        }
    ]
}