===================================================================
JsFile: d.js
mapUrl: d.js.map
sourceRoot: 
sources: a.ts,b.ts
===================================================================
-------------------------------------------------------------------
emittedFile:d.js
sourceFile:a.ts
-------------------------------------------------------------------
>>>"use strict";
>>>class A {
1 >
2 >^^^^^^
3 >      ^
1 >
2 >class 
3 >      A
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(1, 12) + SourceIndex(0)
---
-------------------------------------------------------------------
emittedFile:d.js
sourceFile:b.ts
-------------------------------------------------------------------
>>>class B {
1->
2 >^^^^^^
3 >      ^
1->
2 >class 
3 >      B
1->Emitted(4, 1) Source(1, 1) + SourceIndex(1)
2 >Emitted(4, 7) Source(1, 7) + SourceIndex(1)
3 >Emitted(4, 8) Source(1, 8) + SourceIndex(1)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 > { }
1 >Emitted(5, 2) Source(1, 12) + SourceIndex(1)
---
>>>//# sourceMappingURL=d.js.map