{
    "range": [
        0,
        22
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 22
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                22
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 22
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    21
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 21
                    }
                },
                "type": "TaggedTemplateExpression",
                "tag": {
                    "range": [
                        0,
                        1
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 0
                        },
                        "end": {
                            "line": 1,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "quasi": {
                    "range": [
                        1,
                        21
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 1
                        },
                        "end": {
                            "line": 1,
                            "column": 21
                        }
                    },
                    "type": "TemplateLiteral",
                    "quasis": [
                        {
                            "range": [
                                1,
                                12
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 1
                                },
                                "end": {
                                    "line": 1,
                                    "column": 12
                                }
                            },
                            "type": "TemplateElement",
                            "value": {
                                "raw": "1 + 1 = ",
                                "cooked": "1 + 1 = "
                            },
                            "tail": false
                        },
                        {
                            "range": [
                                19,
                                21
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 19
                                },
                                "end": {
                                    "line": 1,
                                    "column": 21
                                }
                            },
                            "type": "TemplateElement",
                            "value": {
                                "raw": "",
                                "cooked": ""
                            },
                            "tail": true
                        }
                    ],
                    "expressions": [
                        {
                            "range": [
                                13,
                                18
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 13
                                },
                                "end": {
                                    "line": 1,
                                    "column": 18
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "+",
                            "left": {
                                "range": [
                                    13,
                                    14
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 13
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 14
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            },
                            "right": {
                                "range": [
                                    17,
                                    18
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 17
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 18
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            }
                        }
                    ]
                }
            }
        }
    ]
}