{ "type": "Script", "span": { "start": 17, "end": 63, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 17, "end": 63, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 21, "end": 63, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 21, "end": 22, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 25, "end": 63, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 31, "end": 32, "ctxt": 0 }, "value": "a", "optional": false }, "value": { "type": "TemplateLiteral", "span": { "start": 34, "end": 61, "ctxt": 0 }, "expressions": [ { "type": "NumericLiteral", "span": { "start": 41, "end": 44, "ctxt": 0 }, "value": 123.0, "raw": "123" }, { "type": "NumericLiteral", "span": { "start": 52, "end": 55, "ctxt": 0 }, "value": 456.0, "raw": "456" } ], "quasis": [ { "type": "TemplateElement", "span": { "start": 35, "end": 38, "ctxt": 0 }, "tail": false, "cooked": "abc", "raw": "abc" }, { "type": "TemplateElement", "span": { "start": 46, "end": 49, "ctxt": 0 }, "tail": false, "cooked": "def", "raw": "def" }, { "type": "TemplateElement", "span": { "start": 57, "end": 60, "ctxt": 0 }, "tail": true, "cooked": "ghi", "raw": "ghi" } ] } } ] }, "definite": false } ] } ], "interpreter": null }