===================================================================
JsFile: sourceMapValidationFunctions.js
mapUrl: sourceMapValidationFunctions.js.map
sourceRoot: 
sources: sourceMapValidationFunctions.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationFunctions.js
sourceFile:sourceMapValidationFunctions.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)
---
>>>function greet(greeting) {
1->
2 >^^^^^^^^^
3 >         ^^^^^
4 >              ^
5 >               ^^^^^^^^
1->
  >
2 >function 
3 >         greet
4 >              (
5 >               greeting: string
1->Emitted(3, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(3, 10) Source(2, 10) + SourceIndex(0)
3 >Emitted(3, 15) Source(2, 15) + SourceIndex(0)
4 >Emitted(3, 16) Source(2, 16) + SourceIndex(0)
5 >Emitted(3, 24) Source(2, 32) + SourceIndex(0)
---
>>>    greetings++;
1 >^^^^
2 >    ^^^^^^^^^
3 >             ^^
4 >               ^
5 >                ^^^^^^->
1 >): number {
  >    
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 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >
2 >}
1 >Emitted(6, 1) Source(5, 1) + SourceIndex(0)
2 >Emitted(6, 2) Source(5, 2) + SourceIndex(0)
---
>>>function greet2(greeting, n = 10, x, ...restParams) {
1->
2 >^^^^^^^^^
3 >         ^^^^^^
4 >               ^
5 >                ^^^^^^^^
6 >                        ^^
7 >                          ^
8 >                           ^^^
9 >                              ^^
10>                                ^^
11>                                  ^
12>                                   ^^
13>                                     ^^^
14>                                        ^^^^^^^^^^
1->
  >
2 >function 
3 >         greet2
4 >               (
5 >                greeting: string
6 >                        , 
7 >                          n
8 >                            = 
9 >                              10
10>                                , 
11>                                  x?: string
12>                                   , 
13>                                     ...
14>                                        restParams: string[]
1->Emitted(7, 1) Source(6, 1) + SourceIndex(0)
2 >Emitted(7, 10) Source(6, 10) + SourceIndex(0)
3 >Emitted(7, 16) Source(6, 16) + SourceIndex(0)
4 >Emitted(7, 17) Source(6, 17) + SourceIndex(0)
5 >Emitted(7, 25) Source(6, 33) + SourceIndex(0)
6 >Emitted(7, 27) Source(6, 35) + SourceIndex(0)
7 >Emitted(7, 28) Source(6, 36) + SourceIndex(0)
8 >Emitted(7, 31) Source(6, 39) + SourceIndex(0)
9 >Emitted(7, 33) Source(6, 41) + SourceIndex(0)
10>Emitted(7, 35) Source(6, 43) + SourceIndex(0)
11>Emitted(7, 36) Source(6, 53) + SourceIndex(0)
12>Emitted(7, 38) Source(6, 55) + SourceIndex(0)
13>Emitted(7, 41) Source(6, 58) + SourceIndex(0)
14>Emitted(7, 51) Source(6, 78) + SourceIndex(0)
---
>>>    greetings++;
1 >^^^^
2 >    ^^^^^^^^^
3 >             ^^
4 >               ^
5 >                ^^^^^^->
1 >): number {
  >    
2 >    greetings
3 >             ++
4 >               ;
1 >Emitted(8, 5) Source(7, 5) + SourceIndex(0)
2 >Emitted(8, 14) Source(7, 14) + SourceIndex(0)
3 >Emitted(8, 16) Source(7, 16) + SourceIndex(0)
4 >Emitted(8, 17) Source(7, 17) + SourceIndex(0)
---
>>>    return greetings;
1->^^^^
2 >    ^^^^^^^
3 >           ^^^^^^^^^
4 >                    ^
1->
  >    
2 >    return 
3 >           greetings
4 >                    ;
1->Emitted(9, 5) Source(8, 5) + SourceIndex(0)
2 >Emitted(9, 12) Source(8, 12) + SourceIndex(0)
3 >Emitted(9, 21) Source(8, 21) + SourceIndex(0)
4 >Emitted(9, 22) Source(8, 22) + SourceIndex(0)
---
>>>}
1 >
2 >^
3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >
2 >}
1 >Emitted(10, 1) Source(9, 1) + SourceIndex(0)
2 >Emitted(10, 2) Source(9, 2) + SourceIndex(0)
---
>>>function foo(greeting, n = 10, x, ...restParams) {
1->
2 >^^^^^^^^^
3 >         ^^^
4 >            ^
5 >             ^^^^^^^^
6 >                     ^^
7 >                       ^
8 >                        ^^^
9 >                           ^^
10>                             ^^
11>                               ^
12>                                ^^
13>                                  ^^^
14>                                     ^^^^^^^^^^
1->
  >
2 >function 
3 >         foo
4 >            (
5 >             greeting: string
6 >                     , 
7 >                       n
8 >                         = 
9 >                           10
10>                             , 
11>                               x?: string
12>                                , 
13>                                  ...
14>                                     restParams: string[]
1->Emitted(11, 1) Source(10, 1) + SourceIndex(0)
2 >Emitted(11, 10) Source(10, 10) + SourceIndex(0)
3 >Emitted(11, 13) Source(10, 13) + SourceIndex(0)
4 >Emitted(11, 14) Source(10, 14) + SourceIndex(0)
5 >Emitted(11, 22) Source(10, 30) + SourceIndex(0)
6 >Emitted(11, 24) Source(10, 32) + SourceIndex(0)
7 >Emitted(11, 25) Source(10, 33) + SourceIndex(0)
8 >Emitted(11, 28) Source(10, 36) + SourceIndex(0)
9 >Emitted(11, 30) Source(10, 38) + SourceIndex(0)
10>Emitted(11, 32) Source(10, 40) + SourceIndex(0)
11>Emitted(11, 33) Source(10, 50) + SourceIndex(0)
12>Emitted(11, 35) Source(10, 52) + SourceIndex(0)
13>Emitted(11, 38) Source(10, 55) + SourceIndex(0)
14>Emitted(11, 48) Source(10, 75) + SourceIndex(0)
---
>>>    return;
1 >^^^^
2 >    ^^^^^^^
1 >)
  >{
  >    
2 >    return;
1 >Emitted(12, 5) Source(12, 5) + SourceIndex(0)
2 >Emitted(12, 12) Source(12, 12) + SourceIndex(0)
---
>>>}
1 >
2 >^
3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >
2 >}
1 >Emitted(13, 1) Source(13, 1) + SourceIndex(0)
2 >Emitted(13, 2) Source(13, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationFunctions.js.map