{
  "type": "Program",
  "statements": [
    {
      "type": "IfStatement",
      "test": {
        "type": "NumberLiteral",
        "value": 1,
        "loc": {
          "start": {
            "line": 17,
            "column": 5
          },
          "end": {
            "line": 17,
            "column": 6
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "E1",
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 8
                    },
                    "end": {
                      "line": 17,
                      "column": 17
                    }
                  }
                },
                "init": null,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 8
                  },
                  "end": {
                    "line": 17,
                    "column": 17
                  }
                }
              }
            ],
            "kind": "var",
            "loc": {
              "start": {
                "line": 17,
                "column": 8
              },
              "end": {
                "line": 17,
                "column": 17
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "function": {
                  "type": "ScriptFunction",
                  "id": null,
                  "generator": false,
                  "async": false,
                  "expression": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "E1",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 17
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 8
                      },
                      "end": {
                        "line": 17,
                        "column": 17
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 8
                    },
                    "end": {
                      "line": 17,
                      "column": 17
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 8
                  },
                  "end": {
                    "line": 17,
                    "column": 17
                  }
                }
              },
              "arguments": [
                {
                  "type": "LogicalExpression",
                  "operator": "||",
                  "left": {
                    "type": "Identifier",
                    "name": "E1",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 8
                      },
                      "end": {
                        "line": 17,
                        "column": 17
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "name": "E1",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 17
                        }
                      }
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 17
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 8
                      },
                      "end": {
                        "line": 17,
                        "column": 17
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 8
                    },
                    "end": {
                      "line": 17,
                      "column": 17
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 8
                },
                "end": {
                  "line": 17,
                  "column": 17
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 8
              },
              "end": {
                "line": 17,
                "column": 17
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1
          },
          "end": {
            "line": 1,
            "column": 1
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "E2",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 6
                    },
                    "end": {
                      "line": 18,
                      "column": 15
                    }
                  }
                },
                "init": null,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 6
                  },
                  "end": {
                    "line": 18,
                    "column": 15
                  }
                }
              }
            ],
            "kind": "var",
            "loc": {
              "start": {
                "line": 18,
                "column": 6
              },
              "end": {
                "line": 18,
                "column": 15
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "function": {
                  "type": "ScriptFunction",
                  "id": null,
                  "generator": false,
                  "async": false,
                  "expression": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "E2",
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 6
                        },
                        "end": {
                          "line": 18,
                          "column": 15
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 6
                      },
                      "end": {
                        "line": 18,
                        "column": 15
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 6
                    },
                    "end": {
                      "line": 18,
                      "column": 15
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 6
                  },
                  "end": {
                    "line": 18,
                    "column": 15
                  }
                }
              },
              "arguments": [
                {
                  "type": "LogicalExpression",
                  "operator": "||",
                  "left": {
                    "type": "Identifier",
                    "name": "E2",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 6
                      },
                      "end": {
                        "line": 18,
                        "column": 15
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "name": "E2",
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 6
                        },
                        "end": {
                          "line": 18,
                          "column": 15
                        }
                      }
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 6
                        },
                        "end": {
                          "line": 18,
                          "column": 15
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 6
                      },
                      "end": {
                        "line": 18,
                        "column": 15
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 6
                    },
                    "end": {
                      "line": 18,
                      "column": 15
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 6
                },
                "end": {
                  "line": 18,
                  "column": 15
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 6
              },
              "end": {
                "line": 18,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1
          },
          "end": {
            "line": 1,
            "column": 1
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 15
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 19,
      "column": 1
    }
  }
}
Transformed AST structure check passed.
