===================================================================
JsFile: sourceMapValidationDestructuringVariableStatementObjectBindingPattern1.js
mapUrl: sourceMapValidationDestructuringVariableStatementObjectBindingPattern1.js.map
sourceRoot: 
sources: sourceMapValidationDestructuringVariableStatementObjectBindingPattern1.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationDestructuringVariableStatementObjectBindingPattern1.js
sourceFile:sourceMapValidationDestructuringVariableStatementObjectBindingPattern1.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)
---
>>>//# sourceMappingURL=sourceMapValidationDestructuringVariableStatementObjectBindingPattern1.js.map