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