File: sourceMapValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.sourcemap.txt

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