{
    "range": [
        0,
        21
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 21
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                21
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 21
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    21
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 21
                    }
                },
                "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"
                        }
                    },
                    {
                        "range": [
                            7,
                            11
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 7
                            },
                            "end": {
                                "line": 1,
                                "column": 11
                            }
                        },
                        "type": "SpreadElement",
                        "argument": {
                            "range": [
                                10,
                                11
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 10
                                },
                                "end": {
                                    "line": 1,
                                    "column": 11
                                }
                            },
                            "type": "Identifier",
                            "name": "b"
                        }
                    },
                    {
                        "range": [
                            13,
                            14
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 13
                            },
                            "end": {
                                "line": 1,
                                "column": 14
                            }
                        },
                        "type": "Identifier",
                        "name": "c"
                    },
                    {
                        "range": [
                            16,
                            20
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 16
                            },
                            "end": {
                                "line": 1,
                                "column": 20
                            }
                        },
                        "type": "SpreadElement",
                        "argument": {
                            "range": [
                                19,
                                20
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 19
                                },
                                "end": {
                                    "line": 1,
                                    "column": 20
                                }
                            },
                            "type": "Identifier",
                            "name": "d"
                        }
                    }
                ]
            }
        }
    ]
}