{ "type": "Script", "span": { "start": 17, "end": 94, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 17, "end": 94, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 21, "end": 93, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 21, "end": 22, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "TemplateLiteral", "span": { "start": 25, "end": 93, "ctxt": 0 }, "expressions": [], "quasis": [ { "type": "TemplateElement", "span": { "start": 26, "end": 92, "ctxt": 0 }, "tail": true, "cooked": { "type": "StringLiteral", "span": { "start": 26, "end": 92, "ctxt": 0 }, "value": "Hello world", "hasEscape": true, "kind": { "type": "normal", "containsQuote": false } }, "raw": { "type": "StringLiteral", "span": { "start": 26, "end": 92, "ctxt": 0 }, "value": "\\u{48}\\u{65}\\u{6c}\\u{6c}\\u{6f}\\u{20}\\u{77}\\u{6f}\\u{72}\\u{6c}\\u{64}", "hasEscape": true, "kind": { "type": "normal", "containsQuote": false } } } ] }, "definite": false } ] } ], "interpreter": null }