{ "type": "Script", "span": { "start": 18, "end": 125, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 18, "end": 125, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 22, "end": 124, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 22, "end": 23, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "TemplateLiteral", "span": { "start": 26, "end": 124, "ctxt": 0 }, "expressions": [ { "type": "TemplateLiteral", "span": { "start": 59, "end": 92, "ctxt": 0 }, "expressions": [], "quasis": [ { "type": "TemplateElement", "span": { "start": 60, "end": 91, "ctxt": 0 }, "tail": true, "cooked": " ", "raw": "\\u{20}\\u{020}\\u{0020}\\u{000020}" } ] } ], "quasis": [ { "type": "TemplateElement", "span": { "start": 27, "end": 57, "ctxt": 0 }, "tail": false, "cooked": "Hello", "raw": "\\u{48}\\u{65}\\u{6c}\\u{6c}\\u{6f}" }, { "type": "TemplateElement", "span": { "start": 93, "end": 123, "ctxt": 0 }, "tail": true, "cooked": "world", "raw": "\\u{77}\\u{6f}\\u{72}\\u{6c}\\u{64}" } ] }, "definite": false } ] } ], "interpreter": null }