{
    "range": [
        0,
        27
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 27
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                27
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 27
                }
            },
            "type": "ForStatement",
            "init": {
                "range": [
                    5,
                    10
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 5
                    },
                    "end": {
                        "line": 1,
                        "column": 10
                    }
                },
                "type": "AssignmentExpression",
                "operator": "=",
                "left": {
                    "range": [
                        5,
                        6
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 5
                        },
                        "end": {
                            "line": 1,
                            "column": 6
                        }
                    },
                    "type": "Identifier",
                    "name": "i"
                },
                "right": {
                    "range": [
                        9,
                        10
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 9
                        },
                        "end": {
                            "line": 1,
                            "column": 10
                        }
                    },
                    "type": "Literal",
                    "value": 0,
                    "raw": "0"
                }
            },
            "test": {
                "range": [
                    12,
                    18
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 12
                    },
                    "end": {
                        "line": 1,
                        "column": 18
                    }
                },
                "type": "BinaryExpression",
                "operator": "<",
                "left": {
                    "range": [
                        12,
                        13
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 12
                        },
                        "end": {
                            "line": 1,
                            "column": 13
                        }
                    },
                    "type": "Identifier",
                    "name": "i"
                },
                "right": {
                    "range": [
                        16,
                        18
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 16
                        },
                        "end": {
                            "line": 1,
                            "column": 18
                        }
                    },
                    "type": "Literal",
                    "value": 10,
                    "raw": "10"
                }
            },
            "update": {
                "range": [
                    20,
                    23
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 20
                    },
                    "end": {
                        "line": 1,
                        "column": 23
                    }
                },
                "type": "UpdateExpression",
                "operator": "++",
                "argument": {
                    "range": [
                        20,
                        21
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 20
                        },
                        "end": {
                            "line": 1,
                            "column": 21
                        }
                    },
                    "type": "Identifier",
                    "name": "i"
                },
                "prefix": false
            },
            "body": {
                "range": [
                    25,
                    27
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 25
                    },
                    "end": {
                        "line": 1,
                        "column": 27
                    }
                },
                "type": "BlockStatement",
                "body": []
            }
        }
    ]
}