[
    {
        "type": "Keyword",
        "value": "const",
        "loc": {
            "start": {
                "line": 1,
                "column": 0
            },
            "end": {
                "line": 1,
                "column": 5
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t",
        "loc": {
            "start": {
                "line": 1,
                "column": 6
            },
            "end": {
                "line": 1,
                "column": 7
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 1,
                "column": 8
            },
            "end": {
                "line": 1,
                "column": 9
            }
        }
    },
    {
        "type": "Template",
        "value": "`template`",
        "loc": {
            "start": {
                "line": 1,
                "column": 10
            },
            "end": {
                "line": 1,
                "column": 20
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 1,
                "column": 20
            },
            "end": {
                "line": 1,
                "column": 21
            }
        }
    }
]