1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ClassDeclaration", 6 "definition": { 7 "id": { 8 "type": "Identifier", 9 "name": "C", 10 "loc": { 11 "start": { 12 "line": 17, 13 "column": 7 14 }, 15 "end": { 16 "line": 17, 17 "column": 8 18 } 19 } 20 }, 21 "superClass": null, 22 "implements": [], 23 "constructor": { 24 "type": "MethodDefinition", 25 "key": { 26 "type": "Identifier", 27 "name": "constructor", 28 "loc": { 29 "start": { 30 "line": 1, 31 "column": 1 32 }, 33 "end": { 34 "line": 1, 35 "column": 1 36 } 37 } 38 }, 39 "kind": "constructor", 40 "static": false, 41 "optional": false, 42 "computed": false, 43 "value": { 44 "type": "FunctionExpression", 45 "function": { 46 "type": "ScriptFunction", 47 "id": null, 48 "generator": false, 49 "async": false, 50 "expression": false, 51 "params": [], 52 "body": { 53 "type": "BlockStatement", 54 "statements": [], 55 "loc": { 56 "start": { 57 "line": 1, 58 "column": 1 59 }, 60 "end": { 61 "line": 1, 62 "column": 1 63 } 64 } 65 }, 66 "loc": { 67 "start": { 68 "line": 1, 69 "column": 1 70 }, 71 "end": { 72 "line": 1, 73 "column": 1 74 } 75 } 76 }, 77 "loc": { 78 "start": { 79 "line": 1, 80 "column": 1 81 }, 82 "end": { 83 "line": 1, 84 "column": 1 85 } 86 } 87 }, 88 "overloads": [], 89 "decorators": [], 90 "loc": { 91 "start": { 92 "line": 17, 93 "column": 1 94 }, 95 "end": { 96 "line": 19, 97 "column": 2 98 } 99 } 100 }, 101 "body": [ 102 { 103 "type": "MethodDefinition", 104 "key": { 105 "type": "Identifier", 106 "name": "async", 107 "loc": { 108 "start": { 109 "line": 18, 110 "column": 16 111 }, 112 "end": { 113 "line": 18, 114 "column": 21 115 } 116 } 117 }, 118 "kind": "method", 119 "static": true, 120 "optional": false, 121 "computed": false, 122 "value": { 123 "type": "FunctionExpression", 124 "function": { 125 "type": "ScriptFunction", 126 "id": null, 127 "generator": false, 128 "async": true, 129 "expression": false, 130 "params": [], 131 "body": { 132 "type": "BlockStatement", 133 "statements": [], 134 "loc": { 135 "start": { 136 "line": 18, 137 "column": 24 138 }, 139 "end": { 140 "line": 18, 141 "column": 26 142 } 143 } 144 }, 145 "loc": { 146 "start": { 147 "line": 18, 148 "column": 21 149 }, 150 "end": { 151 "line": 18, 152 "column": 26 153 } 154 } 155 }, 156 "loc": { 157 "start": { 158 "line": 18, 159 "column": 21 160 }, 161 "end": { 162 "line": 18, 163 "column": 26 164 } 165 } 166 }, 167 "overloads": [], 168 "decorators": [], 169 "loc": { 170 "start": { 171 "line": 18, 172 "column": 3 173 }, 174 "end": { 175 "line": 18, 176 "column": 26 177 } 178 } 179 } 180 ], 181 "indexSignatures": [], 182 "loc": { 183 "start": { 184 "line": 17, 185 "column": 9 186 }, 187 "end": { 188 "line": 19, 189 "column": 2 190 } 191 } 192 }, 193 "decorators": [], 194 "loc": { 195 "start": { 196 "line": 17, 197 "column": 1 198 }, 199 "end": { 200 "line": 19, 201 "column": 2 202 } 203 } 204 } 205 ], 206 "loc": { 207 "start": { 208 "line": 1, 209 "column": 1 210 }, 211 "end": { 212 "line": 20, 213 "column": 1 214 } 215 } 216} 217