{ "type": "Script", "span": { "start": 16, "end": 141, "ctxt": 0 }, "body": [ { "type": "TsTypeAliasDeclaration", "span": { "start": 16, "end": 36, "ctxt": 0 }, "declare": false, "id": { "type": "Identifier", "span": { "start": 21, "end": 22, "ctxt": 0 }, "value": "X", "optional": false }, "typeParams": null, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 25, "end": 35, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 27, "end": 33, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 27, "end": 28, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 28, "end": 33, "ctxt": 0 }, "typeAnnotation": { "type": "TsLiteralType", "span": { "start": 30, "end": 33, "ctxt": 0 }, "literal": { "type": "StringLiteral", "span": { "start": 30, "end": 33, "ctxt": 0 }, "value": "x", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "typeParams": null } ] } }, { "type": "TsTypeAliasDeclaration", "span": { "start": 37, "end": 57, "ctxt": 0 }, "declare": false, "id": { "type": "Identifier", "span": { "start": 42, "end": 43, "ctxt": 0 }, "value": "Y", "optional": false }, "typeParams": null, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 46, "end": 56, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 48, "end": 54, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 48, "end": 49, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 49, "end": 54, "ctxt": 0 }, "typeAnnotation": { "type": "TsLiteralType", "span": { "start": 51, "end": 54, "ctxt": 0 }, "literal": { "type": "StringLiteral", "span": { "start": 51, "end": 54, "ctxt": 0 }, "value": "y", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 59, "end": 88, "ctxt": 0 }, "kind": "const", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 73, "end": 87, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 73, "end": 76, "ctxt": 0 }, "value": "arr", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 76, "end": 87, "ctxt": 0 }, "typeAnnotation": { "type": "TsIntersectionType", "span": { "start": 78, "end": 87, "ctxt": 0 }, "types": [ { "type": "TsArrayType", "span": { "start": 78, "end": 81, "ctxt": 0 }, "elemType": { "type": "TsTypeReference", "span": { "start": 78, "end": 79, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 78, "end": 79, "ctxt": 0 }, "value": "X", "optional": false }, "typeParams": null } }, { "type": "TsArrayType", "span": { "start": 84, "end": 87, "ctxt": 0 }, "elemType": { "type": "TsTypeReference", "span": { "start": 84, "end": 85, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 84, "end": 85, "ctxt": 0 }, "value": "Y", "optional": false }, "typeParams": null } } ] } } }, "init": null, "definite": false } ] }, { "type": "ForOfStatement", "span": { "start": 90, "end": 141, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 95, "end": 105, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 101, "end": 105, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 101, "end": 105, "ctxt": 0 }, "value": "item", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "Identifier", "span": { "start": 109, "end": 112, "ctxt": 0 }, "value": "arr", "optional": false }, "body": { "type": "BlockStatement", "span": { "start": 114, "end": 141, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 120, "end": 127, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 120, "end": 126, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 120, "end": 124, "ctxt": 0 }, "value": "item", "optional": false }, "property": { "type": "Identifier", "span": { "start": 125, "end": 126, "ctxt": 0 }, "value": "x", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 132, "end": 139, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 132, "end": 138, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 132, "end": 136, "ctxt": 0 }, "value": "item", "optional": false }, "property": { "type": "Identifier", "span": { "start": 137, "end": 138, "ctxt": 0 }, "value": "y", "optional": false } } } ] } } ], "interpreter": null }