1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "SequenceExpression", 8 "expressions": [ 9 { 10 "type": "Identifier", 11 "name": "a", 12 "decorators": [], 13 "loc": { 14 "start": { 15 "line": 17, 16 "column": 1 17 }, 18 "end": { 19 "line": 17, 20 "column": 2 21 } 22 } 23 }, 24 { 25 "type": "Identifier", 26 "name": "b", 27 "decorators": [], 28 "loc": { 29 "start": { 30 "line": 17, 31 "column": 4 32 }, 33 "end": { 34 "line": 17, 35 "column": 5 36 } 37 } 38 }, 39 { 40 "type": "Identifier", 41 "name": "c", 42 "decorators": [], 43 "loc": { 44 "start": { 45 "line": 17, 46 "column": 7 47 }, 48 "end": { 49 "line": 17, 50 "column": 8 51 } 52 } 53 } 54 ], 55 "loc": { 56 "start": { 57 "line": 17, 58 "column": 1 59 }, 60 "end": { 61 "line": 17, 62 "column": 8 63 } 64 } 65 }, 66 "loc": { 67 "start": { 68 "line": 17, 69 "column": 1 70 }, 71 "end": { 72 "line": 17, 73 "column": 9 74 } 75 } 76 }, 77 { 78 "type": "ExpressionStatement", 79 "expression": { 80 "type": "SequenceExpression", 81 "expressions": [ 82 { 83 "type": "AssignmentExpression", 84 "operator": "=", 85 "left": { 86 "type": "Identifier", 87 "name": "a", 88 "decorators": [], 89 "loc": { 90 "start": { 91 "line": 19, 92 "column": 1 93 }, 94 "end": { 95 "line": 19, 96 "column": 2 97 } 98 } 99 }, 100 "right": { 101 "type": "NumberLiteral", 102 "value": 1, 103 "loc": { 104 "start": { 105 "line": 19, 106 "column": 5 107 }, 108 "end": { 109 "line": 19, 110 "column": 6 111 } 112 } 113 }, 114 "loc": { 115 "start": { 116 "line": 19, 117 "column": 1 118 }, 119 "end": { 120 "line": 19, 121 "column": 6 122 } 123 } 124 }, 125 { 126 "type": "Identifier", 127 "name": "b", 128 "decorators": [], 129 "loc": { 130 "start": { 131 "line": 20, 132 "column": 3 133 }, 134 "end": { 135 "line": 20, 136 "column": 4 137 } 138 } 139 }, 140 { 141 "type": "NumberLiteral", 142 "value": 123, 143 "loc": { 144 "start": { 145 "line": 21, 146 "column": 5 147 }, 148 "end": { 149 "line": 21, 150 "column": 8 151 } 152 } 153 } 154 ], 155 "loc": { 156 "start": { 157 "line": 19, 158 "column": 1 159 }, 160 "end": { 161 "line": 21, 162 "column": 8 163 } 164 } 165 }, 166 "loc": { 167 "start": { 168 "line": 19, 169 "column": 1 170 }, 171 "end": { 172 "line": 21, 173 "column": 8 174 } 175 } 176 }, 177 { 178 "type": "ExpressionStatement", 179 "expression": { 180 "type": "SequenceExpression", 181 "expressions": [ 182 { 183 "type": "Identifier", 184 "name": "a", 185 "decorators": [], 186 "loc": { 187 "start": { 188 "line": 23, 189 "column": 1 190 }, 191 "end": { 192 "line": 23, 193 "column": 2 194 } 195 } 196 }, 197 { 198 "type": "BinaryExpression", 199 "operator": "+", 200 "left": { 201 "type": "Identifier", 202 "name": "b", 203 "decorators": [], 204 "loc": { 205 "start": { 206 "line": 23, 207 "column": 5 208 }, 209 "end": { 210 "line": 23, 211 "column": 6 212 } 213 } 214 }, 215 "right": { 216 "type": "SequenceExpression", 217 "expressions": [ 218 { 219 "type": "Identifier", 220 "name": "c", 221 "decorators": [], 222 "loc": { 223 "start": { 224 "line": 23, 225 "column": 10 226 }, 227 "end": { 228 "line": 23, 229 "column": 11 230 } 231 } 232 }, 233 { 234 "type": "Identifier", 235 "name": "d", 236 "decorators": [], 237 "loc": { 238 "start": { 239 "line": 23, 240 "column": 13 241 }, 242 "end": { 243 "line": 23, 244 "column": 14 245 } 246 } 247 } 248 ], 249 "loc": { 250 "start": { 251 "line": 23, 252 "column": 9 253 }, 254 "end": { 255 "line": 23, 256 "column": 15 257 } 258 } 259 }, 260 "loc": { 261 "start": { 262 "line": 23, 263 "column": 4 264 }, 265 "end": { 266 "line": 23, 267 "column": 16 268 } 269 } 270 }, 271 { 272 "type": "Identifier", 273 "name": "e", 274 "decorators": [], 275 "loc": { 276 "start": { 277 "line": 23, 278 "column": 18 279 }, 280 "end": { 281 "line": 23, 282 "column": 19 283 } 284 } 285 } 286 ], 287 "loc": { 288 "start": { 289 "line": 23, 290 "column": 1 291 }, 292 "end": { 293 "line": 23, 294 "column": 19 295 } 296 } 297 }, 298 "loc": { 299 "start": { 300 "line": 23, 301 "column": 1 302 }, 303 "end": { 304 "line": 23, 305 "column": 19 306 } 307 } 308 }, 309 { 310 "type": "VariableDeclaration", 311 "declarations": [ 312 { 313 "type": "VariableDeclarator", 314 "id": { 315 "type": "Identifier", 316 "name": "a", 317 "decorators": [], 318 "loc": { 319 "start": { 320 "line": 25, 321 "column": 5 322 }, 323 "end": { 324 "line": 25, 325 "column": 6 326 } 327 } 328 }, 329 "init": { 330 "type": "SequenceExpression", 331 "expressions": [ 332 { 333 "type": "NumberLiteral", 334 "value": 1, 335 "loc": { 336 "start": { 337 "line": 25, 338 "column": 10 339 }, 340 "end": { 341 "line": 25, 342 "column": 11 343 } 344 } 345 }, 346 { 347 "type": "NumberLiteral", 348 "value": 2, 349 "loc": { 350 "start": { 351 "line": 25, 352 "column": 13 353 }, 354 "end": { 355 "line": 25, 356 "column": 14 357 } 358 } 359 }, 360 { 361 "type": "NumberLiteral", 362 "value": 3, 363 "loc": { 364 "start": { 365 "line": 25, 366 "column": 16 367 }, 368 "end": { 369 "line": 25, 370 "column": 17 371 } 372 } 373 } 374 ], 375 "loc": { 376 "start": { 377 "line": 25, 378 "column": 9 379 }, 380 "end": { 381 "line": 25, 382 "column": 18 383 } 384 } 385 }, 386 "loc": { 387 "start": { 388 "line": 25, 389 "column": 5 390 }, 391 "end": { 392 "line": 25, 393 "column": 18 394 } 395 } 396 } 397 ], 398 "kind": "var", 399 "loc": { 400 "start": { 401 "line": 25, 402 "column": 1 403 }, 404 "end": { 405 "line": 25, 406 "column": 18 407 } 408 } 409 } 410 ], 411 "loc": { 412 "start": { 413 "line": 1, 414 "column": 1 415 }, 416 "end": { 417 "line": 26, 418 "column": 1 419 } 420 } 421} 422