|
| 1 | +{ |
| 2 | + "type": "File", |
| 3 | + "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}}, |
| 4 | + "program": { |
| 5 | + "type": "Program", |
| 6 | + "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}}, |
| 7 | + "sourceType": "script", |
| 8 | + "interpreter": null, |
| 9 | + "body": [ |
| 10 | + { |
| 11 | + "type": "ExpressionStatement", |
| 12 | + "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}}, |
| 13 | + "expression": { |
| 14 | + "type": "ArrowFunctionExpression", |
| 15 | + "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}}, |
| 16 | + "id": null, |
| 17 | + "generator": false, |
| 18 | + "async": false, |
| 19 | + "params": [], |
| 20 | + "body": { |
| 21 | + "type": "BinaryExpression", |
| 22 | + "start":6,"end":13,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":13}}, |
| 23 | + "left": { |
| 24 | + "type": "ArrayExpression", |
| 25 | + "start":6,"end":8,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":8}}, |
| 26 | + "elements": [] |
| 27 | + }, |
| 28 | + "operator": "in", |
| 29 | + "right": { |
| 30 | + "type": "Identifier", |
| 31 | + "start":12,"end":13,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":13},"identifierName":"x"}, |
| 32 | + "name": "x" |
| 33 | + } |
| 34 | + } |
| 35 | + } |
| 36 | + } |
| 37 | + ], |
| 38 | + "directives": [] |
| 39 | + } |
| 40 | +} |
0 commit comments