{
  "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": 18,
                      "column": 3
                    },
                    "end": {
                      "line": 18,
                      "column": 12
                    }
                  }
                },
                "init": null,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 3
                  },
                  "end": {
                    "line": 18,
                    "column": 12
                  }
                }
              }
            ],
            "kind": "let",
            "loc": {
              "start": {
                "line": 18,
                "column": 3
              },
              "end": {
                "line": 18,
                "column": 12
              }
            }
          },
          {
            "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": 18,
                          "column": 3
                        },
                        "end": {
                          "line": 18,
                          "column": 12
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 3
                      },
                      "end": {
                        "line": 18,
                        "column": 12
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 3
                    },
                    "end": {
                      "line": 18,
                      "column": 12
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 3
                  },
                  "end": {
                    "line": 18,
                    "column": 12
                  }
                }
              },
              "arguments": [
                {
                  "type": "LogicalExpression",
                  "operator": "||",
                  "left": {
                    "type": "Identifier",
                    "name": "E1",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 3
                      },
                      "end": {
                        "line": 18,
                        "column": 12
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "name": "E1",
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 3
                        },
                        "end": {
                          "line": 18,
                          "column": 12
                        }
                      }
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 3
                        },
                        "end": {
                          "line": 18,
                          "column": 12
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 3
                      },
                      "end": {
                        "line": 18,
                        "column": 12
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 3
                    },
                    "end": {
                      "line": 18,
                      "column": 12
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 3
                },
                "end": {
                  "line": 18,
                  "column": 12
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 3
              },
              "end": {
                "line": 18,
                "column": 12
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 17,
            "column": 8
          },
          "end": {
            "line": 19,
            "column": 2
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "E2",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 3
                    },
                    "end": {
                      "line": 20,
                      "column": 12
                    }
                  }
                },
                "init": null,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 3
                  },
                  "end": {
                    "line": 20,
                    "column": 12
                  }
                }
              }
            ],
            "kind": "let",
            "loc": {
              "start": {
                "line": 20,
                "column": 3
              },
              "end": {
                "line": 20,
                "column": 12
              }
            }
          },
          {
            "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": 20,
                          "column": 3
                        },
                        "end": {
                          "line": 20,
                          "column": 12
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 3
                      },
                      "end": {
                        "line": 20,
                        "column": 12
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 3
                    },
                    "end": {
                      "line": 20,
                      "column": 12
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 3
                  },
                  "end": {
                    "line": 20,
                    "column": 12
                  }
                }
              },
              "arguments": [
                {
                  "type": "LogicalExpression",
                  "operator": "||",
                  "left": {
                    "type": "Identifier",
                    "name": "E2",
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 3
                      },
                      "end": {
                        "line": 20,
                        "column": 12
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "name": "E2",
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 3
                        },
                        "end": {
                          "line": 20,
                          "column": 12
                        }
                      }
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 3
                        },
                        "end": {
                          "line": 20,
                          "column": 12
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 3
                      },
                      "end": {
                        "line": 20,
                        "column": 12
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 3
                    },
                    "end": {
                      "line": 20,
                      "column": 12
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 3
                },
                "end": {
                  "line": 20,
                  "column": 12
                }
              }
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 3
              },
              "end": {
                "line": 20,
                "column": 12
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 19,
            "column": 8
          },
          "end": {
            "line": 21,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 22,
      "column": 1
    }
  }
}
Transformed AST structure check passed.
