=================================================================== JsFile: sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js mapUrl: sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js.map sourceRoot: sources: sourceMapValidationClassWithDefaultConstructorAndExtendsClause.ts =================================================================== ------------------------------------------------------------------- emittedFile:tests/cases/compiler/sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js sourceFile:sourceMapValidationClassWithDefaultConstructorAndExtendsClause.ts ------------------------------------------------------------------- >>>var __extends = (this && this.__extends) || function (d, b) { >>> for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; >>> function __() { this.constructor = d; } >>> d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); >>>}; >>>var AbstractGreeter = (function () { 1 > 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > 1 >Emitted(6, 1) Source(1, 1) + SourceIndex(0) --- >>> function AbstractGreeter() { 1->^^^^ 2 > ^^-> 1-> 1->Emitted(7, 5) Source(1, 1) + SourceIndex(0) --- >>> } 1->^^^^ 2 > ^ 3 > ^^^^^^^^^^^^^^^^^^^^^^^-> 1->class AbstractGreeter { > 2 > } 1->Emitted(8, 5) Source(2, 1) + SourceIndex(0) 2 >Emitted(8, 6) Source(2, 2) + SourceIndex(0) --- >>> return AbstractGreeter; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > } 1->Emitted(9, 5) Source(2, 1) + SourceIndex(0) 2 >Emitted(9, 27) Source(2, 2) + SourceIndex(0) --- >>>}()); 1 > 2 >^ 3 > 4 > ^^^^ 5 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > 2 >} 3 > 4 > class AbstractGreeter { > } 1 >Emitted(10, 1) Source(2, 1) + SourceIndex(0) 2 >Emitted(10, 2) Source(2, 2) + SourceIndex(0) 3 >Emitted(10, 2) Source(1, 1) + SourceIndex(0) 4 >Emitted(10, 6) Source(2, 2) + SourceIndex(0) --- >>>var Greeter = (function (_super) { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> > > 1->Emitted(11, 1) Source(4, 1) + SourceIndex(0) --- >>> __extends(Greeter, _super); 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1->class Greeter extends 2 > AbstractGreeter 1->Emitted(12, 5) Source(4, 23) + SourceIndex(0) 2 >Emitted(12, 32) Source(4, 38) + SourceIndex(0) --- >>> function Greeter() { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > 1 >Emitted(13, 5) Source(4, 1) + SourceIndex(0) --- >>> var _this = _super !== null && _super.apply(this, arguments) || this; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > class Greeter extends AbstractGreeter { > public a = 10; > public nameA = "Ten"; > } 1->Emitted(14, 9) Source(4, 1) + SourceIndex(0) 2 >Emitted(14, 78) Source(7, 2) + SourceIndex(0) --- >>> _this.a = 10; 1 >^^^^^^^^ 2 > ^^^^^^^ 3 > ^^^ 4 > ^^ 5 > ^ 6 > ^^^^^^^^-> 1 > 2 > a 3 > = 4 > 10 5 > ; 1 >Emitted(15, 9) Source(5, 12) + SourceIndex(0) 2 >Emitted(15, 16) Source(5, 13) + SourceIndex(0) 3 >Emitted(15, 19) Source(5, 16) + SourceIndex(0) 4 >Emitted(15, 21) Source(5, 18) + SourceIndex(0) 5 >Emitted(15, 22) Source(5, 19) + SourceIndex(0) --- >>> _this.nameA = "Ten"; 1->^^^^^^^^ 2 > ^^^^^^^^^^^ 3 > ^^^ 4 > ^^^^^ 5 > ^ 1-> > public 2 > nameA 3 > = 4 > "Ten" 5 > ; 1->Emitted(16, 9) Source(6, 12) + SourceIndex(0) 2 >Emitted(16, 20) Source(6, 17) + SourceIndex(0) 3 >Emitted(16, 23) Source(6, 20) + SourceIndex(0) 4 >Emitted(16, 28) Source(6, 25) + SourceIndex(0) 5 >Emitted(16, 29) Source(6, 26) + SourceIndex(0) --- >>> return _this; >>> } 1 >^^^^ 2 > ^ 3 > ^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(18, 5) Source(7, 1) + SourceIndex(0) 2 >Emitted(18, 6) Source(7, 2) + SourceIndex(0) --- >>> return Greeter; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^-> 1-> 2 > } 1->Emitted(19, 5) Source(7, 1) + SourceIndex(0) 2 >Emitted(19, 19) Source(7, 2) + SourceIndex(0) --- >>>}(AbstractGreeter)); 1-> 2 >^ 3 > 4 > ^ 5 > ^^^^^^^^^^^^^^^ 6 > ^^^ 7 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> 2 >} 3 > 4 > class Greeter extends 5 > AbstractGreeter 6 > { > public a = 10; > public nameA = "Ten"; > } 1->Emitted(20, 1) Source(7, 1) + SourceIndex(0) 2 >Emitted(20, 2) Source(7, 2) + SourceIndex(0) 3 >Emitted(20, 2) Source(4, 1) + SourceIndex(0) 4 >Emitted(20, 3) Source(4, 23) + SourceIndex(0) 5 >Emitted(20, 18) Source(4, 38) + SourceIndex(0) 6 >Emitted(20, 21) Source(7, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js.map