{
    "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": "FunctionDeclaration",
            "id": {
                "range": [
                    10,
                    11
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 10
                    },
                    "end": {
                        "line": 1,
                        "column": 11
                    }
                },
                "type": "Identifier",
                "name": "a"
            },
            "params": [],
            "defaults": [],
            "body": {
                "range": [
                    14,
                    21
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 14
                    },
                    "end": {
                        "line": 1,
                        "column": 21
                    }
                },
                "type": "BlockStatement",
                "body": [
                    {
                        "range": [
                            15,
                            20
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 15
                            },
                            "end": {
                                "line": 1,
                                "column": 20
                            }
                        },
                        "type": "ExpressionStatement",
                        "expression": {
                            "range": [
                                15,
                                20
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 15
                                },
                                "end": {
                                    "line": 1,
                                    "column": 20
                                }
                            },
                            "type": "YieldExpression",
                            "argument": null,
                            "delegate": false
                        }
                    }
                ]
            },
            "generator": true,
            "expression": false
        }
    ]
}