{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "x", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "inner", "range": [ 30, 35 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 35 } } }, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AwaitExpression", "argument": { "type": "Identifier", "name": "x", "range": [ 46, 47 ], "loc": { "start": { "line": 1, "column": 46 }, "end": { "line": 1, "column": 47 } } }, "range": [ 40, 47 ], "loc": { "start": { "line": 1, "column": 40 }, "end": { "line": 1, "column": 47 } } }, "range": [ 40, 48 ], "loc": { "start": { "line": 1, "column": 40 }, "end": { "line": 1, "column": 48 } } } ], "range": [ 38, 49 ], "loc": { "start": { "line": 1, "column": 38 }, "end": { "line": 1, "column": 49 } } }, "generator": false, "expression": false, "async": true, "range": [ 15, 49 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 49 } } } ], "range": [ 13, 51 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 51 } } }, "generator": false, "expression": false, "async": false, "range": [ 1, 51 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 51 } } }, "range": [ 0, 52 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 52 } } } ], "sourceType": "script", "range": [ 0, 52 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 52 } }, "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Keyword", "value": "function", "range": [ 1, 9 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "(", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "x", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": ")", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "{", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Identifier", "value": "async", "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } } }, { "type": "Keyword", "value": "function", "range": [ 21, 29 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 29 } } }, { "type": "Identifier", "value": "inner", "range": [ 30, 35 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 35 } } }, { "type": "Punctuator", "value": "(", "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, 39 ], "loc": { "start": { "line": 1, "column": 38 }, "end": { "line": 1, "column": 39 } } }, { "type": "Identifier", "value": "await", "range": [ 40, 45 ], "loc": { "start": { "line": 1, "column": 40 }, "end": { "line": 1, "column": 45 } } }, { "type": "Identifier", "value": "x", "range": [ 46, 47 ], "loc": { "start": { "line": 1, "column": 46 }, "end": { "line": 1, "column": 47 } } }, { "type": "Punctuator", "value": "}", "range": [ 48, 49 ], "loc": { "start": { "line": 1, "column": 48 }, "end": { "line": 1, "column": 49 } } }, { "type": "Punctuator", "value": "}", "range": [ 50, 51 ], "loc": { "start": { "line": 1, "column": 50 }, "end": { "line": 1, "column": 51 } } }, { "type": "Punctuator", "value": ")", "range": [ 51, 52 ], "loc": { "start": { "line": 1, "column": 51 }, "end": { "line": 1, "column": 52 } } } ] }