{
    "range": [
        0,
        28
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                28
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 1
                }
            },
            "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,
                    28
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 14
                    },
                    "end": {
                        "line": 3,
                        "column": 1
                    }
                },
                "type": "BlockStatement",
                "body": [
                    {
                        "range": [
                            18,
                            26
                        ],
                        "loc": {
                            "start": {
                                "line": 2,
                                "column": 2
                            },
                            "end": {
                                "line": 2,
                                "column": 10
                            }
                        },
                        "type": "ExpressionStatement",
                        "expression": {
                            "range": [
                                18,
                                25
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 2
                                },
                                "end": {
                                    "line": 2,
                                    "column": 9
                                }
                            },
                            "type": "YieldExpression",
                            "argument": {
                                "range": [
                                    24,
                                    25
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 8
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 9
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            },
                            "delegate": false
                        }
                    }
                ]
            },
            "generator": true,
            "expression": false
        }
    ]
}