{
  "type": "Program",
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "BinaryExpression",
        "operator": "==",
        "left": {
          "type": "LogicalExpression",
          "operator": "??",
          "left": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 17,
                "column": 2,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 17,
                "column": 3,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 17,
                "column": 7,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 17,
                "column": 8,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 17,
              "column": 9,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 1,
          "loc": {
            "start": {
              "line": 17,
              "column": 13,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 17,
              "column": 14,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 17,
            "column": 14,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 17,
          "column": 15,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "BinaryExpression",
        "operator": "==",
        "left": {
          "type": "LogicalExpression",
          "operator": "??",
          "left": {
            "type": "NumberLiteral",
            "value": 0,
            "loc": {
              "start": {
                "line": 18,
                "column": 2,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 18,
                "column": 3,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 18,
                "column": 7,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 18,
                "column": 8,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 18,
              "column": 9,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 0,
          "loc": {
            "start": {
              "line": 18,
              "column": 13,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 18,
              "column": 14,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 18,
            "column": 14,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 18,
          "column": 15,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "??",
        "left": {
          "type": "NullLiteral",
          "value": null,
          "loc": {
            "start": {
              "line": 19,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 19,
              "column": 5,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 19,
                "column": 9,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 19,
                "column": 10,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 19,
                "column": 14,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 19,
                "column": 15,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 9,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 19,
              "column": 15,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 19,
            "column": 15,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 19,
          "column": 16,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "??",
        "left": {
          "type": "NullLiteral",
          "value": null,
          "loc": {
            "start": {
              "line": 20,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 20,
              "column": 5,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "Identifier",
            "name": "undefined",
            "loc": {
              "start": {
                "line": 20,
                "column": 9,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 20,
                "column": 18,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "Identifier",
            "name": "undefined",
            "loc": {
              "start": {
                "line": 20,
                "column": 22,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 20,
                "column": 31,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 20,
              "column": 9,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 20,
              "column": 31,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 20,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 20,
            "column": 31,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 20,
          "column": 32,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "??",
        "left": {
          "type": "LogicalExpression",
          "operator": "??",
          "left": {
            "type": "NullLiteral",
            "value": null,
            "loc": {
              "start": {
                "line": 21,
                "column": 1,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 21,
                "column": 5,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "Identifier",
            "name": "undefined",
            "loc": {
              "start": {
                "line": 21,
                "column": 9,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 21,
                "column": 18,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 21,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 21,
              "column": 18,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 21,
                "column": 22,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 21,
                "column": 23,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 21,
                "column": 27,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 21,
                "column": 28,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 21,
              "column": 22,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 21,
              "column": 28,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 21,
            "column": 9,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 21,
            "column": 28,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 21,
          "column": 29,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "??",
        "left": {
          "type": "LogicalExpression",
          "operator": "??",
          "left": {
            "type": "LogicalExpression",
            "operator": "??",
            "left": {
              "type": "NullLiteral",
              "value": null,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 1,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 22,
                  "column": 5,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "right": {
              "type": "Identifier",
              "name": "undefined",
              "loc": {
                "start": {
                  "line": 22,
                  "column": 9,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 22,
                  "column": 18,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "loc": {
              "start": {
                "line": 22,
                "column": 1,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 22,
                "column": 18,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NullLiteral",
            "value": null,
            "loc": {
              "start": {
                "line": 22,
                "column": 22,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 22,
                "column": 26,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 22,
              "column": 9,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 22,
              "column": 26,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "NumberLiteral",
            "value": 10,
            "loc": {
              "start": {
                "line": 22,
                "column": 30,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 22,
                "column": 32,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 10,
            "loc": {
              "start": {
                "line": 22,
                "column": 36,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 22,
                "column": 38,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 22,
              "column": 30,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 22,
              "column": 38,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 22,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 22,
            "column": 38,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 22,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 22,
          "column": 39,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "??",
        "left": {
          "type": "LogicalExpression",
          "operator": "??",
          "left": {
            "type": "NullLiteral",
            "value": null,
            "loc": {
              "start": {
                "line": 23,
                "column": 1,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 23,
                "column": 5,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "LogicalExpression",
            "operator": "||",
            "left": {
              "type": "Identifier",
              "name": "undefined",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 10,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 23,
                  "column": 19,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "right": {
              "type": "NullLiteral",
              "value": null,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 23,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 23,
                  "column": 27,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "loc": {
              "start": {
                "line": 23,
                "column": 9,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 23,
                "column": 28,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 23,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 23,
              "column": 28,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "NumberLiteral",
            "value": 10,
            "loc": {
              "start": {
                "line": 23,
                "column": 32,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 23,
                "column": 34,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 10,
            "loc": {
              "start": {
                "line": 23,
                "column": 38,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 23,
                "column": 40,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 23,
              "column": 32,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 23,
              "column": 40,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 23,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 23,
            "column": 40,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 23,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 23,
          "column": 41,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "??",
        "left": {
          "type": "LogicalExpression",
          "operator": "??",
          "left": {
            "type": "NullLiteral",
            "value": null,
            "loc": {
              "start": {
                "line": 24,
                "column": 1,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 24,
                "column": 5,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "LogicalExpression",
            "operator": "&&",
            "left": {
              "type": "Identifier",
              "name": "undefined",
              "loc": {
                "start": {
                  "line": 24,
                  "column": 10,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 24,
                  "column": 19,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "right": {
              "type": "NullLiteral",
              "value": null,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 23,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 24,
                  "column": 27,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "loc": {
              "start": {
                "line": 24,
                "column": 9,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 24,
                "column": 28,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 24,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 24,
              "column": 28,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "NumberLiteral",
            "value": 10,
            "loc": {
              "start": {
                "line": 24,
                "column": 32,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 24,
                "column": 34,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 10,
            "loc": {
              "start": {
                "line": 24,
                "column": 38,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 24,
                "column": 40,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 24,
              "column": 32,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 24,
              "column": 40,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 24,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 24,
            "column": 40,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 24,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 24,
          "column": 41,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "&&",
        "left": {
          "type": "LogicalExpression",
          "operator": "??",
          "left": {
            "type": "NullLiteral",
            "value": null,
            "loc": {
              "start": {
                "line": 25,
                "column": 2,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 25,
                "column": 6,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "BooleanLiteral",
            "value": true,
            "loc": {
              "start": {
                "line": 25,
                "column": 10,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 25,
                "column": 14,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 25,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 25,
              "column": 15,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "LogicalExpression",
            "operator": "??",
            "left": {
              "type": "BooleanLiteral",
              "value": true,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 20,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 25,
                  "column": 24,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "right": {
              "type": "NullLiteral",
              "value": null,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 28,
                  "program": "test-nullish-coalescing.js"
                },
                "end": {
                  "line": 25,
                  "column": 32,
                  "program": "test-nullish-coalescing.js"
                }
              }
            },
            "loc": {
              "start": {
                "line": 25,
                "column": 19,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 25,
                "column": 33,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "BooleanLiteral",
            "value": true,
            "loc": {
              "start": {
                "line": 25,
                "column": 37,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 25,
                "column": 41,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 25,
              "column": 19,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 25,
              "column": 41,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 25,
            "column": 1,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 25,
            "column": 41,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 25,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 25,
          "column": 41,
          "program": "test-nullish-coalescing.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LogicalExpression",
        "operator": "??",
        "left": {
          "type": "BinaryExpression",
          "operator": "+",
          "left": {
            "type": "NumberLiteral",
            "value": 5,
            "loc": {
              "start": {
                "line": 26,
                "column": 1,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 26,
                "column": 2,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 3,
            "loc": {
              "start": {
                "line": 26,
                "column": 5,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 26,
                "column": 6,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 26,
              "column": 1,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 26,
              "column": 6,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "*",
          "left": {
            "type": "NumberLiteral",
            "value": 5,
            "loc": {
              "start": {
                "line": 26,
                "column": 10,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 26,
                "column": 11,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 8,
            "loc": {
              "start": {
                "line": 26,
                "column": 14,
                "program": "test-nullish-coalescing.js"
              },
              "end": {
                "line": 26,
                "column": 15,
                "program": "test-nullish-coalescing.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 26,
              "column": 10,
              "program": "test-nullish-coalescing.js"
            },
            "end": {
              "line": 26,
              "column": 15,
              "program": "test-nullish-coalescing.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 26,
            "column": 5,
            "program": "test-nullish-coalescing.js"
          },
          "end": {
            "line": 26,
            "column": 15,
            "program": "test-nullish-coalescing.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1,
          "program": "test-nullish-coalescing.js"
        },
        "end": {
          "line": 26,
          "column": 16,
          "program": "test-nullish-coalescing.js"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "test-nullish-coalescing.js"
    },
    "end": {
      "line": 26,
      "column": 16,
      "program": "test-nullish-coalescing.js"
    }
  }
}
