1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "VariableDeclaration", 6 "declarations": [ 7 { 8 "type": "VariableDeclarator", 9 "id": { 10 "type": "Identifier", 11 "name": "async", 12 "loc": { 13 "start": { 14 "line": 17, 15 "column": 5 16 }, 17 "end": { 18 "line": 17, 19 "column": 10 20 } 21 } 22 }, 23 "init": { 24 "type": "FunctionExpression", 25 "function": { 26 "type": "ScriptFunction", 27 "id": { 28 "type": "Identifier", 29 "name": "async", 30 "loc": { 31 "start": { 32 "line": 17, 33 "column": 28 34 }, 35 "end": { 36 "line": 17, 37 "column": 33 38 } 39 } 40 }, 41 "generator": false, 42 "async": true, 43 "expression": false, 44 "params": [], 45 "body": { 46 "type": "BlockStatement", 47 "statements": [], 48 "loc": { 49 "start": { 50 "line": 17, 51 "column": 36 52 }, 53 "end": { 54 "line": 17, 55 "column": 39 56 } 57 } 58 }, 59 "loc": { 60 "start": { 61 "line": 17, 62 "column": 19 63 }, 64 "end": { 65 "line": 17, 66 "column": 39 67 } 68 } 69 }, 70 "loc": { 71 "start": { 72 "line": 17, 73 "column": 13 74 }, 75 "end": { 76 "line": 17, 77 "column": 39 78 } 79 } 80 }, 81 "loc": { 82 "start": { 83 "line": 17, 84 "column": 5 85 }, 86 "end": { 87 "line": 17, 88 "column": 39 89 } 90 } 91 } 92 ], 93 "kind": "var", 94 "loc": { 95 "start": { 96 "line": 17, 97 "column": 1 98 }, 99 "end": { 100 "line": 17, 101 "column": 39 102 } 103 } 104 } 105 ], 106 "loc": { 107 "start": { 108 "line": 1, 109 "column": 1 110 }, 111 "end": { 112 "line": 18, 113 "column": 1 114 } 115 } 116} 117