|
95 | 95 | -------------------------------- |
96 | 96 | 20 >for ([, nameA] = robotA, i = 0; i < 1; i++) { |
97 | 97 |
|
98 | | - ~~~~~ => Pos: (712 to 716) SpanInfo: {"start":717,"length":25} |
99 | | - >[, nameA] = robotA, i = 0 |
100 | | - >:=> (line 20, col 5) to (line 20, col 30) |
101 | | -20 >for ([, nameA] = robotA, i = 0; i < 1; i++) { |
102 | | - |
103 | | - ~~~~~~~~~~~~~~~~~~~ => Pos: (717 to 735) SpanInfo: {"start":720,"length":5} |
| 98 | + ~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (712 to 735) SpanInfo: {"start":720,"length":5} |
104 | 99 | >nameA |
105 | 100 | >:=> (line 20, col 8) to (line 20, col 13) |
106 | 101 | 20 >for ([, nameA] = robotA, i = 0; i < 1; i++) { |
|
133 | 128 | -------------------------------- |
134 | 129 | 23 >for ([, nameA] = getRobot(), i = 0; i < 1; i++) { |
135 | 130 |
|
136 | | - ~~~~~ => Pos: (784 to 788) SpanInfo: {"start":789,"length":29} |
137 | | - >[, nameA] = getRobot(), i = 0 |
138 | | - >:=> (line 23, col 5) to (line 23, col 34) |
139 | | -23 >for ([, nameA] = getRobot(), i = 0; i < 1; i++) { |
140 | | - |
141 | | - ~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (789 to 811) SpanInfo: {"start":792,"length":5} |
| 131 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (784 to 811) SpanInfo: {"start":792,"length":5} |
142 | 132 | >nameA |
143 | 133 | >:=> (line 23, col 8) to (line 23, col 13) |
144 | 134 | 23 >for ([, nameA] = getRobot(), i = 0; i < 1; i++) { |
|
171 | 161 | -------------------------------- |
172 | 162 | 26 >for ([, nameA] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
173 | 163 |
|
174 | | - ~~~~~ => Pos: (860 to 864) SpanInfo: {"start":865,"length":45} |
175 | | - >[, nameA] = [2, "trimmer", "trimming"], i = 0 |
176 | | - >:=> (line 26, col 5) to (line 26, col 50) |
177 | | -26 >for ([, nameA] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
178 | | - |
179 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (865 to 903) SpanInfo: {"start":868,"length":5} |
| 164 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (860 to 903) SpanInfo: {"start":868,"length":5} |
180 | 165 | >nameA |
181 | 166 | >:=> (line 26, col 8) to (line 26, col 13) |
182 | 167 | 26 >for ([, nameA] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
|
209 | 194 | -------------------------------- |
210 | 195 | 29 >for ([, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0; i < 1; i++) { |
211 | 196 |
|
212 | | - ~~~~~ => Pos: (952 to 956) SpanInfo: {"start":957,"length":57} |
213 | | - >[, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0 |
214 | | - >:=> (line 29, col 5) to (line 29, col 62) |
215 | | -29 >for ([, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0; i < 1; i++) { |
216 | | - |
217 | | - ~~~~~~~~~~~~~~~~~~ => Pos: (957 to 974) SpanInfo: {"start":961,"length":13} |
| 197 | + ~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (952 to 974) SpanInfo: {"start":961,"length":13} |
218 | 198 | >primarySkillA |
219 | 199 | >:=> (line 29, col 9) to (line 29, col 22) |
220 | 200 | 29 >for ([, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0; i < 1; i++) { |
|
257 | 237 | -------------------------------- |
258 | 238 | 32 >for ([, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0; i < 1; i++) { |
259 | 239 |
|
260 | | - ~~~~~ => Pos: (1064 to 1068) SpanInfo: {"start":1069,"length":61} |
261 | | - >[, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0 |
262 | | - >:=> (line 32, col 5) to (line 32, col 66) |
263 | | -32 >for ([, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0; i < 1; i++) { |
264 | | - |
265 | | - ~~~~~~~~~~~~~~~~~~ => Pos: (1069 to 1086) SpanInfo: {"start":1073,"length":13} |
| 240 | + ~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1064 to 1086) SpanInfo: {"start":1073,"length":13} |
266 | 241 | >primarySkillA |
267 | 242 | >:=> (line 32, col 9) to (line 32, col 22) |
268 | 243 | 32 >for ([, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0; i < 1; i++) { |
|
305 | 280 | -------------------------------- |
306 | 281 | 35 >for ([, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
307 | 282 |
|
308 | | - ~~~~~ => Pos: (1180 to 1184) SpanInfo: {"start":1185,"length":81} |
309 | | - >[, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0 |
310 | | - >:=> (line 35, col 5) to (line 35, col 86) |
311 | | -35 >for ([, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
312 | | - |
313 | | - ~~~~~~~~~~~~~~~~~~ => Pos: (1185 to 1202) SpanInfo: {"start":1189,"length":13} |
| 283 | + ~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1180 to 1202) SpanInfo: {"start":1189,"length":13} |
314 | 284 | >primarySkillA |
315 | 285 | >:=> (line 35, col 9) to (line 35, col 22) |
316 | 286 | 35 >for ([, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
|
353 | 323 | -------------------------------- |
354 | 324 | 38 >for ([numberB] = robotA, i = 0; i < 1; i++) { |
355 | 325 |
|
356 | | - ~~~~~ => Pos: (1316 to 1320) SpanInfo: {"start":1321,"length":25} |
357 | | - >[numberB] = robotA, i = 0 |
358 | | - >:=> (line 38, col 5) to (line 38, col 30) |
359 | | -38 >for ([numberB] = robotA, i = 0; i < 1; i++) { |
360 | | - |
361 | | - ~~~~~~~~~~~~~~~~~~~ => Pos: (1321 to 1339) SpanInfo: {"start":1322,"length":7} |
| 326 | + ~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1316 to 1339) SpanInfo: {"start":1322,"length":7} |
362 | 327 | >numberB |
363 | 328 | >:=> (line 38, col 6) to (line 38, col 13) |
364 | 329 | 38 >for ([numberB] = robotA, i = 0; i < 1; i++) { |
|
391 | 356 | -------------------------------- |
392 | 357 | 41 >for ([numberB] = getRobot(), i = 0; i < 1; i++) { |
393 | 358 |
|
394 | | - ~~~~~ => Pos: (1390 to 1394) SpanInfo: {"start":1395,"length":29} |
395 | | - >[numberB] = getRobot(), i = 0 |
396 | | - >:=> (line 41, col 5) to (line 41, col 34) |
397 | | -41 >for ([numberB] = getRobot(), i = 0; i < 1; i++) { |
398 | | - |
399 | | - ~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1395 to 1417) SpanInfo: {"start":1396,"length":7} |
| 359 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1390 to 1417) SpanInfo: {"start":1396,"length":7} |
400 | 360 | >numberB |
401 | 361 | >:=> (line 41, col 6) to (line 41, col 13) |
402 | 362 | 41 >for ([numberB] = getRobot(), i = 0; i < 1; i++) { |
|
429 | 389 | -------------------------------- |
430 | 390 | 44 >for ([numberB] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
431 | 391 |
|
432 | | - ~~~~~ => Pos: (1468 to 1472) SpanInfo: {"start":1473,"length":45} |
433 | | - >[numberB] = [2, "trimmer", "trimming"], i = 0 |
434 | | - >:=> (line 44, col 5) to (line 44, col 50) |
435 | | -44 >for ([numberB] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
436 | | - |
437 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1473 to 1511) SpanInfo: {"start":1474,"length":7} |
| 392 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1468 to 1511) SpanInfo: {"start":1474,"length":7} |
438 | 393 | >numberB |
439 | 394 | >:=> (line 44, col 6) to (line 44, col 13) |
440 | 395 | 44 >for ([numberB] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
|
467 | 422 | -------------------------------- |
468 | 423 | 47 >for ([nameB] = multiRobotA, i = 0; i < 1; i++) { |
469 | 424 |
|
470 | | - ~~~~~ => Pos: (1562 to 1566) SpanInfo: {"start":1567,"length":28} |
471 | | - >[nameB] = multiRobotA, i = 0 |
472 | | - >:=> (line 47, col 5) to (line 47, col 33) |
473 | | -47 >for ([nameB] = multiRobotA, i = 0; i < 1; i++) { |
474 | | - |
475 | | - ~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1567 to 1588) SpanInfo: {"start":1568,"length":5} |
| 425 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1562 to 1588) SpanInfo: {"start":1568,"length":5} |
476 | 426 | >nameB |
477 | 427 | >:=> (line 47, col 6) to (line 47, col 11) |
478 | 428 | 47 >for ([nameB] = multiRobotA, i = 0; i < 1; i++) { |
|
505 | 455 | -------------------------------- |
506 | 456 | 50 >for ([nameB] = getMultiRobot(), i = 0; i < 1; i++) { |
507 | 457 |
|
508 | | - ~~~~~ => Pos: (1637 to 1641) SpanInfo: {"start":1642,"length":32} |
509 | | - >[nameB] = getMultiRobot(), i = 0 |
510 | | - >:=> (line 50, col 5) to (line 50, col 37) |
511 | | -50 >for ([nameB] = getMultiRobot(), i = 0; i < 1; i++) { |
512 | | - |
513 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1642 to 1667) SpanInfo: {"start":1643,"length":5} |
| 458 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (1637 to 1667) SpanInfo: {"start":1643,"length":5} |
514 | 459 | >nameB |
515 | 460 | >:=> (line 50, col 6) to (line 50, col 11) |
516 | 461 | 50 >for ([nameB] = getMultiRobot(), i = 0; i < 1; i++) { |
|
543 | 488 | -------------------------------- |
544 | 489 | 53 >for ([nameB] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
545 | 490 |
|
546 | | - ~~~~~ => Pos: (1716 to 1720) SpanInfo: {"start":1721,"length":52} |
547 | | - >[nameB] = ["trimmer", ["trimming", "edging"]], i = 0 |
548 | | - >:=> (line 53, col 5) to (line 53, col 57) |
549 | | -53 >for ([nameB] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
550 | | - |
551 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (1721 to 1766) SpanInfo: {"start":1722,"length":5} |
| 491 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (1716 to 1766) SpanInfo: {"start":1722,"length":5} |
552 | 492 | >nameB |
553 | 493 | >:=> (line 53, col 6) to (line 53, col 11) |
554 | 494 | 53 >for ([nameB] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
|
581 | 521 | -------------------------------- |
582 | 522 | 56 >for ([numberA2, nameA2, skillA2] = robotA, i = 0; i < 1; i++) { |
583 | 523 |
|
584 | | - ~~~~~ => Pos: (1815 to 1819) SpanInfo: {"start":1820,"length":43} |
585 | | - >[numberA2, nameA2, skillA2] = robotA, i = 0 |
586 | | - >:=> (line 56, col 5) to (line 56, col 48) |
587 | | -56 >for ([numberA2, nameA2, skillA2] = robotA, i = 0; i < 1; i++) { |
588 | | - |
589 | | - ~~~~~~~~~~ => Pos: (1820 to 1829) SpanInfo: {"start":1821,"length":8} |
| 524 | + ~~~~~~~~~~~~~~~ => Pos: (1815 to 1829) SpanInfo: {"start":1821,"length":8} |
590 | 525 | >numberA2 |
591 | 526 | >:=> (line 56, col 6) to (line 56, col 14) |
592 | 527 | 56 >for ([numberA2, nameA2, skillA2] = robotA, i = 0; i < 1; i++) { |
|
629 | 564 | -------------------------------- |
630 | 565 | 59 >for ([numberA2, nameA2, skillA2] = getRobot(), i = 0; i < 1; i++) { |
631 | 566 |
|
632 | | - ~~~~~ => Pos: (1906 to 1910) SpanInfo: {"start":1911,"length":47} |
633 | | - >[numberA2, nameA2, skillA2] = getRobot(), i = 0 |
634 | | - >:=> (line 59, col 5) to (line 59, col 52) |
635 | | -59 >for ([numberA2, nameA2, skillA2] = getRobot(), i = 0; i < 1; i++) { |
636 | | - |
637 | | - ~~~~~~~~~~ => Pos: (1911 to 1920) SpanInfo: {"start":1912,"length":8} |
| 567 | + ~~~~~~~~~~~~~~~ => Pos: (1906 to 1920) SpanInfo: {"start":1912,"length":8} |
638 | 568 | >numberA2 |
639 | 569 | >:=> (line 59, col 6) to (line 59, col 14) |
640 | 570 | 59 >for ([numberA2, nameA2, skillA2] = getRobot(), i = 0; i < 1; i++) { |
|
677 | 607 | -------------------------------- |
678 | 608 | 62 >for ([numberA2, nameA2, skillA2] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
679 | 609 |
|
680 | | - ~~~~~ => Pos: (2001 to 2005) SpanInfo: {"start":2006,"length":63} |
681 | | - >[numberA2, nameA2, skillA2] = [2, "trimmer", "trimming"], i = 0 |
682 | | - >:=> (line 62, col 5) to (line 62, col 68) |
683 | | -62 >for ([numberA2, nameA2, skillA2] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
684 | | - |
685 | | - ~~~~~~~~~~ => Pos: (2006 to 2015) SpanInfo: {"start":2007,"length":8} |
| 610 | + ~~~~~~~~~~~~~~~ => Pos: (2001 to 2015) SpanInfo: {"start":2007,"length":8} |
686 | 611 | >numberA2 |
687 | 612 | >:=> (line 62, col 6) to (line 62, col 14) |
688 | 613 | 62 >for ([numberA2, nameA2, skillA2] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
|
725 | 650 | -------------------------------- |
726 | 651 | 65 >for ([nameMA, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0; i < 1; i++) { |
727 | 652 |
|
728 | | - ~~~~~ => Pos: (2112 to 2116) SpanInfo: {"start":2117,"length":63} |
729 | | - >[nameMA, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0 |
730 | | - >:=> (line 65, col 5) to (line 65, col 68) |
731 | | -65 >for ([nameMA, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0; i < 1; i++) { |
732 | | - |
733 | | - ~~~~~~~~ => Pos: (2117 to 2124) SpanInfo: {"start":2118,"length":6} |
| 653 | + ~~~~~~~~~~~~~ => Pos: (2112 to 2124) SpanInfo: {"start":2118,"length":6} |
734 | 654 | >nameMA |
735 | 655 | >:=> (line 65, col 6) to (line 65, col 12) |
736 | 656 | 65 >for ([nameMA, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0; i < 1; i++) { |
|
778 | 698 | -------------------------------- |
779 | 699 | 68 >for ([nameMA, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0; i < 1; i++) { |
780 | 700 |
|
781 | | - ~~~~~ => Pos: (2223 to 2227) SpanInfo: {"start":2228,"length":67} |
782 | | - >[nameMA, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0 |
783 | | - >:=> (line 68, col 5) to (line 68, col 72) |
784 | | -68 >for ([nameMA, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0; i < 1; i++) { |
785 | | - |
786 | | - ~~~~~~~~ => Pos: (2228 to 2235) SpanInfo: {"start":2229,"length":6} |
| 701 | + ~~~~~~~~~~~~~ => Pos: (2223 to 2235) SpanInfo: {"start":2229,"length":6} |
787 | 702 | >nameMA |
788 | 703 | >:=> (line 68, col 6) to (line 68, col 12) |
789 | 704 | 68 >for ([nameMA, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0; i < 1; i++) { |
|
831 | 746 | -------------------------------- |
832 | 747 | 71 >for ([nameMA, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
833 | 748 |
|
834 | | - ~~~~~ => Pos: (2338 to 2342) SpanInfo: {"start":2343,"length":87} |
835 | | - >[nameMA, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0 |
836 | | - >:=> (line 71, col 5) to (line 71, col 92) |
837 | | -71 >for ([nameMA, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
838 | | - |
839 | | - ~~~~~~~~ => Pos: (2343 to 2350) SpanInfo: {"start":2344,"length":6} |
| 749 | + ~~~~~~~~~~~~~ => Pos: (2338 to 2350) SpanInfo: {"start":2344,"length":6} |
840 | 750 | >nameMA |
841 | 751 | >:=> (line 71, col 6) to (line 71, col 12) |
842 | 752 | 71 >for ([nameMA, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
|
884 | 794 | -------------------------------- |
885 | 795 | 74 >for ([numberA3, ...robotAInfo] = robotA, i = 0; i < 1; i++) { |
886 | 796 |
|
887 | | - ~~~~~ => Pos: (2473 to 2477) SpanInfo: {"start":2478,"length":41} |
888 | | - >[numberA3, ...robotAInfo] = robotA, i = 0 |
889 | | - >:=> (line 74, col 5) to (line 74, col 46) |
890 | | -74 >for ([numberA3, ...robotAInfo] = robotA, i = 0; i < 1; i++) { |
891 | | - |
892 | | - ~~~~~~~~~~ => Pos: (2478 to 2487) SpanInfo: {"start":2479,"length":8} |
| 797 | + ~~~~~~~~~~~~~~~ => Pos: (2473 to 2487) SpanInfo: {"start":2479,"length":8} |
893 | 798 | >numberA3 |
894 | 799 | >:=> (line 74, col 6) to (line 74, col 14) |
895 | 800 | 74 >for ([numberA3, ...robotAInfo] = robotA, i = 0; i < 1; i++) { |
|
927 | 832 | -------------------------------- |
928 | 833 | 77 >for ([numberA3, ...robotAInfo] = getRobot(), i = 0; i < 1; i++) { |
929 | 834 |
|
930 | | - ~~~~~ => Pos: (2564 to 2568) SpanInfo: {"start":2569,"length":45} |
931 | | - >[numberA3, ...robotAInfo] = getRobot(), i = 0 |
932 | | - >:=> (line 77, col 5) to (line 77, col 50) |
933 | | -77 >for ([numberA3, ...robotAInfo] = getRobot(), i = 0; i < 1; i++) { |
934 | | - |
935 | | - ~~~~~~~~~~ => Pos: (2569 to 2578) SpanInfo: {"start":2570,"length":8} |
| 835 | + ~~~~~~~~~~~~~~~ => Pos: (2564 to 2578) SpanInfo: {"start":2570,"length":8} |
936 | 836 | >numberA3 |
937 | 837 | >:=> (line 77, col 6) to (line 77, col 14) |
938 | 838 | 77 >for ([numberA3, ...robotAInfo] = getRobot(), i = 0; i < 1; i++) { |
|
970 | 870 | -------------------------------- |
971 | 871 | 80 >for ([numberA3, ...robotAInfo] = <Robot>[2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
972 | 872 |
|
973 | | - ~~~~~ => Pos: (2659 to 2663) SpanInfo: {"start":2664,"length":68} |
974 | | - >[numberA3, ...robotAInfo] = <Robot>[2, "trimmer", "trimming"], i = 0 |
975 | | - >:=> (line 80, col 5) to (line 80, col 73) |
976 | | -80 >for ([numberA3, ...robotAInfo] = <Robot>[2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
977 | | - |
978 | | - ~~~~~~~~~~ => Pos: (2664 to 2673) SpanInfo: {"start":2665,"length":8} |
| 873 | + ~~~~~~~~~~~~~~~ => Pos: (2659 to 2673) SpanInfo: {"start":2665,"length":8} |
979 | 874 | >numberA3 |
980 | 875 | >:=> (line 80, col 6) to (line 80, col 14) |
981 | 876 | 80 >for ([numberA3, ...robotAInfo] = <Robot>[2, "trimmer", "trimming"], i = 0; i < 1; i++) { |
|
1013 | 908 | -------------------------------- |
1014 | 909 | 83 >for ([...multiRobotAInfo] = multiRobotA, i = 0; i < 1; i++) { |
1015 | 910 |
|
1016 | | - ~~~~~ => Pos: (2777 to 2781) SpanInfo: {"start":2782,"length":41} |
1017 | | - >[...multiRobotAInfo] = multiRobotA, i = 0 |
1018 | | - >:=> (line 83, col 5) to (line 83, col 46) |
1019 | | -83 >for ([...multiRobotAInfo] = multiRobotA, i = 0; i < 1; i++) { |
1020 | | - |
1021 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (2782 to 2816) SpanInfo: {"start":2783,"length":18} |
| 911 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (2777 to 2816) SpanInfo: {"start":2783,"length":18} |
1022 | 912 | >...multiRobotAInfo |
1023 | 913 | >:=> (line 83, col 6) to (line 83, col 24) |
1024 | 914 | 83 >for ([...multiRobotAInfo] = multiRobotA, i = 0; i < 1; i++) { |
|
1051 | 941 | -------------------------------- |
1052 | 942 | 86 >for ([...multiRobotAInfo] = getMultiRobot(), i = 0; i < 1; i++) { |
1053 | 943 |
|
1054 | | - ~~~~~ => Pos: (2875 to 2879) SpanInfo: {"start":2880,"length":45} |
1055 | | - >[...multiRobotAInfo] = getMultiRobot(), i = 0 |
1056 | | - >:=> (line 86, col 5) to (line 86, col 50) |
1057 | | -86 >for ([...multiRobotAInfo] = getMultiRobot(), i = 0; i < 1; i++) { |
1058 | | - |
1059 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (2880 to 2918) SpanInfo: {"start":2881,"length":18} |
| 944 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (2875 to 2918) SpanInfo: {"start":2881,"length":18} |
1060 | 945 | >...multiRobotAInfo |
1061 | 946 | >:=> (line 86, col 6) to (line 86, col 24) |
1062 | 947 | 86 >for ([...multiRobotAInfo] = getMultiRobot(), i = 0; i < 1; i++) { |
|
1089 | 974 | -------------------------------- |
1090 | 975 | 89 >for ([...multiRobotAInfo] = <MultiSkilledRobot>["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
1091 | 976 |
|
1092 | | - ~~~~~ => Pos: (2977 to 2981) SpanInfo: {"start":2982,"length":84} |
1093 | | - >[...multiRobotAInfo] = <MultiSkilledRobot>["trimmer", ["trimming", "edging"]], i = 0 |
1094 | | - >:=> (line 89, col 5) to (line 89, col 89) |
1095 | | -89 >for ([...multiRobotAInfo] = <MultiSkilledRobot>["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
1096 | | - |
1097 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (2982 to 3059) SpanInfo: {"start":2983,"length":18} |
| 977 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (2977 to 3059) SpanInfo: {"start":2983,"length":18} |
1098 | 978 | >...multiRobotAInfo |
1099 | 979 | >:=> (line 89, col 6) to (line 89, col 24) |
1100 | 980 | 89 >for ([...multiRobotAInfo] = <MultiSkilledRobot>["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) { |
|
0 commit comments