{
    "type": "Program",
    "body": [
        {
            "type": "VariableDeclaration",
            "kind": "let",
            "declarations": [
                {
                    "type": "VariableDeclarator",
                    "id": {
                        "type": "Identifier",
                        "name": "message",
                        "index": 4,
                        "length": 9,
                        "line": 1,
                        "lineEnd": 1,
                        "columnEnd": 13,
                        "column": 5,
                        "indention": 0
                    },
                    "init": {
                        "type": "TemplateLiteral",
                        "quasis": [
                            {
                                "type": "TemplateElement",
                                "tail": false,
                                "value": {
                                    "cooked": "Hello ",
                                    "raw": "Hello "
                                },
                                "index": 14,
                                "length": 20,
                                "line": 1,
                                "lineEnd": 2,
                                "columnEnd": 34,
                                "column": 15,
                                "indention": 0
                            },
                            {
                                "type": "TemplateElement",
                                "tail": true,
                                "value": {
                                    "cooked": "",
                                    "raw": ""
                                },
                                "index": 34,
                                "length": 5,
                                "line": 2,
                                "lineEnd": 2,
                                "columnEnd": 39,
                                "column": 35,
                                "indention": 0
                            }
                        ],
                        "expressions": [
                            {
                                "type": "Identifier",
                                "name": "name",
                                "index": 30,
                                "length": 9,
                                "line": 2,
                                "lineEnd": 2,
                                "columnEnd": 39,
                                "column": 31,
                                "indention": 0
                            }
                        ],
                        "index": 14,
                        "length": 25,
                        "line": 1,
                        "lineEnd": 2,
                        "columnEnd": 39,
                        "column": 15,
                        "indention": 0
                    },
                    "index": 12,
                    "length": 27,
                    "line": 1,
                    "lineEnd": 2,
                    "columnEnd": 39,
                    "column": 13,
                    "indention": 0
                }
            ],
            "index": 0,
            "length": 39,
            "line": 1,
            "lineEnd": 2,
            "columnEnd": 39,
            "column": 1,
            "indention": 0
        }
    ],
    "sourceType": "module",
    "index": 0,
    "length": 39,
    "line": 1,
    "lineEnd": 2,
    "columnEnd": 39,
    "column": 1,
    "indention": 0
}