===================================================================
JsFile: sourceMapValidationFunctionPropertyAssignment.js
mapUrl: sourceMapValidationFunctionPropertyAssignment.js.map
sourceRoot: 
sources: sourceMapValidationFunctionPropertyAssignment.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationFunctionPropertyAssignment.js
sourceFile:sourceMapValidationFunctionPropertyAssignment.ts
-------------------------------------------------------------------
>>>"use strict";
>>>var x = { n() { } };
1 >
2 >^^^^
3 >    ^
4 >     ^^^
5 >        ^^
6 >          ^
7 >           ^^^^^
8 >                ^
9 >                 ^^
10>                   ^
11>                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >var 
3 >    x
4 >      = 
5 >        { 
6 >          n
7 >           () { 
8 >                }
9 >                  }
10>                   ;
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 5) Source(1, 5) + SourceIndex(0)
3 >Emitted(2, 6) Source(1, 6) + SourceIndex(0)
4 >Emitted(2, 9) Source(1, 9) + SourceIndex(0)
5 >Emitted(2, 11) Source(1, 11) + SourceIndex(0)
6 >Emitted(2, 12) Source(1, 12) + SourceIndex(0)
7 >Emitted(2, 17) Source(1, 17) + SourceIndex(0)
8 >Emitted(2, 18) Source(1, 18) + SourceIndex(0)
9 >Emitted(2, 20) Source(1, 20) + SourceIndex(0)
10>Emitted(2, 21) Source(1, 21) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationFunctionPropertyAssignment.js.map