Accepted baselines for sourcemap test.

This commit is contained in:
Daniel Rosenwasser
2016-09-02 00:12:32 -07:00
parent c21cc24c44
commit 9c6e148d6e
3 changed files with 28 additions and 28 deletions

View File

@@ -23,8 +23,8 @@ var Greeter = (function (_super) {
function Greeter() {
var _this;
_this = _super.apply(this, arguments) || this;
this.a = 10;
this.nameA = "Ten";
_this.a = 10;
_this.nameA = "Ten";
}
return Greeter;
}(AbstractGreeter));

View File

@@ -1,2 +1,2 @@
//// [sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js.map]
{"version":3,"file":"sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js","sourceRoot":"","sources":["sourceMapValidationClassWithDefaultConstructorAndExtendsClause.ts"],"names":[],"mappings":";;;;;AAAA;IAAA;IACA,CAAC;IAAD,sBAAC;AAAD,CAAC,AADD,IACC;AAED;IAAsB,2BAAe;IAArC;QAAA,UAGC;;QAFU,MAAC,GAAG,EAAE,CAAC;QACP,UAAK,GAAG,KAAK,CAAC;IACzB,CAAC;IAAD,cAAC;AAAD,CAAC,AAHD,CAAsB,eAAe,GAGpC"}
{"version":3,"file":"sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js","sourceRoot":"","sources":["sourceMapValidationClassWithDefaultConstructorAndExtendsClause.ts"],"names":[],"mappings":";;;;;AAAA;IAAA;IACA,CAAC;IAAD,sBAAC;AAAD,CAAC,AADD,IACC;AAED;IAAsB,2BAAe;IAArC;QAAA,UAGC;;QAFU,OAAC,GAAG,EAAE,CAAC;QACP,WAAK,GAAG,KAAK,CAAC;IACzB,CAAC;IAAD,cAAC;AAAD,CAAC,AAHD,CAAsB,eAAe,GAGpC"}

View File

@@ -94,41 +94,41 @@ sourceFile:sourceMapValidationClassWithDefaultConstructorAndExtendsClause.ts
2 >Emitted(14, 19) Source(7, 2) + SourceIndex(0)
---
>>> _this = _super.apply(this, arguments) || this;
>>> this.a = 10;
>>> _this.a = 10;
1->^^^^^^^^
2 > ^^^^^^
3 > ^^^
4 > ^^
5 > ^
6 > ^^^^^^^^->
2 > ^^^^^^^
3 > ^^^
4 > ^^
5 > ^
6 > ^^^^^^^^->
1->
2 > a
3 > =
4 > 10
5 > ;
3 > =
4 > 10
5 > ;
1->Emitted(16, 9) Source(5, 12) + SourceIndex(0)
2 >Emitted(16, 15) Source(5, 13) + SourceIndex(0)
3 >Emitted(16, 18) Source(5, 16) + SourceIndex(0)
4 >Emitted(16, 20) Source(5, 18) + SourceIndex(0)
5 >Emitted(16, 21) Source(5, 19) + SourceIndex(0)
2 >Emitted(16, 16) Source(5, 13) + SourceIndex(0)
3 >Emitted(16, 19) Source(5, 16) + SourceIndex(0)
4 >Emitted(16, 21) Source(5, 18) + SourceIndex(0)
5 >Emitted(16, 22) Source(5, 19) + SourceIndex(0)
---
>>> this.nameA = "Ten";
>>> _this.nameA = "Ten";
1->^^^^^^^^
2 > ^^^^^^^^^^
3 > ^^^
4 > ^^^^^
5 > ^
2 > ^^^^^^^^^^^
3 > ^^^
4 > ^^^^^
5 > ^
1->
> public
2 > nameA
3 > =
4 > "Ten"
5 > ;
3 > =
4 > "Ten"
5 > ;
1->Emitted(17, 9) Source(6, 12) + SourceIndex(0)
2 >Emitted(17, 19) Source(6, 17) + SourceIndex(0)
3 >Emitted(17, 22) Source(6, 20) + SourceIndex(0)
4 >Emitted(17, 27) Source(6, 25) + SourceIndex(0)
5 >Emitted(17, 28) Source(6, 26) + SourceIndex(0)
2 >Emitted(17, 20) Source(6, 17) + SourceIndex(0)
3 >Emitted(17, 23) Source(6, 20) + SourceIndex(0)
4 >Emitted(17, 28) Source(6, 25) + SourceIndex(0)
5 >Emitted(17, 29) Source(6, 26) + SourceIndex(0)
---
>>> }
1 >^^^^