{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 1,
            "column": 4,
            "offset": 4
          }
        }
      },
      "consequent": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "IdentifierExpression",
          "name": "b",
          "loc": {
            "start": {
              "line": 1,
              "column": 5,
              "offset": 5
            },
            "end": {
              "line": 1,
              "column": 6,
              "offset": 6
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 5,
            "offset": 5
          },
          "end": {
            "line": 1,
            "column": 7,
            "offset": 7
          }
        }
      },
      "alternate": null,
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 7,
          "offset": 7
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 7,
      "offset": 7
    }
  }
}
