{ "type": "Program", "body": [ { "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } }, "type": "ExpressionStatement", "expression": { "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } }, "type": "TaggedTemplateExpression", "tag": { "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } }, "type": "Identifier", "name": "raw" }, "quasi": { "range": [ 3, 18 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 18 } }, "type": "TemplateLiteral", "quasis": [ { "range": [ 3, 12 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 12 } }, "type": "TemplateElement", "value": { "raw": "hello ", "cooked": "hello " }, "tail": false }, { "range": [ 16, 18 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 18 } }, "type": "TemplateElement", "value": { "raw": "", "cooked": "" }, "tail": true } ], "expressions": [ { "range": [ 12, 16 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 16 } }, "type": "Identifier", "name": "name" } ] } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "raw", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Template", "value": "`hello ${", "range": [ 3, 12 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 12 } } }, { "type": "Identifier", "value": "name", "range": [ 12, 16 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 16 } } }, { "type": "Template", "value": "}`", "range": [ 16, 18 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 18 } } } ], "range": [ 0, 18 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } } }