{
    "range": [
        0,
        91
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 7,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                91
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 7,
                    "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,
                    91
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 14
                    },
                    "end": {
                        "line": 7,
                        "column": 1
                    }
                },
                "type": "BlockStatement",
                "body": [
                    {
                        "range": [
                            18,
                            89
                        ],
                        "loc": {
                            "start": {
                                "line": 2,
                                "column": 2
                            },
                            "end": {
                                "line": 6,
                                "column": 4
                            }
                        },
                        "type": "ExpressionStatement",
                        "expression": {
                            "range": [
                                18,
                                88
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 2
                                },
                                "end": {
                                    "line": 6,
                                    "column": 3
                                }
                            },
                            "type": "YieldExpression",
                            "argument": {
                                "range": [
                                    24,
                                    88
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 8
                                    },
                                    "end": {
                                        "line": 6,
                                        "column": 3
                                    }
                                },
                                "type": "FunctionExpression",
                                "id": null,
                                "params": [],
                                "defaults": [],
                                "body": {
                                    "range": [
                                        36,
                                        88
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 20
                                        },
                                        "end": {
                                            "line": 6,
                                            "column": 3
                                        }
                                    },
                                    "type": "BlockStatement",
                                    "body": [
                                        {
                                            "range": [
                                                42,
                                                84
                                            ],
                                            "loc": {
                                                "start": {
                                                    "line": 3,
                                                    "column": 4
                                                },
                                                "end": {
                                                    "line": 5,
                                                    "column": 6
                                                }
                                            },
                                            "type": "ReturnStatement",
                                            "argument": {
                                                "range": [
                                                    49,
                                                    83
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 3,
                                                        "column": 11
                                                    },
                                                    "end": {
                                                        "line": 5,
                                                        "column": 5
                                                    }
                                                },
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "defaults": [],
                                                "body": {
                                                    "range": [
                                                        61,
                                                        83
                                                    ],
                                                    "loc": {
                                                        "start": {
                                                            "line": 3,
                                                            "column": 23
                                                        },
                                                        "end": {
                                                            "line": 5,
                                                            "column": 5
                                                        }
                                                    },
                                                    "type": "BlockStatement",
                                                    "body": [
                                                        {
                                                            "range": [
                                                                69,
                                                                77
                                                            ],
                                                            "loc": {
                                                                "start": {
                                                                    "line": 4,
                                                                    "column": 6
                                                                },
                                                                "end": {
                                                                    "line": 4,
                                                                    "column": 14
                                                                }
                                                            },
                                                            "type": "ExpressionStatement",
                                                            "expression": {
                                                                "range": [
                                                                    69,
                                                                    76
                                                                ],
                                                                "loc": {
                                                                    "start": {
                                                                        "line": 4,
                                                                        "column": 6
                                                                    },
                                                                    "end": {
                                                                        "line": 4,
                                                                        "column": 13
                                                                    }
                                                                },
                                                                "type": "YieldExpression",
                                                                "argument": {
                                                                    "range": [
                                                                        75,
                                                                        76
                                                                    ],
                                                                    "loc": {
                                                                        "start": {
                                                                            "line": 4,
                                                                            "column": 12
                                                                        },
                                                                        "end": {
                                                                            "line": 4,
                                                                            "column": 13
                                                                        }
                                                                    },
                                                                    "type": "Literal",
                                                                    "value": 1,
                                                                    "raw": "1"
                                                                },
                                                                "delegate": false
                                                            }
                                                        }
                                                    ]
                                                },
                                                "generator": true,
                                                "expression": false
                                            }
                                        }
                                    ]
                                },
                                "generator": true,
                                "expression": false
                            },
                            "delegate": false
                        }
                    }
                ]
            },
            "generator": true,
            "expression": false
        }
    ]
}