{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ForOfStatement",
      "left": {
        "type": "VariableDeclaration",
        "kind": "let",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "ArrayBinding",
              "elements": [
                {
                  "type": "BindingIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 9,
                      "offset": 9
                    },
                    "end": {
                      "line": 1,
                      "column": 10,
                      "offset": 10
                    }
                  }
                }
              ],
              "rest": null,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 1,
                  "column": 11,
                  "offset": 11
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 8,
                "offset": 8
              },
              "end": {
                "line": 1,
                "column": 11,
                "offset": 11
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 4,
            "offset": 4
          },
          "end": {
            "line": 1,
            "column": 11,
            "offset": 11
          }
        }
      },
      "right": {
        "type": "IdentifierExpression",
        "name": "b",
        "loc": {
          "start": {
            "line": 1,
            "column": 15,
            "offset": 15
          },
          "end": {
            "line": 1,
            "column": 16,
            "offset": 16
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 1,
            "column": 18,
            "offset": 18
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 18,
          "offset": 18
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 18,
      "offset": 18
    }
  }
}
