===================================================================
JsFile: sourceMapValidationVarInDownLevelGenerator.js
mapUrl: sourceMapValidationVarInDownLevelGenerator.js.map
sourceRoot: 
sources: sourceMapValidationVarInDownLevelGenerator.ts
===================================================================
-------------------------------------------------------------------
emittedFile:sourceMapValidationVarInDownLevelGenerator.js
sourceFile:sourceMapValidationVarInDownLevelGenerator.ts
-------------------------------------------------------------------
>>>"use strict";
>>>function* f() {
1 >
2 >^^^^^^^^
3 >        ^
4 >         ^
5 >          ^
6 >           ^^^^^^^->
1 >
2 >function 
3 >        *
4 >          
5 >          f
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 9) Source(1, 10) + SourceIndex(0)
3 >Emitted(2, 10) Source(1, 11) + SourceIndex(0)
4 >Emitted(2, 11) Source(1, 12) + SourceIndex(0)
5 >Emitted(2, 12) Source(1, 13) + SourceIndex(0)
---
>>>    var x = 1, y;
1->^^^^
2 >    ^^^^
3 >        ^
4 >         ^^^
5 >            ^
6 >             ^^
7 >               ^
8 >                ^
1->() {
  >    
2 >    var 
3 >        x
4 >          = 
5 >            1
6 >             , 
7 >               y
8 >                ;
1->Emitted(3, 5) Source(2, 5) + SourceIndex(0)
2 >Emitted(3, 9) Source(2, 9) + 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, 16) Source(2, 16) + SourceIndex(0)
7 >Emitted(3, 17) Source(2, 17) + SourceIndex(0)
8 >Emitted(3, 18) Source(2, 18) + SourceIndex(0)
---
>>>}
1 >
2 >^
3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >
2 >}
1 >Emitted(4, 1) Source(3, 1) + SourceIndex(0)
2 >Emitted(4, 2) Source(3, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=sourceMapValidationVarInDownLevelGenerator.js.map