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