{
    "range": [
        0,
        18
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 18
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                18
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 18
                }
            },
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "range": [
                        6,
                        18
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 6
                        },
                        "end": {
                            "line": 1,
                            "column": 18
                        }
                    },
                    "type": "VariableDeclarator",
                    "id": {
                        "range": [
                            6,
                            7
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 6
                            },
                            "end": {
                                "line": 1,
                                "column": 7
                            }
                        },
                        "type": "Identifier",
                        "name": "f"
                    },
                    "init": {
                        "range": [
                            10,
                            18
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 10
                            },
                            "end": {
                                "line": 1,
                                "column": 18
                            }
                        },
                        "type": "ArrowFunctionExpression",
                        "params": [
                            {
                                "range": [
                                    10,
                                    11
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 10
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 11
                                    }
                                },
                                "type": "Identifier",
                                "name": "x"
                            }
                        ],
                        "body": {
                            "range": [
                                15,
                                18
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 15
                                },
                                "end": {
                                    "line": 1,
                                    "column": 18
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "*",
                            "left": {
                                "range": [
                                    15,
                                    16
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 15
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 16
                                    }
                                },
                                "type": "Identifier",
                                "name": "x"
                            },
                            "right": {
                                "range": [
                                    17,
                                    18
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 17
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 18
                                    }
                                },
                                "type": "Identifier",
                                "name": "x"
                            }
                        },
                        "expression": true
                    }
                }
            ],
            "kind": "const"
        }
    ]
}