{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "SequenceExpression", "expressions": [ { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "id", "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }, "right": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "x", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } } ], "body": { "type": "Identifier", "name": "x", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, "generator": false, "expression": true, "async": true, "range": [ 5, 17 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 17 } } }, "range": [ 0, 17 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } } }, { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "square", "range": [ 19, 25 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 25 } } }, "right": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "y", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "BinaryExpression", "operator": "*", "left": { "type": "Identifier", "name": "y", "range": [ 43, 44 ], "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 44 } } }, "right": { "type": "Identifier", "name": "y", "range": [ 47, 48 ], "loc": { "start": { "line": 1, "column": 47 }, "end": { "line": 1, "column": 48 } } }, "range": [ 43, 48 ], "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 48 } } }, "range": [ 43, 49 ], "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 49 } } } ], "range": [ 41, 50 ], "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 50 } } }, "generator": false, "expression": false, "async": true, "range": [ 28, 50 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 50 } } }, "range": [ 19, 50 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 50 } } } ], "range": [ 0, 50 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 50 } } }, "range": [ 0, 50 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 50 } } } ], "sourceType": "script", "range": [ 0, 50 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 50 } }, "tokens": [ { "type": "Identifier", "value": "id", "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }, { "type": "Punctuator", "value": "=", "range": [ 3, 4 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 4 } } }, { "type": "Identifier", "value": "async", "range": [ 5, 10 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "x", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "=>", "range": [ 13, 15 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 15 } } }, { "type": "Identifier", "value": "x", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": ",", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Identifier", "value": "square", "range": [ 19, 25 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": "=", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Identifier", "value": "async", "range": [ 28, 33 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": "(", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Identifier", "value": "y", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } }, { "type": "Punctuator", "value": ")", "range": [ 36, 37 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 37 } } }, { "type": "Punctuator", "value": "=>", "range": [ 38, 40 ], "loc": { "start": { "line": 1, "column": 38 }, "end": { "line": 1, "column": 40 } } }, { "type": "Punctuator", "value": "{", "range": [ 41, 42 ], "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 42 } } }, { "type": "Identifier", "value": "y", "range": [ 43, 44 ], "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 44 } } }, { "type": "Punctuator", "value": "*", "range": [ 45, 46 ], "loc": { "start": { "line": 1, "column": 45 }, "end": { "line": 1, "column": 46 } } }, { "type": "Identifier", "value": "y", "range": [ 47, 48 ], "loc": { "start": { "line": 1, "column": 47 }, "end": { "line": 1, "column": 48 } } }, { "type": "Punctuator", "value": "}", "range": [ 49, 50 ], "loc": { "start": { "line": 1, "column": 49 }, "end": { "line": 1, "column": 50 } } } ] }