[
    {
        "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": "String",
        "value": "'a'",
        "loc": {
            "start": {
                "line": 1,
                "column": 8
            },
            "end": {
                "line": 1,
                "column": 11
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ",",
        "loc": {
            "start": {
                "line": 1,
                "column": 11
            },
            "end": {
                "line": 1,
                "column": 12
            }
        }
    },
    {
        "type": "Identifier",
        "value": "b",
        "loc": {
            "start": {
                "line": 1,
                "column": 13
            },
            "end": {
                "line": 1,
                "column": 14
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 1,
                "column": 15
            },
            "end": {
                "line": 1,
                "column": 16
            }
        }
    },
    {
        "type": "String",
        "value": "'b'",
        "loc": {
            "start": {
                "line": 1,
                "column": 17
            },
            "end": {
                "line": 1,
                "column": 20
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 1,
                "column": 20
            },
            "end": {
                "line": 1,
                "column": 21
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 5,
                "column": 0
            },
            "end": {
                "line": 5,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t",
        "loc": {
            "start": {
                "line": 5,
                "column": 4
            },
            "end": {
                "line": 5,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 5,
                "column": 6
            },
            "end": {
                "line": 5,
                "column": 7
            }
        }
    },
    {
        "type": "Template",
        "value": "`aaa${",
        "loc": {
            "start": {
                "line": 5,
                "column": 8
            },
            "end": {
                "line": 5,
                "column": 14
            }
        }
    },
    {
        "type": "Identifier",
        "value": "a",
        "loc": {
            "start": {
                "line": 6,
                "column": 2
            },
            "end": {
                "line": 6,
                "column": 3
            }
        }
    },
    {
        "type": "Template",
        "value": "} bbb ${",
        "loc": {
            "start": {
                "line": 7,
                "column": 0
            },
            "end": {
                "line": 7,
                "column": 8
            }
        }
    },
    {
        "type": "RegularExpression",
        "value": "/a/",
        "regex": {
            "pattern": "a",
            "flags": ""
        },
        "loc": {
            "start": {
                "line": 8,
                "column": 0
            },
            "end": {
                "line": 8,
                "column": 3
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ".",
        "loc": {
            "start": {
                "line": 8,
                "column": 3
            },
            "end": {
                "line": 8,
                "column": 4
            }
        }
    },
    {
        "type": "Identifier",
        "value": "test",
        "loc": {
            "start": {
                "line": 8,
                "column": 4
            },
            "end": {
                "line": 8,
                "column": 8
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "(",
        "loc": {
            "start": {
                "line": 8,
                "column": 8
            },
            "end": {
                "line": 8,
                "column": 9
            }
        }
    },
    {
        "type": "Identifier",
        "value": "b",
        "loc": {
            "start": {
                "line": 8,
                "column": 9
            },
            "end": {
                "line": 8,
                "column": 10
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ".",
        "loc": {
            "start": {
                "line": 8,
                "column": 10
            },
            "end": {
                "line": 8,
                "column": 11
            }
        }
    },
    {
        "type": "Identifier",
        "value": "toString",
        "loc": {
            "start": {
                "line": 8,
                "column": 11
            },
            "end": {
                "line": 8,
                "column": 19
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "(",
        "loc": {
            "start": {
                "line": 8,
                "column": 19
            },
            "end": {
                "line": 8,
                "column": 20
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ")",
        "loc": {
            "start": {
                "line": 8,
                "column": 20
            },
            "end": {
                "line": 8,
                "column": 21
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ")",
        "loc": {
            "start": {
                "line": 8,
                "column": 21
            },
            "end": {
                "line": 8,
                "column": 22
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "?",
        "loc": {
            "start": {
                "line": 8,
                "column": 23
            },
            "end": {
                "line": 8,
                "column": 24
            }
        }
    },
    {
        "type": "Numeric",
        "value": "1",
        "loc": {
            "start": {
                "line": 8,
                "column": 25
            },
            "end": {
                "line": 8,
                "column": 26
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ":",
        "loc": {
            "start": {
                "line": 8,
                "column": 27
            },
            "end": {
                "line": 8,
                "column": 28
            }
        }
    },
    {
        "type": "Numeric",
        "value": "2",
        "loc": {
            "start": {
                "line": 8,
                "column": 29
            },
            "end": {
                "line": 8,
                "column": 30
            }
        }
    },
    {
        "type": "Template",
        "value": "} ccc`",
        "loc": {
            "start": {
                "line": 9,
                "column": 0
            },
            "end": {
                "line": 9,
                "column": 6
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 9,
                "column": 6
            },
            "end": {
                "line": 9,
                "column": 7
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 11,
                "column": 0
            },
            "end": {
                "line": 11,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t2",
        "loc": {
            "start": {
                "line": 11,
                "column": 4
            },
            "end": {
                "line": 11,
                "column": 6
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 11,
                "column": 7
            },
            "end": {
                "line": 11,
                "column": 8
            }
        }
    },
    {
        "type": "Template",
        "value": "`t2`",
        "loc": {
            "start": {
                "line": 11,
                "column": 9
            },
            "end": {
                "line": 11,
                "column": 13
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 11,
                "column": 13
            },
            "end": {
                "line": 11,
                "column": 14
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 12,
                "column": 0
            },
            "end": {
                "line": 12,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t3",
        "loc": {
            "start": {
                "line": 12,
                "column": 4
            },
            "end": {
                "line": 12,
                "column": 6
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 12,
                "column": 7
            },
            "end": {
                "line": 12,
                "column": 8
            }
        }
    },
    {
        "type": "Template",
        "value": "`\n`",
        "loc": {
            "start": {
                "line": 12,
                "column": 9
            },
            "end": {
                "line": 13,
                "column": 1
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 13,
                "column": 1
            },
            "end": {
                "line": 13,
                "column": 2
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 14,
                "column": 0
            },
            "end": {
                "line": 14,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t4",
        "loc": {
            "start": {
                "line": 14,
                "column": 4
            },
            "end": {
                "line": 14,
                "column": 6
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 14,
                "column": 7
            },
            "end": {
                "line": 14,
                "column": 8
            }
        }
    },
    {
        "type": "Template",
        "value": "``",
        "loc": {
            "start": {
                "line": 14,
                "column": 9
            },
            "end": {
                "line": 14,
                "column": 11
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ",",
        "loc": {
            "start": {
                "line": 14,
                "column": 11
            },
            "end": {
                "line": 14,
                "column": 12
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t5",
        "loc": {
            "start": {
                "line": 14,
                "column": 13
            },
            "end": {
                "line": 14,
                "column": 15
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 14,
                "column": 16
            },
            "end": {
                "line": 14,
                "column": 17
            }
        }
    },
    {
        "type": "Template",
        "value": "`${",
        "loc": {
            "start": {
                "line": 14,
                "column": 18
            },
            "end": {
                "line": 14,
                "column": 21
            }
        }
    },
    {
        "type": "Identifier",
        "value": "a",
        "loc": {
            "start": {
                "line": 14,
                "column": 21
            },
            "end": {
                "line": 14,
                "column": 22
            }
        }
    },
    {
        "type": "Template",
        "value": "}\n`",
        "loc": {
            "start": {
                "line": 14,
                "column": 22
            },
            "end": {
                "line": 15,
                "column": 1
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ",",
        "loc": {
            "start": {
                "line": 15,
                "column": 1
            },
            "end": {
                "line": 15,
                "column": 2
            }
        }
    },
    {
        "type": "Identifier",
        "value": "t6",
        "loc": {
            "start": {
                "line": 15,
                "column": 3
            },
            "end": {
                "line": 15,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 15,
                "column": 6
            },
            "end": {
                "line": 15,
                "column": 7
            }
        }
    },
    {
        "type": "Template",
        "value": "`\n${",
        "loc": {
            "start": {
                "line": 15,
                "column": 8
            },
            "end": {
                "line": 16,
                "column": 2
            }
        }
    },
    {
        "type": "Identifier",
        "value": "a",
        "loc": {
            "start": {
                "line": 16,
                "column": 2
            },
            "end": {
                "line": 16,
                "column": 3
            }
        }
    },
    {
        "type": "Template",
        "value": "}`",
        "loc": {
            "start": {
                "line": 16,
                "column": 3
            },
            "end": {
                "line": 16,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 16,
                "column": 5
            },
            "end": {
                "line": 16,
                "column": 6
            }
        }
    },
    {
        "type": "Keyword",
        "value": "var",
        "loc": {
            "start": {
                "line": 18,
                "column": 0
            },
            "end": {
                "line": 18,
                "column": 3
            }
        }
    },
    {
        "type": "Identifier",
        "value": "x",
        "loc": {
            "start": {
                "line": 18,
                "column": 4
            },
            "end": {
                "line": 18,
                "column": 5
            }
        }
    },
    {
        "type": "Punctuator",
        "value": "=",
        "loc": {
            "start": {
                "line": 18,
                "column": 6
            },
            "end": {
                "line": 18,
                "column": 7
            }
        }
    },
    {
        "type": "Numeric",
        "value": "1",
        "loc": {
            "start": {
                "line": 18,
                "column": 8
            },
            "end": {
                "line": 18,
                "column": 9
            }
        }
    },
    {
        "type": "Punctuator",
        "value": ";",
        "loc": {
            "start": {
                "line": 18,
                "column": 9
            },
            "end": {
                "line": 18,
                "column": 10
            }
        }
    }
]