{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ForStatement",
      "init": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 1,
                  "column": 9,
                  "offset": 9
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 1,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 12,
                  "offset": 12
                },
                "end": {
                  "line": 1,
                  "column": 13,
                  "offset": 13
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 8,
                "offset": 8
              },
              "end": {
                "line": 1,
                "column": 13,
                "offset": 13
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 4,
            "offset": 4
          },
          "end": {
            "line": 1,
            "column": 13,
            "offset": 13
          }
        }
      },
      "test": null,
      "update": null,
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "VariableDeclarationStatement",
              "declaration": {
                "type": "VariableDeclaration",
                "kind": "let",
                "declarators": [
                  {
                    "type": "VariableDeclarator",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "a",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 23,
                          "offset": 23
                        },
                        "end": {
                          "line": 1,
                          "column": 24,
                          "offset": 24
                        }
                      }
                    },
                    "init": null,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 23,
                        "offset": 23
                      },
                      "end": {
                        "line": 1,
                        "column": 24,
                        "offset": 24
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 19,
                    "offset": 19
                  },
                  "end": {
                    "line": 1,
                    "column": 24,
                    "offset": 24
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 19,
                  "offset": 19
                },
                "end": {
                  "line": 1,
                  "column": 25,
                  "offset": 25
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 17,
              "offset": 17
            },
            "end": {
              "line": 1,
              "column": 27,
              "offset": 27
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 1,
            "column": 27,
            "offset": 27
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 27,
          "offset": 27
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 27,
      "offset": 27
    }
  }
}
