[
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 1,
                "column": 0
            },
            "end": {
                "line": 1,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "a",
        "loc": {
            "start": {
                "line": 1,
                "column": 4
            },
            "end": {
                "line": 1,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 1,
                "column": 6
            },
            "end": {
                "line": 1,
                "column": 7
            }
        }
    },
    {
        "type": "Numeric",
        "value": "1",
        "loc": {
            "start": {
                "line": 1,
                "column": 8
            },
            "end": {
                "line": 1,
                "column": 9
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 1,
                "column": 9
            },
            "end": {
                "line": 1,
                "column": 10
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 2,
                "column": 0
            },
            "end": {
                "line": 2,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t",
        "loc": {
            "start": {
                "line": 2,
                "column": 4
            },
            "end": {
                "line": 2,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 2,
                "column": 6
            },
            "end": {
                "line": 2,
                "column": 7
            }
        }
    },
    {
        "type": "Template",
        "value": "`a${",
        "loc": {
            "start": {
                "line": 2,
                "column": 8
            },
            "end": {
                "line": 2,
                "column": 12
            }
        }
    },
    {
        "type": "Identifier",
        "value": "a",
        "loc": {
            "start": {
                "line": 2,
                "column": 12
            },
            "end": {
                "line": 2,
                "column": 13
            }
        }
    },
    {
        "type": "Template",
        "value": "}`",
        "loc": {
            "start": {
                "line": 2,
                "column": 13
            },
            "end": {
                "line": 2,
                "column": 15
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 2,
                "column": 15
            },
            "end": {
                "line": 2,
                "column": 16
            }
        }
    }
]