1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "AssignmentExpression", 8 "operator": "=", 9 "left": { 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 "right": { 25 "type": "AssignmentExpression", 26 "operator": "=", 27 "left": { 28 "type": "Identifier", 29 "name": "b", 30 "decorators": [], 31 "loc": { 32 "start": { 33 "line": 17, 34 "column": 5 35 }, 36 "end": { 37 "line": 17, 38 "column": 6 39 } 40 } 41 }, 42 "right": { 43 "type": "NullLiteral", 44 "value": null, 45 "loc": { 46 "start": { 47 "line": 17, 48 "column": 9 49 }, 50 "end": { 51 "line": 17, 52 "column": 13 53 } 54 } 55 }, 56 "loc": { 57 "start": { 58 "line": 17, 59 "column": 5 60 }, 61 "end": { 62 "line": 17, 63 "column": 13 64 } 65 } 66 }, 67 "loc": { 68 "start": { 69 "line": 17, 70 "column": 1 71 }, 72 "end": { 73 "line": 17, 74 "column": 13 75 } 76 } 77 }, 78 "loc": { 79 "start": { 80 "line": 17, 81 "column": 1 82 }, 83 "end": { 84 "line": 17, 85 "column": 14 86 } 87 } 88 }, 89 { 90 "type": "ExpressionStatement", 91 "expression": { 92 "type": "AssignmentExpression", 93 "operator": "*=", 94 "left": { 95 "type": "Identifier", 96 "name": "b", 97 "decorators": [], 98 "loc": { 99 "start": { 100 "line": 18, 101 "column": 1 102 }, 103 "end": { 104 "line": 18, 105 "column": 2 106 } 107 } 108 }, 109 "right": { 110 "type": "NumberLiteral", 111 "value": 2.23, 112 "loc": { 113 "start": { 114 "line": 18, 115 "column": 6 116 }, 117 "end": { 118 "line": 18, 119 "column": 10 120 } 121 } 122 }, 123 "loc": { 124 "start": { 125 "line": 18, 126 "column": 1 127 }, 128 "end": { 129 "line": 18, 130 "column": 10 131 } 132 } 133 }, 134 "loc": { 135 "start": { 136 "line": 18, 137 "column": 1 138 }, 139 "end": { 140 "line": 18, 141 "column": 11 142 } 143 } 144 }, 145 { 146 "type": "ExpressionStatement", 147 "expression": { 148 "type": "AssignmentExpression", 149 "operator": "/=", 150 "left": { 151 "type": "Identifier", 152 "name": "c", 153 "decorators": [], 154 "loc": { 155 "start": { 156 "line": 19, 157 "column": 1 158 }, 159 "end": { 160 "line": 19, 161 "column": 2 162 } 163 } 164 }, 165 "right": { 166 "type": "NumberLiteral", 167 "value": 33, 168 "loc": { 169 "start": { 170 "line": 19, 171 "column": 6 172 }, 173 "end": { 174 "line": 19, 175 "column": 10 176 } 177 } 178 }, 179 "loc": { 180 "start": { 181 "line": 19, 182 "column": 1 183 }, 184 "end": { 185 "line": 19, 186 "column": 10 187 } 188 } 189 }, 190 "loc": { 191 "start": { 192 "line": 19, 193 "column": 1 194 }, 195 "end": { 196 "line": 19, 197 "column": 11 198 } 199 } 200 }, 201 { 202 "type": "ExpressionStatement", 203 "expression": { 204 "type": "AssignmentExpression", 205 "operator": "%=", 206 "left": { 207 "type": "Identifier", 208 "name": "a", 209 "decorators": [], 210 "loc": { 211 "start": { 212 "line": 20, 213 "column": 1 214 }, 215 "end": { 216 "line": 20, 217 "column": 2 218 } 219 } 220 }, 221 "right": { 222 "type": "NumberLiteral", 223 "value": 2, 224 "loc": { 225 "start": { 226 "line": 20, 227 "column": 6 228 }, 229 "end": { 230 "line": 20, 231 "column": 7 232 } 233 } 234 }, 235 "loc": { 236 "start": { 237 "line": 20, 238 "column": 1 239 }, 240 "end": { 241 "line": 20, 242 "column": 7 243 } 244 } 245 }, 246 "loc": { 247 "start": { 248 "line": 20, 249 "column": 1 250 }, 251 "end": { 252 "line": 20, 253 "column": 8 254 } 255 } 256 }, 257 { 258 "type": "ExpressionStatement", 259 "expression": { 260 "type": "AssignmentExpression", 261 "operator": "=", 262 "left": { 263 "type": "Identifier", 264 "name": "b", 265 "decorators": [], 266 "loc": { 267 "start": { 268 "line": 21, 269 "column": 1 270 }, 271 "end": { 272 "line": 21, 273 "column": 2 274 } 275 } 276 }, 277 "right": { 278 "type": "BooleanLiteral", 279 "value": false, 280 "loc": { 281 "start": { 282 "line": 21, 283 "column": 5 284 }, 285 "end": { 286 "line": 21, 287 "column": 10 288 } 289 } 290 }, 291 "loc": { 292 "start": { 293 "line": 21, 294 "column": 1 295 }, 296 "end": { 297 "line": 21, 298 "column": 10 299 } 300 } 301 }, 302 "loc": { 303 "start": { 304 "line": 21, 305 "column": 1 306 }, 307 "end": { 308 "line": 21, 309 "column": 11 310 } 311 } 312 }, 313 { 314 "type": "ExpressionStatement", 315 "expression": { 316 "type": "AssignmentExpression", 317 "operator": "+=", 318 "left": { 319 "type": "Identifier", 320 "name": "a", 321 "decorators": [], 322 "loc": { 323 "start": { 324 "line": 22, 325 "column": 1 326 }, 327 "end": { 328 "line": 22, 329 "column": 2 330 } 331 } 332 }, 333 "right": { 334 "type": "StringLiteral", 335 "value": "dsfdsfdsf", 336 "loc": { 337 "start": { 338 "line": 22, 339 "column": 7 340 }, 341 "end": { 342 "line": 22, 343 "column": 18 344 } 345 } 346 }, 347 "loc": { 348 "start": { 349 "line": 22, 350 "column": 1 351 }, 352 "end": { 353 "line": 22, 354 "column": 18 355 } 356 } 357 }, 358 "loc": { 359 "start": { 360 "line": 22, 361 "column": 1 362 }, 363 "end": { 364 "line": 22, 365 "column": 18 366 } 367 } 368 }, 369 { 370 "type": "ExpressionStatement", 371 "expression": { 372 "type": "AssignmentExpression", 373 "operator": "-=", 374 "left": { 375 "type": "Identifier", 376 "name": "a", 377 "decorators": [], 378 "loc": { 379 "start": { 380 "line": 23, 381 "column": 1 382 }, 383 "end": { 384 "line": 23, 385 "column": 2 386 } 387 } 388 }, 389 "right": { 390 "type": "StringLiteral", 391 "value": "dfsd", 392 "loc": { 393 "start": { 394 "line": 23, 395 "column": 5 396 }, 397 "end": { 398 "line": 23, 399 "column": 11 400 } 401 } 402 }, 403 "loc": { 404 "start": { 405 "line": 23, 406 "column": 1 407 }, 408 "end": { 409 "line": 23, 410 "column": 11 411 } 412 } 413 }, 414 "loc": { 415 "start": { 416 "line": 23, 417 "column": 1 418 }, 419 "end": { 420 "line": 23, 421 "column": 11 422 } 423 } 424 }, 425 { 426 "type": "ExpressionStatement", 427 "expression": { 428 "type": "AssignmentExpression", 429 "operator": "<<=", 430 "left": { 431 "type": "Identifier", 432 "name": "a", 433 "decorators": [], 434 "loc": { 435 "start": { 436 "line": 24, 437 "column": 1 438 }, 439 "end": { 440 "line": 24, 441 "column": 2 442 } 443 } 444 }, 445 "right": { 446 "type": "NumberLiteral", 447 "value": 2, 448 "loc": { 449 "start": { 450 "line": 24, 451 "column": 7 452 }, 453 "end": { 454 "line": 24, 455 "column": 8 456 } 457 } 458 }, 459 "loc": { 460 "start": { 461 "line": 24, 462 "column": 1 463 }, 464 "end": { 465 "line": 24, 466 "column": 8 467 } 468 } 469 }, 470 "loc": { 471 "start": { 472 "line": 24, 473 "column": 1 474 }, 475 "end": { 476 "line": 24, 477 "column": 8 478 } 479 } 480 }, 481 { 482 "type": "ExpressionStatement", 483 "expression": { 484 "type": "AssignmentExpression", 485 "operator": ">>=", 486 "left": { 487 "type": "Identifier", 488 "name": "b", 489 "decorators": [], 490 "loc": { 491 "start": { 492 "line": 25, 493 "column": 1 494 }, 495 "end": { 496 "line": 25, 497 "column": 2 498 } 499 } 500 }, 501 "right": { 502 "type": "NumberLiteral", 503 "value": 3, 504 "loc": { 505 "start": { 506 "line": 25, 507 "column": 7 508 }, 509 "end": { 510 "line": 25, 511 "column": 8 512 } 513 } 514 }, 515 "loc": { 516 "start": { 517 "line": 25, 518 "column": 1 519 }, 520 "end": { 521 "line": 25, 522 "column": 8 523 } 524 } 525 }, 526 "loc": { 527 "start": { 528 "line": 25, 529 "column": 1 530 }, 531 "end": { 532 "line": 25, 533 "column": 8 534 } 535 } 536 }, 537 { 538 "type": "ExpressionStatement", 539 "expression": { 540 "type": "AssignmentExpression", 541 "operator": "<<=", 542 "left": { 543 "type": "Identifier", 544 "name": "c", 545 "decorators": [], 546 "loc": { 547 "start": { 548 "line": 26, 549 "column": 1 550 }, 551 "end": { 552 "line": 26, 553 "column": 2 554 } 555 } 556 }, 557 "right": { 558 "type": "NumberLiteral", 559 "value": 4, 560 "loc": { 561 "start": { 562 "line": 26, 563 "column": 7 564 }, 565 "end": { 566 "line": 26, 567 "column": 8 568 } 569 } 570 }, 571 "loc": { 572 "start": { 573 "line": 26, 574 "column": 1 575 }, 576 "end": { 577 "line": 26, 578 "column": 8 579 } 580 } 581 }, 582 "loc": { 583 "start": { 584 "line": 26, 585 "column": 1 586 }, 587 "end": { 588 "line": 26, 589 "column": 8 590 } 591 } 592 }, 593 { 594 "type": "ExpressionStatement", 595 "expression": { 596 "type": "AssignmentExpression", 597 "operator": "&=", 598 "left": { 599 "type": "Identifier", 600 "name": "a", 601 "decorators": [], 602 "loc": { 603 "start": { 604 "line": 27, 605 "column": 1 606 }, 607 "end": { 608 "line": 27, 609 "column": 2 610 } 611 } 612 }, 613 "right": { 614 "type": "NumberLiteral", 615 "value": 0, 616 "loc": { 617 "start": { 618 "line": 27, 619 "column": 6 620 }, 621 "end": { 622 "line": 27, 623 "column": 7 624 } 625 } 626 }, 627 "loc": { 628 "start": { 629 "line": 27, 630 "column": 1 631 }, 632 "end": { 633 "line": 27, 634 "column": 7 635 } 636 } 637 }, 638 "loc": { 639 "start": { 640 "line": 27, 641 "column": 1 642 }, 643 "end": { 644 "line": 27, 645 "column": 8 646 } 647 } 648 }, 649 { 650 "type": "ExpressionStatement", 651 "expression": { 652 "type": "AssignmentExpression", 653 "operator": "^=", 654 "left": { 655 "type": "Identifier", 656 "name": "a", 657 "decorators": [], 658 "loc": { 659 "start": { 660 "line": 28, 661 "column": 1 662 }, 663 "end": { 664 "line": 28, 665 "column": 2 666 } 667 } 668 }, 669 "right": { 670 "type": "NumberLiteral", 671 "value": 2, 672 "loc": { 673 "start": { 674 "line": 28, 675 "column": 6 676 }, 677 "end": { 678 "line": 28, 679 "column": 7 680 } 681 } 682 }, 683 "loc": { 684 "start": { 685 "line": 28, 686 "column": 1 687 }, 688 "end": { 689 "line": 28, 690 "column": 7 691 } 692 } 693 }, 694 "loc": { 695 "start": { 696 "line": 28, 697 "column": 1 698 }, 699 "end": { 700 "line": 28, 701 "column": 7 702 } 703 } 704 }, 705 { 706 "type": "ExpressionStatement", 707 "expression": { 708 "type": "AssignmentExpression", 709 "operator": "|=", 710 "left": { 711 "type": "Identifier", 712 "name": "a", 713 "decorators": [], 714 "loc": { 715 "start": { 716 "line": 29, 717 "column": 1 718 }, 719 "end": { 720 "line": 29, 721 "column": 2 722 } 723 } 724 }, 725 "right": { 726 "type": "NumberLiteral", 727 "value": 21, 728 "loc": { 729 "start": { 730 "line": 29, 731 "column": 6 732 }, 733 "end": { 734 "line": 29, 735 "column": 8 736 } 737 } 738 }, 739 "loc": { 740 "start": { 741 "line": 29, 742 "column": 1 743 }, 744 "end": { 745 "line": 29, 746 "column": 8 747 } 748 } 749 }, 750 "loc": { 751 "start": { 752 "line": 29, 753 "column": 1 754 }, 755 "end": { 756 "line": 29, 757 "column": 8 758 } 759 } 760 }, 761 { 762 "type": "ExpressionStatement", 763 "expression": { 764 "type": "AssignmentExpression", 765 "operator": "**=", 766 "left": { 767 "type": "Identifier", 768 "name": "a", 769 "decorators": [], 770 "loc": { 771 "start": { 772 "line": 30, 773 "column": 1 774 }, 775 "end": { 776 "line": 30, 777 "column": 2 778 } 779 } 780 }, 781 "right": { 782 "type": "NumberLiteral", 783 "value": 12, 784 "loc": { 785 "start": { 786 "line": 30, 787 "column": 7 788 }, 789 "end": { 790 "line": 30, 791 "column": 9 792 } 793 } 794 }, 795 "loc": { 796 "start": { 797 "line": 30, 798 "column": 1 799 }, 800 "end": { 801 "line": 30, 802 "column": 9 803 } 804 } 805 }, 806 "loc": { 807 "start": { 808 "line": 30, 809 "column": 1 810 }, 811 "end": { 812 "line": 30, 813 "column": 9 814 } 815 } 816 } 817 ], 818 "loc": { 819 "start": { 820 "line": 1, 821 "column": 1 822 }, 823 "end": { 824 "line": 30, 825 "column": 9 826 } 827 } 828} 829