{ "type": "Script", "span": { "start": 1, "end": 44, "ctxt": 0 }, "body": [ { "type": "ExpressionStatement", "span": { "start": 1, "end": 14, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1, "end": 13, "ctxt": 0 }, "value": "use strict", "raw": "\"use strict\"" } }, { "type": "VariableDeclaration", "span": { "start": 15, "end": 44, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 19, "end": 43, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 19, "end": 20, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": { "type": "FunctionExpression", "identifier": { "type": "Identifier", "span": { "start": 32, "end": 33, "ctxt": 0 }, "value": "f", "optional": false }, "params": [ { "type": "Parameter", "span": { "start": 34, "end": 38, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 34, "end": 38, "ctxt": 0 }, "value": "eval", "optional": false, "typeAnnotation": null } } ], "decorators": [], "span": { "start": 23, "end": 43, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 40, "end": 43, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "definite": false } ] } ], "interpreter": null }