@@ -159,89 +159,104 @@ sourceFile:sourceMapValidationDestructuringVariableStatementNestedObjectBindingP
159159>>>var _a = robotA.skills, primaryA = _a.primary, secondaryA = _a.secondary;
1601601 >
1611612 >^^^^
162- 3 > ^^^^^^^^^^^^^^^^^^^^
163- 4 > ^^^^^^^^^^^^^^^^^^^^^
164- 5 > ^^
165- 6 > ^^^^^^^^^^^^^^^^^^^^^^^^^
166- 7 > ^
167- 8 > ^^^^^^^^^^^^^^^^^^^^^^->
162+ 3 > ^^^^^^^^^^^^^^^^^^
163+ 4 > ^^
164+ 5 > ^^^^^^^^^^^^^^^^^^^^^
165+ 6 > ^^
166+ 7 > ^^^^^^^^^^^^^^^^^^^^^^^^^
167+ 8 > ^
168+ 9 > ^^^^^^^^^^^^^^^^^^^^^^->
1681691 >
169170 >
170171 >
171- 2 >var
172- 3 > { skills: {
173- 4 > primary: primaryA
174- 5 > ,
175- 6 > secondary: secondaryA
176- 7 > } } = robotA;
172+ 2 >var {
173+ 3 > skills
174+ 4 > : {
175+ 5 > primary: primaryA
176+ 6 > ,
177+ 7 > secondary: secondaryA
178+ 8 > } } = robotA;
1771791 >Emitted(3, 1) Source(14, 1) + SourceIndex(0)
178- 2 >Emitted(3, 5) Source(14, 5) + SourceIndex(0)
179- 3 >Emitted(3, 25) Source(14, 17) + SourceIndex(0)
180- 4 >Emitted(3, 46) Source(14, 34) + SourceIndex(0)
181- 5 >Emitted(3, 48) Source(14, 36) + SourceIndex(0)
182- 6 >Emitted(3, 73) Source(14, 57) + SourceIndex(0)
183- 7 >Emitted(3, 74) Source(14, 71) + SourceIndex(0)
180+ 2 >Emitted(3, 5) Source(14, 7) + SourceIndex(0)
181+ 3 >Emitted(3, 23) Source(14, 13) + SourceIndex(0)
182+ 4 >Emitted(3, 25) Source(14, 17) + SourceIndex(0)
183+ 5 >Emitted(3, 46) Source(14, 34) + SourceIndex(0)
184+ 6 >Emitted(3, 48) Source(14, 36) + SourceIndex(0)
185+ 7 >Emitted(3, 73) Source(14, 57) + SourceIndex(0)
186+ 8 >Emitted(3, 74) Source(14, 71) + SourceIndex(0)
184187---
185188>>>var nameB = robotB.name, _b = robotB.skills, primaryB = _b.primary, secondaryB = _b.secondary;
1861891->
1871902 >^^^^
1881913 > ^^^^^^^^^^^^^^^^^^^
189- 4 > ^^^^^^^^^^^^^^^^^^^^^^
190- 5 > ^^^^^^^^^^^^^^^^^^^^^
191- 6 > ^^
192- 7 > ^^^^^^^^^^^^^^^^^^^^^^^^^
193- 8 > ^
194- 9 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
192+ 4 > ^^
193+ 5 > ^^^^^^^^^^^^^^^^^^
194+ 6 > ^^
195+ 7 > ^^^^^^^^^^^^^^^^^^^^^
196+ 8 > ^^
197+ 9 > ^^^^^^^^^^^^^^^^^^^^^^^^^
198+ 10> ^
199+ 11> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1952001->
196201 >
1972022 >var {
1982033 > name: nameB
199- 4 > , skills: {
200- 5 > primary: primaryB
201- 6 > ,
202- 7 > secondary: secondaryB
203- 8 > } } = robotB;
204+ 4 > ,
205+ 5 > skills
206+ 6 > : {
207+ 7 > primary: primaryB
208+ 8 > ,
209+ 9 > secondary: secondaryB
210+ 10> } } = robotB;
2042111->Emitted(4, 1) Source(15, 1) + SourceIndex(0)
2052122 >Emitted(4, 5) Source(15, 7) + SourceIndex(0)
2062133 >Emitted(4, 24) Source(15, 18) + SourceIndex(0)
207- 4 >Emitted(4, 46) Source(15, 30) + SourceIndex(0)
208- 5 >Emitted(4, 67) Source(15, 47) + SourceIndex(0)
209- 6 >Emitted(4, 69) Source(15, 49) + SourceIndex(0)
210- 7 >Emitted(4, 94) Source(15, 70) + SourceIndex(0)
211- 8 >Emitted(4, 95) Source(15, 84) + SourceIndex(0)
214+ 4 >Emitted(4, 26) Source(15, 20) + SourceIndex(0)
215+ 5 >Emitted(4, 44) Source(15, 26) + SourceIndex(0)
216+ 6 >Emitted(4, 46) Source(15, 30) + SourceIndex(0)
217+ 7 >Emitted(4, 67) Source(15, 47) + SourceIndex(0)
218+ 8 >Emitted(4, 69) Source(15, 49) + SourceIndex(0)
219+ 9 >Emitted(4, 94) Source(15, 70) + SourceIndex(0)
220+ 10>Emitted(4, 95) Source(15, 84) + SourceIndex(0)
212221---
213222>>>var _c = { name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }, nameC = _c.name, _d = _c.skills, primaryB = _d.primary, secondaryB = _d.secondary;
2142231->
2152242 >^^^^
2162253 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2172264 > ^^
2182275 > ^^^^^^^^^^^^^^^
219- 6 > ^^^^^^^^^^^^^^^^^^
220- 7 > ^^^^^^^^^^^^^^^^^^^^^
221- 8 > ^^
222- 9 > ^^^^^^^^^^^^^^^^^^^^^^^^^
223- 10> ^
228+ 6 > ^^
229+ 7 > ^^^^^^^^^^^^^^
230+ 8 > ^^
231+ 9 > ^^^^^^^^^^^^^^^^^^^^^
232+ 10> ^^
233+ 11> ^^^^^^^^^^^^^^^^^^^^^^^^^
234+ 12> ^
2242351->
225236 >
2262372 >var { name: nameC, skills: { primary: primaryB, secondary: secondaryB } } =
2272383 > { name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }
2282394 >
2292405 > name: nameC
230- 6 > , skills: {
231- 7 > primary: primaryB
232- 8 > ,
233- 9 > secondary: secondaryB
234- 10> } } = { name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } };
241+ 6 > ,
242+ 7 > skills
243+ 8 > : {
244+ 9 > primary: primaryB
245+ 10> ,
246+ 11> secondary: secondaryB
247+ 12> } } = { name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } };
2352481->Emitted(5, 1) Source(16, 1) + SourceIndex(0)
2362492 >Emitted(5, 5) Source(16, 77) + SourceIndex(0)
2372503 >Emitted(5, 88) Source(16, 155) + SourceIndex(0)
2382514 >Emitted(5, 90) Source(16, 7) + SourceIndex(0)
2392525 >Emitted(5, 105) Source(16, 18) + SourceIndex(0)
240- 6 >Emitted(5, 123) Source(16, 30) + SourceIndex(0)
241- 7 >Emitted(5, 144) Source(16, 47) + SourceIndex(0)
242- 8 >Emitted(5, 146) Source(16, 49) + SourceIndex(0)
243- 9 >Emitted(5, 171) Source(16, 70) + SourceIndex(0)
244- 10>Emitted(5, 172) Source(16, 156) + SourceIndex(0)
253+ 6 >Emitted(5, 107) Source(16, 20) + SourceIndex(0)
254+ 7 >Emitted(5, 121) Source(16, 26) + SourceIndex(0)
255+ 8 >Emitted(5, 123) Source(16, 30) + SourceIndex(0)
256+ 9 >Emitted(5, 144) Source(16, 47) + SourceIndex(0)
257+ 10>Emitted(5, 146) Source(16, 49) + SourceIndex(0)
258+ 11>Emitted(5, 171) Source(16, 70) + SourceIndex(0)
259+ 12>Emitted(5, 172) Source(16, 156) + SourceIndex(0)
245260---
246261>>>if (nameB == nameB) {
2472621 >
0 commit comments