{
    "range": [
        0,
        34
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 34
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                34
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 34
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    33
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 33
                    }
                },
                "type": "BinaryExpression",
                "operator": "+",
                "left": {
                    "range": [
                        0,
                        29
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 0
                        },
                        "end": {
                            "line": 1,
                            "column": 29
                        }
                    },
                    "type": "BinaryExpression",
                    "operator": "+",
                    "left": {
                        "range": [
                            0,
                            23
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 0
                            },
                            "end": {
                                "line": 1,
                                "column": 23
                            }
                        },
                        "type": "BinaryExpression",
                        "operator": "+",
                        "left": {
                            "range": [
                                0,
                                3
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 0
                                },
                                "end": {
                                    "line": 1,
                                    "column": 3
                                }
                            },
                            "type": "Literal",
                            "value": "(",
                            "raw": "'('"
                        },
                        "right": {
                            "range": [
                                7,
                                22
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 7
                                },
                                "end": {
                                    "line": 1,
                                    "column": 22
                                }
                            },
                            "type": "ConditionalExpression",
                            "test": {
                                "range": [
                                    7,
                                    14
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 7
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 14
                                    }
                                },
                                "type": "BinaryExpression",
                                "operator": "===",
                                "left": {
                                    "range": [
                                        7,
                                        8
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 7
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 8
                                        }
                                    },
                                    "type": "Identifier",
                                    "name": "a"
                                },
                                "right": {
                                    "range": [
                                        13,
                                        14
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 13
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 14
                                        }
                                    },
                                    "type": "Identifier",
                                    "name": "b"
                                }
                            },
                            "consequent": {
                                "range": [
                                    17,
                                    18
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 17
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 18
                                    }
                                },
                                "type": "Identifier",
                                "name": "c"
                            },
                            "alternate": {
                                "range": [
                                    21,
                                    22
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 21
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 22
                                    }
                                },
                                "type": "Identifier",
                                "name": "d"
                            }
                        }
                    },
                    "right": {
                        "range": [
                            26,
                            29
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 26
                            },
                            "end": {
                                "line": 1,
                                "column": 29
                            }
                        },
                        "type": "Literal",
                        "value": ")",
                        "raw": "')'"
                    }
                },
                "right": {
                    "range": [
                        32,
                        33
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 32
                        },
                        "end": {
                            "line": 1,
                            "column": 33
                        }
                    },
                    "type": "Identifier",
                    "name": "e"
                }
            }
        }
    ]
}