{ "type": "Script", "span": { "start": 2, "end": 31, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 2, "end": 18, "ctxt": 0 }, "kind": "let", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 6, "end": 17, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 6, "end": 12, "ctxt": 0 }, "value": "module", "optional": false, "typeAnnotation": null }, "init": { "type": "NumericLiteral", "span": { "start": 15, "end": 17, "ctxt": 0 }, "value": 10.0, "raw": "10" }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 19, "end": 31, "ctxt": 0 }, "expression": { "type": "BinaryExpression", "span": { "start": 19, "end": 31, "ctxt": 0 }, "operator": "in", "left": { "type": "Identifier", "span": { "start": 19, "end": 25, "ctxt": 0 }, "value": "module", "optional": false }, "right": { "type": "ObjectExpression", "span": { "start": 29, "end": 31, "ctxt": 0 }, "properties": [] } } } ], "interpreter": null }