===================================================================
JsFile: sourceMapValidationFunctionExpressions.js
mapUrl: sourceMapValidationFunctionExpressions.js.map
sourceRoot: 
sources: sourceMapValidationFunctionExpressions.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationFunctionExpressions.js
sourceFile:sourceMapValidationFunctionExpressions.ts
-------------------------------------------------------------------
>>>"use strict";
>>>var greetings = 0;
1 >
2 >^^^^
3 >    ^^^^^^^^^
4 >             ^^^
5 >                ^
6 >                 ^
7 >                  ^^^^^^^^^^->
1 >
2 >var 
3 >    greetings
4 >              = 
5 >                0
6 >                 ;
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 5) Source(1, 5) + SourceIndex(0)
3 >Emitted(2, 14) Source(1, 14) + SourceIndex(0)
4 >Emitted(2, 17) Source(1, 17) + SourceIndex(0)
5 >Emitted(2, 18) Source(1, 18) + SourceIndex(0)
6 >Emitted(2, 19) Source(1, 19) + SourceIndex(0)
---
>>>var greet = (greeting) => {
1->
2 >^^^^
3 >    ^^^^^
4 >         ^^^
5 >            ^
6 >             ^^^^^^^^
7 >                     ^^
8 >                       ^^
1->
  >
2 >var 
3 >    greet
4 >          = 
5 >            (
6 >             greeting: string
7 >                     ): number 
8 >                       =>
1->Emitted(3, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(3, 5) Source(2, 5) + SourceIndex(0)
3 >Emitted(3, 10) Source(2, 10) + SourceIndex(0)
4 >Emitted(3, 13) Source(2, 13) + SourceIndex(0)
5 >Emitted(3, 14) Source(2, 14) + SourceIndex(0)
6 >Emitted(3, 22) Source(2, 30) + SourceIndex(0)
7 >Emitted(3, 24) Source(2, 40) + SourceIndex(0)
8 >Emitted(3, 26) Source(2, 42) + SourceIndex(0)
---
>>>    greetings++;
1 >^^^^
2 >    ^^^^^^^^^
3 >             ^^
4 >               ^
5 >                ^^^^^^->
1 > {
  >    
2 >    greetings
3 >             ++
4 >               ;
1 >Emitted(4, 5) Source(3, 5) + SourceIndex(0)
2 >Emitted(4, 14) Source(3, 14) + SourceIndex(0)
3 >Emitted(4, 16) Source(3, 16) + SourceIndex(0)
4 >Emitted(4, 17) Source(3, 17) + SourceIndex(0)
---
>>>    return greetings;
1->^^^^
2 >    ^^^^^^^
3 >           ^^^^^^^^^
4 >                    ^
1->
  >    
2 >    return 
3 >           greetings
4 >                    ;
1->Emitted(5, 5) Source(4, 5) + SourceIndex(0)
2 >Emitted(5, 12) Source(4, 12) + SourceIndex(0)
3 >Emitted(5, 21) Source(4, 21) + SourceIndex(0)
4 >Emitted(5, 22) Source(4, 22) + SourceIndex(0)
---
>>>};
1 >
2 >^
3 > ^
4 >  ^^^^^^^^^^^^^^->
1 >
  >
2 >}
3 > 
1 >Emitted(6, 1) Source(5, 1) + SourceIndex(0)
2 >Emitted(6, 2) Source(5, 2) + SourceIndex(0)
3 >Emitted(6, 3) Source(5, 2) + SourceIndex(0)
---
>>>greet("Hello");
1->
2 >^^^^^
3 >     ^
4 >      ^^^^^^^
5 >             ^
6 >              ^
7 >               ^^^^^^^^^^^^^^^^^^^^^^^^->
1->
  >
2 >greet
3 >     (
4 >      "Hello"
5 >             )
6 >              ;
1->Emitted(7, 1) Source(6, 1) + SourceIndex(0)
2 >Emitted(7, 6) Source(6, 6) + SourceIndex(0)
3 >Emitted(7, 7) Source(6, 7) + SourceIndex(0)
4 >Emitted(7, 14) Source(6, 14) + SourceIndex(0)
5 >Emitted(7, 15) Source(6, 15) + SourceIndex(0)
6 >Emitted(7, 16) Source(6, 16) + SourceIndex(0)
---
>>>var incrGreetings = () => greetings++;
1->
2 >^^^^
3 >    ^^^^^^^^^^^^^
4 >                 ^^^
5 >                    ^^^
6 >                       ^^
7 >                         ^
8 >                          ^^^^^^^^^
9 >                                   ^^
10>                                     ^
11>                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1->
  >
2 >var 
3 >    incrGreetings
4 >                  = 
5 >                    () 
6 >                       =>
7 >                          
8 >                          greetings
9 >                                   ++
10>                                     ;
1->Emitted(8, 1) Source(7, 1) + SourceIndex(0)
2 >Emitted(8, 5) Source(7, 5) + SourceIndex(0)
3 >Emitted(8, 18) Source(7, 18) + SourceIndex(0)
4 >Emitted(8, 21) Source(7, 21) + SourceIndex(0)
5 >Emitted(8, 24) Source(7, 24) + SourceIndex(0)
6 >Emitted(8, 26) Source(7, 26) + SourceIndex(0)
7 >Emitted(8, 27) Source(7, 27) + SourceIndex(0)
8 >Emitted(8, 36) Source(7, 36) + SourceIndex(0)
9 >Emitted(8, 38) Source(7, 38) + SourceIndex(0)
10>Emitted(8, 39) Source(7, 39) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationFunctionExpressions.js.map