{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                },
                "end": {
                  "line": 1,
                  "column": 5,
                  "offset": 5
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 1,
                "column": 5,
                "offset": 5
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 5,
            "offset": 5
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 6,
          "offset": 6
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "b",
        "loc": {
          "start": {
            "line": 3,
            "column": 4,
            "offset": 70
          },
          "end": {
            "line": 3,
            "column": 5,
            "offset": 71
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 4,
                      "offset": 79
                    },
                    "end": {
                      "line": 4,
                      "column": 5,
                      "offset": 80
                    }
                  }
                },
                "expression": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 8,
                        "offset": 83
                      },
                      "end": {
                        "line": 4,
                        "column": 9,
                        "offset": 84
                      }
                    }
                  },
                  "operator": "+",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 10,
                        "offset": 85
                      },
                      "end": {
                        "line": 4,
                        "column": 11,
                        "offset": 86
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 8,
                      "offset": 83
                    },
                    "end": {
                      "line": 4,
                      "column": 11,
                      "offset": 86
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 79
                  },
                  "end": {
                    "line": 4,
                    "column": 11,
                    "offset": 86
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 79
                },
                "end": {
                  "line": 4,
                  "column": 12,
                  "offset": 87
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 7,
              "offset": 73
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 89
            }
          }
        },
        "loc": {
          "start": {
            "line": 3,
            "column": 7,
            "offset": 73
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 89
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4,
                      "offset": 101
                    },
                    "end": {
                      "line": 6,
                      "column": 5,
                      "offset": 102
                    }
                  }
                },
                "expression": {
                  "type": "LiteralNumericExpression",
                  "value": 3,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8,
                      "offset": 105
                    },
                    "end": {
                      "line": 6,
                      "column": 9,
                      "offset": 106
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4,
                    "offset": 101
                  },
                  "end": {
                    "line": 6,
                    "column": 9,
                    "offset": 106
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4,
                  "offset": 101
                },
                "end": {
                  "line": 6,
                  "column": 10,
                  "offset": 107
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 7,
              "offset": 95
            },
            "end": {
              "line": 7,
              "column": 1,
              "offset": 109
            }
          }
        },
        "loc": {
          "start": {
            "line": 5,
            "column": 7,
            "offset": 95
          },
          "end": {
            "line": 7,
            "column": 1,
            "offset": 109
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 66
        },
        "end": {
          "line": 7,
          "column": 1,
          "offset": 109
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 7,
      "column": 1,
      "offset": 109
    }
  }
}
