===================================================================
JsFile: a.js
mapUrl: a.js.map
sourceRoot: 
sources: ../a.ts
===================================================================
-------------------------------------------------------------------
emittedFile:out/a.js
sourceFile:../a.ts
-------------------------------------------------------------------
>>>"use strict";
>>>class c {
1 >
2 >^^^^^^
3 >      ^
1 >
2 >class 
3 >      c
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 7) Source(1, 7) + SourceIndex(0)
3 >Emitted(2, 8) Source(1, 8) + SourceIndex(0)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 > {
  >}
1 >Emitted(3, 2) Source(2, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=a.js.map===================================================================
JsFile: b.js
mapUrl: b.js.map
sourceRoot: 
sources: ../b.js
===================================================================
-------------------------------------------------------------------
emittedFile:out/b.js
sourceFile:../b.js
-------------------------------------------------------------------
>>>"use strict";
>>>function bar() {
1 >
2 >^^^^^^^^^
3 >         ^^^
1 >
2 >function 
3 >         bar
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 10) Source(1, 10) + SourceIndex(0)
3 >Emitted(2, 13) Source(1, 13) + SourceIndex(0)
---
>>>}
1 >
2 >^
3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >() {
  >
2 >}
1 >Emitted(3, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(3, 2) Source(2, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=b.js.map