{
    "range": [
        0,
        38
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 2
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                38
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 2
                }
            },
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "range": [
                        4,
                        37
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 4
                        },
                        "end": {
                            "line": 3,
                            "column": 1
                        }
                    },
                    "type": "VariableDeclarator",
                    "id": {
                        "range": [
                            4,
                            5
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 4
                            },
                            "end": {
                                "line": 1,
                                "column": 5
                            }
                        },
                        "type": "Identifier",
                        "name": "o"
                    },
                    "init": {
                        "range": [
                            8,
                            37
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 3,
                                "column": 1
                            }
                        },
                        "type": "ObjectExpression",
                        "properties": [
                            {
                                "range": [
                                    12,
                                    35
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 2
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 25
                                    }
                                },
                                "type": "Property",
                                "key": {
                                    "range": [
                                        13,
                                        16
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 3
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 6
                                        }
                                    },
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                        "range": [
                                            13,
                                            14
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 3
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 4
                                            }
                                        },
                                        "type": "Identifier",
                                        "name": "a"
                                    },
                                    "right": {
                                        "range": [
                                            15,
                                            16
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 5
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 6
                                            }
                                        },
                                        "type": "Identifier",
                                        "name": "b"
                                    }
                                },
                                "computed": true,
                                "value": {
                                    "range": [
                                        19,
                                        35
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 9
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 25
                                        }
                                    },
                                    "type": "FunctionExpression",
                                    "id": {
                                        "range": [
                                            29,
                                            30
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 19
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 20
                                            }
                                        },
                                        "type": "Identifier",
                                        "name": "a"
                                    },
                                    "params": [],
                                    "defaults": [],
                                    "body": {
                                        "range": [
                                            33,
                                            35
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 23
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 25
                                            }
                                        },
                                        "type": "BlockStatement",
                                        "body": []
                                    },
                                    "generator": true,
                                    "expression": false
                                },
                                "kind": "init"
                            }
                        ]
                    }
                }
            ],
            "kind": "var"
        }
    ]
}