1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "FunctionDeclaration", 6 "function": { 7 "type": "ScriptFunction", 8 "id": { 9 "type": "Identifier", 10 "name": "await", 11 "decorators": [], 12 "loc": { 13 "start": { 14 "line": 16, 15 "column": 16 16 }, 17 "end": { 18 "line": 16, 19 "column": 21 20 } 21 } 22 }, 23 "generator": false, 24 "async": true, 25 "expression": false, 26 "params": [], 27 "body": { 28 "type": "BlockStatement", 29 "statements": [], 30 "loc": { 31 "start": { 32 "line": 16, 33 "column": 24 34 }, 35 "end": { 36 "line": 16, 37 "column": 27 38 } 39 } 40 }, 41 "loc": { 42 "start": { 43 "line": 16, 44 "column": 7 45 }, 46 "end": { 47 "line": 16, 48 "column": 27 49 } 50 } 51 }, 52 "loc": { 53 "start": { 54 "line": 16, 55 "column": 1 56 }, 57 "end": { 58 "line": 16, 59 "column": 27 60 } 61 } 62 }, 63 { 64 "type": "EmptyStatement", 65 "loc": { 66 "start": { 67 "line": 16, 68 "column": 27 69 }, 70 "end": { 71 "line": 16, 72 "column": 28 73 } 74 } 75 } 76 ], 77 "loc": { 78 "start": { 79 "line": 1, 80 "column": 1 81 }, 82 "end": { 83 "line": 17, 84 "column": 1 85 } 86 } 87} 88