===================================================================
JsFile: sourceMapValidationDestructuringVariableStatementObjectBindingPattern2.js
mapUrl: sourceMapValidationDestructuringVariableStatementObjectBindingPattern2.js.map
sourceRoot: 
sources: sourceMapValidationDestructuringVariableStatementObjectBindingPattern2.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationDestructuringVariableStatementObjectBindingPattern2.js
sourceFile:sourceMapValidationDestructuringVariableStatementObjectBindingPattern2.ts
-------------------------------------------------------------------
>>>"use strict";
>>>var { x } = { x: 20 };
1 >
2 >^^^^
3 >    ^^
4 >      ^
5 >       ^^
6 >         ^^^
7 >            ^^
8 >              ^
9 >               ^^
10>                 ^^
11>                   ^^
12>                     ^
13>                      ^^^^^^^^^^^->
1 >
2 >var 
3 >    {
4 >      x
5 >       }
6 >          = 
7 >            { 
8 >              x
9 >               : 
10>                 20
11>                    }
12>                     ;
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 5) Source(1, 5) + SourceIndex(0)
3 >Emitted(2, 7) Source(1, 6) + SourceIndex(0)
4 >Emitted(2, 8) Source(1, 7) + SourceIndex(0)
5 >Emitted(2, 10) Source(1, 8) + SourceIndex(0)
6 >Emitted(2, 13) Source(1, 11) + SourceIndex(0)
7 >Emitted(2, 15) Source(1, 13) + SourceIndex(0)
8 >Emitted(2, 16) Source(1, 14) + SourceIndex(0)
9 >Emitted(2, 18) Source(1, 16) + SourceIndex(0)
10>Emitted(2, 20) Source(1, 18) + SourceIndex(0)
11>Emitted(2, 22) Source(1, 20) + SourceIndex(0)
12>Emitted(2, 23) Source(1, 21) + SourceIndex(0)
---
>>>var { a, b } = { a: 30, b: 40 };
1->
2 >^^^^
3 >    ^^
4 >      ^
5 >       ^^
6 >         ^
7 >          ^^
8 >            ^^^
9 >               ^^
10>                 ^
11>                  ^^
12>                    ^^
13>                      ^^
14>                        ^
15>                         ^^
16>                           ^^
17>                             ^^
18>                               ^
19>                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1->
  >
2 >var 
3 >    { 
4 >      a
5 >       , 
6 >         b
7 >           }
8 >             = 
9 >               { 
10>                 a
11>                  : 
12>                    30
13>                      , 
14>                        b
15>                         : 
16>                           40
17>                              }
18>                               ;
1->Emitted(3, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(3, 5) Source(2, 5) + SourceIndex(0)
3 >Emitted(3, 7) Source(2, 7) + SourceIndex(0)
4 >Emitted(3, 8) Source(2, 8) + SourceIndex(0)
5 >Emitted(3, 10) Source(2, 10) + SourceIndex(0)
6 >Emitted(3, 11) Source(2, 11) + SourceIndex(0)
7 >Emitted(3, 13) Source(2, 13) + SourceIndex(0)
8 >Emitted(3, 16) Source(2, 16) + SourceIndex(0)
9 >Emitted(3, 18) Source(2, 18) + SourceIndex(0)
10>Emitted(3, 19) Source(2, 19) + SourceIndex(0)
11>Emitted(3, 21) Source(2, 21) + SourceIndex(0)
12>Emitted(3, 23) Source(2, 23) + SourceIndex(0)
13>Emitted(3, 25) Source(2, 25) + SourceIndex(0)
14>Emitted(3, 26) Source(2, 26) + SourceIndex(0)
15>Emitted(3, 28) Source(2, 28) + SourceIndex(0)
16>Emitted(3, 30) Source(2, 30) + SourceIndex(0)
17>Emitted(3, 32) Source(2, 32) + SourceIndex(0)
18>Emitted(3, 33) Source(2, 33) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationDestructuringVariableStatementObjectBindingPattern2.js.map