===================================================================
JsFile: file1.js
mapUrl: file1.js.map
sourceRoot: 
sources: file1.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/compiler/file1.js
sourceFile:file1.ts
-------------------------------------------------------------------
>>>export var x = 1;
1 >
2 >^^^^^^^
3 >       ^^^^
4 >           ^
5 >            ^^^
6 >               ^
7 >                ^
8 >                 ^^^^^^^^^^^^^^^->
1 >
  >
2 >export 
3 >       var 
4 >           x
5 >             = 
6 >               1
7 >                ;
1 >Emitted(1, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(1, 8) Source(2, 8) + SourceIndex(0)
3 >Emitted(1, 12) Source(2, 12) + SourceIndex(0)
4 >Emitted(1, 13) Source(2, 13) + SourceIndex(0)
5 >Emitted(1, 16) Source(2, 16) + SourceIndex(0)
6 >Emitted(1, 17) Source(2, 17) + SourceIndex(0)
7 >Emitted(1, 18) Source(2, 18) + SourceIndex(0)
---
>>>//# sourceMappingURL=file1.js.map