{
  "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": "BinaryExpression",
        "left": {
          "type": "BinaryExpression",
          "left": {
            "type": "BinaryExpression",
            "left": {
              "type": "UnaryExpression",
              "operator": "!",
              "operand": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 5,
                    "offset": 12
                  },
                  "end": {
                    "line": 2,
                    "column": 6,
                    "offset": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 11
                },
                "end": {
                  "line": 2,
                  "column": 6,
                  "offset": 13
                }
              }
            },
            "operator": "&&",
            "right": {
              "type": "UnaryExpression",
              "operator": "!",
              "operand": {
                "type": "IdentifierExpression",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 18
                  },
                  "end": {
                    "line": 2,
                    "column": 12,
                    "offset": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 10,
                  "offset": 17
                },
                "end": {
                  "line": 2,
                  "column": 12,
                  "offset": 19
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 11
              },
              "end": {
                "line": 2,
                "column": 12,
                "offset": 19
              }
            }
          },
          "operator": "&&",
          "right": {
            "type": "UnaryExpression",
            "operator": "!",
            "operand": {
              "type": "IdentifierExpression",
              "name": "d",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 17,
                  "offset": 24
                },
                "end": {
                  "line": 2,
                  "column": 18,
                  "offset": 25
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 16,
                "offset": 23
              },
              "end": {
                "line": 2,
                "column": 18,
                "offset": 25
              }
            }
          },
          "loc": {
            "start": {
              "line": 2,
              "column": 4,
              "offset": 11
            },
            "end": {
              "line": 2,
              "column": 18,
              "offset": 25
            }
          }
        },
        "operator": "&&",
        "right": {
          "type": "UnaryExpression",
          "operator": "!",
          "operand": {
            "type": "IdentifierExpression",
            "name": "e",
            "loc": {
              "start": {
                "line": 2,
                "column": 23,
                "offset": 30
              },
              "end": {
                "line": 2,
                "column": 24,
                "offset": 31
              }
            }
          },
          "loc": {
            "start": {
              "line": 2,
              "column": 22,
              "offset": 29
            },
            "end": {
              "line": 2,
              "column": 24,
              "offset": 31
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 4,
            "offset": 11
          },
          "end": {
            "line": 2,
            "column": 24,
            "offset": 31
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 39
                    },
                    "end": {
                      "line": 3,
                      "column": 5,
                      "offset": 40
                    }
                  }
                },
                "expression": {
                  "type": "LiteralNumericExpression",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 43
                    },
                    "end": {
                      "line": 3,
                      "column": 9,
                      "offset": 44
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 39
                  },
                  "end": {
                    "line": 3,
                    "column": 9,
                    "offset": 44
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 39
                },
                "end": {
                  "line": 3,
                  "column": 10,
                  "offset": 45
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 26,
              "offset": 33
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 47
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 26,
            "offset": 33
          },
          "end": {
            "line": 4,
            "column": 1,
            "offset": 47
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 59
                    },
                    "end": {
                      "line": 5,
                      "column": 5,
                      "offset": 60
                    }
                  }
                },
                "expression": {
                  "type": "LiteralNumericExpression",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 8,
                      "offset": 63
                    },
                    "end": {
                      "line": 5,
                      "column": 9,
                      "offset": 64
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 59
                  },
                  "end": {
                    "line": 5,
                    "column": 9,
                    "offset": 64
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 59
                },
                "end": {
                  "line": 5,
                  "column": 10,
                  "offset": 65
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 7,
              "offset": 53
            },
            "end": {
              "line": 6,
              "column": 1,
              "offset": 67
            }
          }
        },
        "loc": {
          "start": {
            "line": 4,
            "column": 7,
            "offset": 53
          },
          "end": {
            "line": 6,
            "column": 1,
            "offset": 67
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 7
        },
        "end": {
          "line": 6,
          "column": 1,
          "offset": 67
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 1,
      "offset": 67
    }
  }
}
