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 "annotations": [], 91 "loc": { 92 "start": { 93 "line": 17, 94 "column": 1 95 }, 96 "end": { 97 "line": 19, 98 "column": 2 99 } 100 } 101 }, 102 "body": [ 103 { 104 "type": "MethodDefinition", 105 "key": { 106 "type": "Identifier", 107 "name": "async", 108 "loc": { 109 "start": { 110 "line": 18, 111 "column": 16 112 }, 113 "end": { 114 "line": 18, 115 "column": 21 116 } 117 } 118 }, 119 "kind": "method", 120 "static": true, 121 "optional": false, 122 "computed": false, 123 "value": { 124 "type": "FunctionExpression", 125 "function": { 126 "type": "ScriptFunction", 127 "id": null, 128 "generator": false, 129 "async": true, 130 "expression": false, 131 "params": [], 132 "body": { 133 "type": "BlockStatement", 134 "statements": [], 135 "loc": { 136 "start": { 137 "line": 18, 138 "column": 24 139 }, 140 "end": { 141 "line": 18, 142 "column": 26 143 } 144 } 145 }, 146 "loc": { 147 "start": { 148 "line": 18, 149 "column": 21 150 }, 151 "end": { 152 "line": 18, 153 "column": 26 154 } 155 } 156 }, 157 "loc": { 158 "start": { 159 "line": 18, 160 "column": 21 161 }, 162 "end": { 163 "line": 18, 164 "column": 26 165 } 166 } 167 }, 168 "overloads": [], 169 "decorators": [], 170 "annotations": [], 171 "loc": { 172 "start": { 173 "line": 18, 174 "column": 3 175 }, 176 "end": { 177 "line": 18, 178 "column": 26 179 } 180 } 181 } 182 ], 183 "indexSignatures": [], 184 "loc": { 185 "start": { 186 "line": 17, 187 "column": 9 188 }, 189 "end": { 190 "line": 19, 191 "column": 2 192 } 193 } 194 }, 195 "decorators": [], 196 "isAnnotationDeclaration": false, 197 "loc": { 198 "start": { 199 "line": 17, 200 "column": 1 201 }, 202 "end": { 203 "line": 19, 204 "column": 2 205 } 206 } 207 } 208 ], 209 "loc": { 210 "start": { 211 "line": 1, 212 "column": 1 213 }, 214 "end": { 215 "line": 20, 216 "column": 1 217 } 218 } 219} 220