|
50 | 50 | ~~~~~~~~~~~~~~ => Pos: (247 to 260) SpanInfo: undefined |
51 | 51 | 11 >var a: string, { name: nameA } = robotA; |
52 | 52 |
|
53 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (261 to 287) SpanInfo: {"start":262,"length":24} |
54 | | - >{ name: nameA } = robotA |
55 | | - >:=> (line 11, col 15) to (line 11, col 39) |
| 53 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (261 to 287) SpanInfo: {"start":264,"length":11} |
| 54 | + >name: nameA |
| 55 | + >:=> (line 11, col 17) to (line 11, col 28) |
56 | 56 | -------------------------------- |
57 | 57 | 12 >var b: string, { name: nameB, skill: skillB } = robotB; |
58 | 58 |
|
59 | 59 | ~~~~~~~~~~~~~~ => Pos: (288 to 301) SpanInfo: undefined |
60 | 60 | 12 >var b: string, { name: nameB, skill: skillB } = robotB; |
61 | 61 |
|
62 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (302 to 343) SpanInfo: {"start":303,"length":39} |
63 | | - >{ name: nameB, skill: skillB } = robotB |
64 | | - >:=> (line 12, col 15) to (line 12, col 54) |
| 62 | + ~~~~~~~~~~~~~~~ => Pos: (302 to 316) SpanInfo: {"start":305,"length":11} |
| 63 | + >name: nameB |
| 64 | + >:=> (line 12, col 17) to (line 12, col 28) |
| 65 | +12 >var b: string, { name: nameB, skill: skillB } = robotB; |
| 66 | + |
| 67 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (317 to 343) SpanInfo: {"start":318,"length":13} |
| 68 | + >skill: skillB |
| 69 | + >:=> (line 12, col 30) to (line 12, col 43) |
65 | 70 | -------------------------------- |
66 | 71 | 13 >var c: string, { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }; |
67 | 72 |
|
68 | 73 | ~~~~~~~~~~~~~~ => Pos: (344 to 357) SpanInfo: undefined |
69 | 74 | 13 >var c: string, { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }; |
70 | 75 |
|
71 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (358 to 434) SpanInfo: {"start":359,"length":74} |
72 | | - >{ name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" } |
73 | | - >:=> (line 13, col 15) to (line 13, col 89) |
| 76 | + ~~~~~~~~~~~~~~~ => Pos: (358 to 372) SpanInfo: {"start":361,"length":11} |
| 77 | + >name: nameC |
| 78 | + >:=> (line 13, col 17) to (line 13, col 28) |
| 79 | +13 >var c: string, { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }; |
| 80 | + |
| 81 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (373 to 434) SpanInfo: {"start":374,"length":13} |
| 82 | + >skill: skillC |
| 83 | + >:=> (line 13, col 30) to (line 13, col 43) |
74 | 84 | -------------------------------- |
75 | 85 | 14 > |
76 | 86 |
|
77 | 87 | ~ => Pos: (435 to 435) SpanInfo: undefined |
78 | 88 | -------------------------------- |
79 | 89 | 15 >var { name: nameA } = robotA, a = hello; |
80 | 90 |
|
81 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (436 to 464) SpanInfo: {"start":436,"length":28} |
82 | | - >var { name: nameA } = robotA |
83 | | - >:=> (line 15, col 0) to (line 15, col 28) |
| 91 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (436 to 464) SpanInfo: {"start":442,"length":11} |
| 92 | + >name: nameA |
| 93 | + >:=> (line 15, col 6) to (line 15, col 17) |
84 | 94 | 15 >var { name: nameA } = robotA, a = hello; |
85 | 95 |
|
86 | 96 | ~~~~~~~~~~~~ => Pos: (465 to 476) SpanInfo: {"start":466,"length":9} |
|
89 | 99 | -------------------------------- |
90 | 100 | 16 >var { name: nameB, skill: skillB } = robotB, b = " hello"; |
91 | 101 |
|
92 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (477 to 520) SpanInfo: {"start":477,"length":43} |
93 | | - >var { name: nameB, skill: skillB } = robotB |
94 | | - >:=> (line 16, col 0) to (line 16, col 43) |
| 102 | + ~~~~~~~~~~~~~~~~~~ => Pos: (477 to 494) SpanInfo: {"start":483,"length":11} |
| 103 | + >name: nameB |
| 104 | + >:=> (line 16, col 6) to (line 16, col 17) |
| 105 | +16 >var { name: nameB, skill: skillB } = robotB, b = " hello"; |
| 106 | + |
| 107 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (495 to 520) SpanInfo: {"start":496,"length":13} |
| 108 | + >skill: skillB |
| 109 | + >:=> (line 16, col 19) to (line 16, col 32) |
95 | 110 | 16 >var { name: nameB, skill: skillB } = robotB, b = " hello"; |
96 | 111 |
|
97 | 112 | ~~~~~~~~~~~~~~~=> Pos: (521 to 535) SpanInfo: {"start":522,"length":12} |
|
100 | 115 | -------------------------------- |
101 | 116 | 17 >var { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }, c = hello; |
102 | 117 |
|
103 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (536 to 614) SpanInfo: {"start":536,"length":78} |
104 | | - >var { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" } |
105 | | - >:=> (line 17, col 0) to (line 17, col 78) |
| 118 | + ~~~~~~~~~~~~~~~~~~ => Pos: (536 to 553) SpanInfo: {"start":542,"length":11} |
| 119 | + >name: nameC |
| 120 | + >:=> (line 17, col 6) to (line 17, col 17) |
| 121 | +17 >var { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }, c = hello; |
| 122 | + |
| 123 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (554 to 614) SpanInfo: {"start":555,"length":13} |
| 124 | + >skill: skillC |
| 125 | + >:=> (line 17, col 19) to (line 17, col 32) |
106 | 126 | 17 >var { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }, c = hello; |
107 | 127 |
|
108 | 128 | ~~~~~~~~~~~~=> Pos: (615 to 626) SpanInfo: {"start":616,"length":9} |
|
120 | 140 | >:=> (line 19, col 0) to (line 19, col 13) |
121 | 141 | 19 >var a = hello, { name: nameA } = robotA, a1= "hello"; |
122 | 142 |
|
123 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (642 to 667) SpanInfo: {"start":643,"length":24} |
124 | | - >{ name: nameA } = robotA |
125 | | - >:=> (line 19, col 15) to (line 19, col 39) |
| 143 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~ => Pos: (642 to 667) SpanInfo: {"start":645,"length":11} |
| 144 | + >name: nameA |
| 145 | + >:=> (line 19, col 17) to (line 19, col 28) |
126 | 146 | 19 >var a = hello, { name: nameA } = robotA, a1= "hello"; |
127 | 147 |
|
128 | 148 | ~~~~~~~~~~~~~~=> Pos: (668 to 681) SpanInfo: {"start":669,"length":11} |
|
136 | 156 | >:=> (line 20, col 0) to (line 20, col 13) |
137 | 157 | 20 >var b = hello, { name: nameB, skill: skillB } = robotB, b1 = "hello"; |
138 | 158 |
|
139 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (696 to 736) SpanInfo: {"start":697,"length":39} |
140 | | - >{ name: nameB, skill: skillB } = robotB |
141 | | - >:=> (line 20, col 15) to (line 20, col 54) |
| 159 | + ~~~~~~~~~~~~~~~ => Pos: (696 to 710) SpanInfo: {"start":699,"length":11} |
| 160 | + >name: nameB |
| 161 | + >:=> (line 20, col 17) to (line 20, col 28) |
| 162 | +20 >var b = hello, { name: nameB, skill: skillB } = robotB, b1 = "hello"; |
| 163 | + |
| 164 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (711 to 736) SpanInfo: {"start":712,"length":13} |
| 165 | + >skill: skillB |
| 166 | + >:=> (line 20, col 30) to (line 20, col 43) |
142 | 167 | 20 >var b = hello, { name: nameB, skill: skillB } = robotB, b1 = "hello"; |
143 | 168 |
|
144 | 169 | ~~~~~~~~~~~~~~~=> Pos: (737 to 751) SpanInfo: {"start":738,"length":12} |
|
152 | 177 | >:=> (line 21, col 0) to (line 21, col 13) |
153 | 178 | 21 >var c = hello, { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }, c1 = hello; |
154 | 179 |
|
155 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (766 to 841) SpanInfo: {"start":767,"length":74} |
156 | | - >{ name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" } |
157 | | - >:=> (line 21, col 15) to (line 21, col 89) |
| 180 | + ~~~~~~~~~~~~~~~ => Pos: (766 to 780) SpanInfo: {"start":769,"length":11} |
| 181 | + >name: nameC |
| 182 | + >:=> (line 21, col 17) to (line 21, col 28) |
| 183 | +21 >var c = hello, { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }, c1 = hello; |
| 184 | + |
| 185 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=> Pos: (781 to 841) SpanInfo: {"start":782,"length":13} |
| 186 | + >skill: skillC |
| 187 | + >:=> (line 21, col 30) to (line 21, col 43) |
158 | 188 | 21 >var c = hello, { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }, c1 = hello; |
159 | 189 |
|
160 | 190 | ~~~~~~~~~~~~~=> Pos: (842 to 854) SpanInfo: {"start":843,"length":10} |
|
0 commit comments