===================================================================
JsFile: all.js
mapUrl: all.js.map
sourceRoot: 
sources: tests/cases/compiler/ref/a.ts,tests/cases/compiler/b.ts
===================================================================
-------------------------------------------------------------------
emittedFile:all.js
sourceFile:tests/cases/compiler/ref/a.ts
-------------------------------------------------------------------
>>>var __extends = (this && this.__extends) || (function () {
>>>    var extendStatics = Object.setPrototypeOf ||
>>>        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
>>>        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
>>>    return function (d, b) {
>>>        extendStatics(d, b);
>>>        function __() { this.constructor = d; }
>>>        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
>>>    };
>>>})();
>>>System.register("ref/a", [], function (exports_1, context_1) {
>>>    "use strict";
>>>    var __moduleName = context_1 && context_1.id;
>>>    var A;
>>>    return {
>>>        setters: [],
>>>        execute: function () {
>>>            A = /** @class */ (function () {
1 >^^^^^^^^^^^^
2 >            ^^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(18, 13) Source(1, 1) + SourceIndex(0)
---
>>>                function A() {
1->^^^^^^^^^^^^^^^^
2 >                ^^->
1->
1->Emitted(19, 17) Source(1, 1) + SourceIndex(0)
---
>>>                }
1->^^^^^^^^^^^^^^^^
2 >                ^
3 >                 ^^^^^^^^^->
1->export class A { 
2 >                }
1->Emitted(20, 17) Source(1, 18) + SourceIndex(0)
2 >Emitted(20, 18) Source(1, 19) + SourceIndex(0)
---
>>>                return A;
1->^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^
1->
2 >                }
1->Emitted(21, 17) Source(1, 18) + SourceIndex(0)
2 >Emitted(21, 25) Source(1, 19) + SourceIndex(0)
---
>>>            }());
1 >^^^^^^^^^^^^
2 >            ^
3 >             
4 >             ^^^^
5 >                 ^^^^^^^^^^^^^^->
1 >
2 >            }
3 >             
4 >             export class A { }
1 >Emitted(22, 13) Source(1, 18) + SourceIndex(0)
2 >Emitted(22, 14) Source(1, 19) + SourceIndex(0)
3 >Emitted(22, 14) Source(1, 1) + SourceIndex(0)
4 >Emitted(22, 18) Source(1, 19) + SourceIndex(0)
---
>>>            exports_1("A", A);
>>>        }
1->^^^^^^^^
2 >        ^
1->
  >
2 >        
1->Emitted(24, 9) Source(2, 1) + SourceIndex(0)
2 >Emitted(24, 10) Source(2, 2) + SourceIndex(0)
---
-------------------------------------------------------------------
emittedFile:all.js
sourceFile:tests/cases/compiler/b.ts
-------------------------------------------------------------------
>>>    };
>>>});
>>>System.register("b", ["ref/a"], function (exports_2, context_2) {
>>>    "use strict";
>>>    var __moduleName = context_2 && context_2.id;
>>>    var a_1, B;
>>>    return {
>>>        setters: [
>>>            function (a_1_1) {
>>>                a_1 = a_1_1;
>>>            }
>>>        ],
>>>        execute: function () {
>>>            B = /** @class */ (function (_super) {
1 >^^^^^^^^^^^^
2 >            ^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >import {A} from "./ref/a";
  >
1 >Emitted(38, 13) Source(2, 1) + SourceIndex(1)
---
>>>                __extends(B, _super);
1->^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^^^^^^^^^^^^^^
1->export class B extends 
2 >                A
1->Emitted(39, 17) Source(2, 24) + SourceIndex(1)
2 >Emitted(39, 38) Source(2, 25) + SourceIndex(1)
---
>>>                function B() {
1 >^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(40, 17) Source(2, 1) + SourceIndex(1)
---
>>>                    return _super !== null && _super.apply(this, arguments) || this;
>>>                }
1->^^^^^^^^^^^^^^^^
2 >                ^
3 >                 ^^^^^^^^^->
1->export class B extends A { 
2 >                }
1->Emitted(42, 17) Source(2, 28) + SourceIndex(1)
2 >Emitted(42, 18) Source(2, 29) + SourceIndex(1)
---
>>>                return B;
1->^^^^^^^^^^^^^^^^
2 >                ^^^^^^^^
1->
2 >                }
1->Emitted(43, 17) Source(2, 28) + SourceIndex(1)
2 >Emitted(43, 25) Source(2, 29) + SourceIndex(1)
---
>>>            }(a_1.A));
1 >^^^^^^^^^^^^
2 >            ^
3 >             
4 >             ^
5 >              ^^^^^
6 >                   ^^^
7 >                      ^^^^^^^^^->
1 >
2 >            }
3 >             
4 >             export class B extends 
5 >              A
6 >                    { }
1 >Emitted(44, 13) Source(2, 28) + SourceIndex(1)
2 >Emitted(44, 14) Source(2, 29) + SourceIndex(1)
3 >Emitted(44, 14) Source(2, 1) + SourceIndex(1)
4 >Emitted(44, 15) Source(2, 24) + SourceIndex(1)
5 >Emitted(44, 20) Source(2, 25) + SourceIndex(1)
6 >Emitted(44, 23) Source(2, 29) + SourceIndex(1)
---
>>>            exports_2("B", B);
>>>        }
1->^^^^^^^^
2 >        ^
1->
2 >        
1->Emitted(46, 9) Source(2, 29) + SourceIndex(1)
2 >Emitted(46, 10) Source(2, 30) + SourceIndex(1)
---
>>>    };
>>>});
>>>//# sourceMappingURL=all.js.map