{
    "range": [
        0,
        9
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 9
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                9
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 9
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    9
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 9
                    }
                },
                "type": "BinaryExpression",
                "operator": "+",
                "left": {
                    "range": [
                        0,
                        3
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 0
                        },
                        "end": {
                            "line": 1,
                            "column": 3
                        }
                    },
                    "type": "TemplateLiteral",
                    "quasis": [
                        {
                            "range": [
                                0,
                                3
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 0
                                },
                                "end": {
                                    "line": 1,
                                    "column": 3
                                }
                            },
                            "type": "TemplateElement",
                            "value": {
                                "raw": "a",
                                "cooked": "a"
                            },
                            "tail": true
                        }
                    ],
                    "expressions": []
                },
                "right": {
                    "range": [
                        6,
                        9
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 6
                        },
                        "end": {
                            "line": 1,
                            "column": 9
                        }
                    },
                    "type": "TemplateLiteral",
                    "quasis": [
                        {
                            "range": [
                                6,
                                9
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 6
                                },
                                "end": {
                                    "line": 1,
                                    "column": 9
                                }
                            },
                            "type": "TemplateElement",
                            "value": {
                                "raw": "b",
                                "cooked": "b"
                            },
                            "tail": true
                        }
                    ],
                    "expressions": []
                }
            }
        }
    ]
}