{ "type": "Program", "body": [ { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "f", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, "params": [ { "type": "Identifier", "name": "x", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AwaitExpression", "argument": { "type": "CallExpression", "callee": { "type": "Import", "range": [ 28, 34 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 34 } } }, "arguments": [ { "type": "Identifier", "name": "x", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } } ], "range": [ 28, 37 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 37 } } }, "range": [ 22, 37 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 37 } } }, "range": [ 22, 38 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 38 } } } ], "range": [ 20, 39 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 39 } } }, "generator": false, "expression": false, "async": true, "range": [ 0, 39 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 39 } } } ], "sourceType": "script", "range": [ 0, 39 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 39 } }, "tokens": [ { "type": "Identifier", "value": "async", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Keyword", "value": "function", "range": [ 6, 14 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 14 } } }, { "type": "Identifier", "value": "f", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": "(", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Identifier", "value": "x", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": ")", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": "{", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Identifier", "value": "await", "range": [ 22, 27 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 27 } } }, { "type": "Keyword", "value": "import", "range": [ 28, 34 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": "(", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Identifier", "value": "x", "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 } } } ] }