{ "type": "Script", "span": { "start": 17, "end": 133, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 27, "end": 30, "ctxt": 0 }, "value": "gen", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 17, "end": 133, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 33, "end": 133, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 101, "end": 131, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 105, "end": 130, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 105, "end": 106, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "TemplateLiteral", "span": { "start": 109, "end": 130, "ctxt": 0 }, "expressions": [ { "type": "YieldExpression", "span": { "start": 116, "end": 124, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 122, "end": 124, "ctxt": 0 }, "value": 10.0, "raw": "10" }, "delegate": false } ], "quasis": [ { "type": "TemplateElement", "span": { "start": 110, "end": 113, "ctxt": 0 }, "tail": false, "cooked": "abc", "raw": "abc" }, { "type": "TemplateElement", "span": { "start": 126, "end": 129, "ctxt": 0 }, "tail": true, "cooked": "def", "raw": "def" } ] }, "definite": false } ] } ] }, "generator": true, "async": false, "typeParameters": null, "returnType": null } ], "interpreter": null }