===================================================================
JsFile: fileC.js
mapUrl: fileC.js.map
sourceRoot: SourceRootPath/
sources: FolderB/FolderC/fileC.ts
===================================================================
-------------------------------------------------------------------
emittedFile:outdir/simple/FolderB/FolderC/fileC.js
sourceFile:FolderB/FolderC/fileC.ts
-------------------------------------------------------------------
>>>var C = (function () {
1 >
2 >^^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
---
>>>    function C() {
1->^^^^
2 >    ^^->
1->
1->Emitted(2, 5) Source(1, 1) + SourceIndex(0)
---
>>>    }
1->^^^^
2 >    ^
3 >     ^^^^^^^^^->
1->class C {
  >
2 >    }
1->Emitted(3, 5) Source(2, 1) + SourceIndex(0)
2 >Emitted(3, 6) Source(2, 2) + SourceIndex(0)
---
>>>    return C;
1->^^^^
2 >    ^^^^^^^^
1->
2 >    }
1->Emitted(4, 5) Source(2, 1) + SourceIndex(0)
2 >Emitted(4, 13) Source(2, 2) + SourceIndex(0)
---
>>>}());
1 >
2 >^
3 > 
4 > ^^^^
5 >     ^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >}
3 > 
4 > class C {
  > }
1 >Emitted(5, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(5, 2) Source(2, 2) + SourceIndex(0)
3 >Emitted(5, 2) Source(1, 1) + SourceIndex(0)
4 >Emitted(5, 6) Source(2, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=fileC.js.map===================================================================
JsFile: fileB.js
mapUrl: fileB.js.map
sourceRoot: SourceRootPath/
sources: FolderB/fileB.ts
===================================================================
-------------------------------------------------------------------
emittedFile:outdir/simple/FolderB/fileB.js
sourceFile:FolderB/fileB.ts
-------------------------------------------------------------------
>>>/// <reference path='FolderC/fileC.ts'/>
1 >
2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1 >
2 >/// <reference path='FolderC/fileC.ts'/>
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(1, 41) Source(1, 41) + SourceIndex(0)
---
>>>var B = (function () {
1 >
2 >^^^^^^^^^^^^^^^^^^^->
1 >
  >
1 >Emitted(2, 1) Source(2, 1) + SourceIndex(0)
---
>>>    function B() {
1->^^^^
2 >    ^^->
1->
1->Emitted(3, 5) Source(2, 1) + SourceIndex(0)
---
>>>    }
1->^^^^
2 >    ^
3 >     ^^^^^^^^^->
1->class B {
  >    public c: C;
  >
2 >    }
1->Emitted(4, 5) Source(4, 1) + SourceIndex(0)
2 >Emitted(4, 6) Source(4, 2) + SourceIndex(0)
---
>>>    return B;
1->^^^^
2 >    ^^^^^^^^
1->
2 >    }
1->Emitted(5, 5) Source(4, 1) + SourceIndex(0)
2 >Emitted(5, 13) Source(4, 2) + SourceIndex(0)
---
>>>}());
1 >
2 >^
3 > 
4 > ^^^^
5 >     ^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >}
3 > 
4 > class B {
  >     public c: C;
  > }
1 >Emitted(6, 1) Source(4, 1) + SourceIndex(0)
2 >Emitted(6, 2) Source(4, 2) + SourceIndex(0)
3 >Emitted(6, 2) Source(2, 1) + SourceIndex(0)
4 >Emitted(6, 6) Source(4, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=fileB.js.map