{ "type": "Program", "body": [ { "type": "ExportDefaultDeclaration", "declaration": { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "f", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, "params": [ { "type": "Identifier", "name": "a", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AwaitExpression", "argument": { "type": "Identifier", "name": "a", "range": [ 43, 44 ], "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 44 } } }, "range": [ 37, 44 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 44 } } }, "range": [ 37, 45 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 45 } } } ], "range": [ 35, 46 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 46 } } }, "generator": false, "expression": false, "async": true, "range": [ 15, 46 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 46 } } }, "range": [ 0, 46 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 46 } } } ], "sourceType": "module", "range": [ 0, 46 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 46 } }, "tokens": [ { "type": "Keyword", "value": "export", "range": [ 0, 6 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": "Keyword", "value": "default", "range": [ 7, 14 ], "loc": { "start": { "line": 1, "column": 7 }, "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": "f", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": "(", "range": [ 31, 32 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "type": "Identifier", "value": "a", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": ")", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": "{", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } }, { "type": "Identifier", "value": "await", "range": [ 37, 42 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 42 } } }, { "type": "Identifier", "value": "a", "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 } } } ] }