===================================================================
JsFile: all.js
mapUrl: all.js.map
sourceRoot: 
sources: ref/b.ts,ref/a.ts,b.ts
===================================================================
-------------------------------------------------------------------
emittedFile:all.js
sourceFile:ref/b.ts
-------------------------------------------------------------------
>>>"use strict";
>>>/// <reference path="./c.d.ts" />
1 >
2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1 >
2 >/// <reference path="./c.d.ts" />
1 >Emitted(2, 1) Source(1, 1) + SourceIndex(0)
2 >Emitted(2, 34) Source(1, 34) + SourceIndex(0)
---
>>>class Foo {
1 >
2 >^^^^^^
3 >      ^^^
1 >
  >
2 >class 
3 >      Foo
1 >Emitted(3, 1) Source(2, 1) + SourceIndex(0)
2 >Emitted(3, 7) Source(2, 7) + SourceIndex(0)
3 >Emitted(3, 10) Source(2, 10) + SourceIndex(0)
---
>>>}
1 >^
2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 > {
  >	member: Bar;
  >}
1 >Emitted(4, 2) Source(4, 2) + SourceIndex(0)
---
-------------------------------------------------------------------
emittedFile:all.js
sourceFile:ref/a.ts
-------------------------------------------------------------------
>>>define("ref/a", ["require", "exports"], function (require, exports) {
>>>    "use strict";
>>>    Object.defineProperty(exports, "__esModule", { value: true });
>>>    exports.A = void 0;
>>>    /// <reference path="./b.ts" />
1->^^^^
2 >    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1->
2 >    /// <reference path="./b.ts" />
1->Emitted(9, 5) Source(1, 1) + SourceIndex(1)
2 >Emitted(9, 36) Source(1, 32) + SourceIndex(1)
---
>>>    class A {
1 >^^^^
2 >    ^^^^^^
3 >          ^
1 >
  >
2 >    export class 
3 >          A
1 >Emitted(10, 5) Source(2, 1) + SourceIndex(1)
2 >Emitted(10, 11) Source(2, 14) + SourceIndex(1)
3 >Emitted(10, 12) Source(2, 15) + SourceIndex(1)
---
>>>    }
1 >^^^^^
2 >     ^^^^^^^^^^^^^^->
1 > {
  >	member: typeof GlobalFoo;
  >}
1 >Emitted(11, 6) Source(4, 2) + SourceIndex(1)
---
>>>    exports.A = A;
1->^^^^
2 >    ^^^^^^^^^^^^^^
1->
2 >    export class A {
  >    	member: typeof GlobalFoo;
  >    }
1->Emitted(12, 5) Source(2, 1) + SourceIndex(1)
2 >Emitted(12, 19) Source(4, 2) + SourceIndex(1)
---
-------------------------------------------------------------------
emittedFile:all.js
sourceFile:b.ts
-------------------------------------------------------------------
>>>});
>>>define("b", ["require", "exports", "ref/a"], function (require, exports, a_1) {
>>>    "use strict";
>>>    Object.defineProperty(exports, "__esModule", { value: true });
>>>    exports.B = void 0;
>>>    class B extends a_1.A {
1 >^^^^
2 >    ^^^^^^
3 >          ^
4 >           ^^^^^^^^^
5 >                    ^^^^^
1 >import {A} from "./ref/a";
  >
2 >    export class 
3 >          B 
4 >           extends 
5 >                    A
1 >Emitted(18, 5) Source(2, 1) + SourceIndex(2)
2 >Emitted(18, 11) Source(2, 14) + SourceIndex(2)
3 >Emitted(18, 12) Source(2, 16) + SourceIndex(2)
4 >Emitted(18, 21) Source(2, 24) + SourceIndex(2)
5 >Emitted(18, 26) Source(2, 25) + SourceIndex(2)
---
>>>    }
1 >^^^^^
2 >     ^^^^^^^^^^^^^^->
1 > { }
1 >Emitted(19, 6) Source(2, 29) + SourceIndex(2)
---
>>>    exports.B = B;
1->^^^^
2 >    ^^^^^^^^^^^^^^
1->
2 >    export class B extends A { }
1->Emitted(20, 5) Source(2, 1) + SourceIndex(2)
2 >Emitted(20, 19) Source(2, 29) + SourceIndex(2)
---
>>>});
>>>//# sourceMappingURL=all.js.map