{
    "range": [
        0,
        56
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 56
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                56
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 56
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    55
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 55
                    }
                },
                "type": "ConditionalExpression",
                "test": {
                    "range": [
                        0,
                        7
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 0
                        },
                        "end": {
                            "line": 1,
                            "column": 7
                        }
                    },
                    "type": "BinaryExpression",
                    "operator": "===",
                    "left": {
                        "range": [
                            0,
                            1
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 0
                            },
                            "end": {
                                "line": 1,
                                "column": 1
                            }
                        },
                        "type": "Literal",
                        "value": 1,
                        "raw": "1"
                    },
                    "right": {
                        "range": [
                            6,
                            7
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 6
                            },
                            "end": {
                                "line": 1,
                                "column": 7
                            }
                        },
                        "type": "Literal",
                        "value": 1,
                        "raw": "1"
                    }
                },
                "consequent": {
                    "range": [
                        10,
                        11
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 10
                        },
                        "end": {
                            "line": 1,
                            "column": 11
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                },
                "alternate": {
                    "range": [
                        14,
                        55
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 14
                        },
                        "end": {
                            "line": 1,
                            "column": 55
                        }
                    },
                    "type": "ConditionalExpression",
                    "test": {
                        "range": [
                            14,
                            21
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 14
                            },
                            "end": {
                                "line": 1,
                                "column": 21
                            }
                        },
                        "type": "BinaryExpression",
                        "operator": "!==",
                        "left": {
                            "range": [
                                14,
                                15
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 14
                                },
                                "end": {
                                    "line": 1,
                                    "column": 15
                                }
                            },
                            "type": "Literal",
                            "value": 2,
                            "raw": "2"
                        },
                        "right": {
                            "range": [
                                20,
                                21
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 20
                                },
                                "end": {
                                    "line": 1,
                                    "column": 21
                                }
                            },
                            "type": "Literal",
                            "value": 2,
                            "raw": "2"
                        }
                    },
                    "consequent": {
                        "range": [
                            24,
                            25
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 24
                            },
                            "end": {
                                "line": 1,
                                "column": 25
                            }
                        },
                        "type": "Literal",
                        "value": 2,
                        "raw": "2"
                    },
                    "alternate": {
                        "range": [
                            28,
                            55
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 28
                            },
                            "end": {
                                "line": 1,
                                "column": 55
                            }
                        },
                        "type": "ConditionalExpression",
                        "test": {
                            "range": [
                                28,
                                34
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 28
                                },
                                "end": {
                                    "line": 1,
                                    "column": 34
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "==",
                            "left": {
                                "range": [
                                    28,
                                    29
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 28
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 29
                                    }
                                },
                                "type": "Literal",
                                "value": 3,
                                "raw": "3"
                            },
                            "right": {
                                "range": [
                                    33,
                                    34
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 33
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 34
                                    }
                                },
                                "type": "Literal",
                                "value": 3,
                                "raw": "3"
                            }
                        },
                        "consequent": {
                            "range": [
                                37,
                                38
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 37
                                },
                                "end": {
                                    "line": 1,
                                    "column": 38
                                }
                            },
                            "type": "Literal",
                            "value": 3,
                            "raw": "3"
                        },
                        "alternate": {
                            "range": [
                                41,
                                55
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 41
                                },
                                "end": {
                                    "line": 1,
                                    "column": 55
                                }
                            },
                            "type": "ConditionalExpression",
                            "test": {
                                "range": [
                                    41,
                                    47
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 41
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 47
                                    }
                                },
                                "type": "BinaryExpression",
                                "operator": "!=",
                                "left": {
                                    "range": [
                                        41,
                                        42
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 41
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 42
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 4,
                                    "raw": "4"
                                },
                                "right": {
                                    "range": [
                                        46,
                                        47
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 46
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 47
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 4,
                                    "raw": "4"
                                }
                            },
                            "consequent": {
                                "range": [
                                    50,
                                    51
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 50
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 51
                                    }
                                },
                                "type": "Literal",
                                "value": 4,
                                "raw": "4"
                            },
                            "alternate": {
                                "range": [
                                    54,
                                    55
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 54
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 55
                                    }
                                },
                                "type": "Literal",
                                "value": 5,
                                "raw": "5"
                            }
                        }
                    }
                }
            }
        }
    ]
}