Skip to content

Commit d7544aa

Browse files
author
Roger Spratley
committed
include baseline updates
1 parent 61022da commit d7544aa

File tree

772 files changed

+786
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

772 files changed

+786
-786
lines changed

tests/baselines/reference/ExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var __extends = (this && this.__extends) || (function () {
2727
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2828
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
2929
return extendStatics(d, b);
30-
}
30+
};
3131
return function (d, b) {
3232
extendStatics(d, b);
3333
function __() { this.constructor = d; }

tests/baselines/reference/ExportClassWithInaccessibleTypeInTypeParameterConstraint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var __extends = (this && this.__extends) || (function () {
3131
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3232
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
3333
return extendStatics(d, b);
34-
}
34+
};
3535
return function (d, b) {
3636
extendStatics(d, b);
3737
function __() { this.constructor = d; }

tests/baselines/reference/abstractClassInLocalScope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var __extends = (this && this.__extends) || (function () {
1414
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1515
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1616
return extendStatics(d, b);
17-
}
17+
};
1818
return function (d, b) {
1919
extendStatics(d, b);
2020
function __() { this.constructor = d; }

tests/baselines/reference/abstractClassInLocalScopeIsAbstract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var __extends = (this && this.__extends) || (function () {
1414
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1515
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1616
return extendStatics(d, b);
17-
}
17+
};
1818
return function (d, b) {
1919
extendStatics(d, b);
2020
function __() { this.constructor = d; }

tests/baselines/reference/abstractProperty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var __extends = (this && this.__extends) || (function () {
2828
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2929
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
3030
return extendStatics(d, b);
31-
}
31+
};
3232
return function (d, b) {
3333
extendStatics(d, b);
3434
function __() { this.constructor = d; }

tests/baselines/reference/abstractPropertyInConstructor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var __extends = (this && this.__extends) || (function () {
7878
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
7979
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
8080
return extendStatics(d, b);
81-
}
81+
};
8282
return function (d, b) {
8383
extendStatics(d, b);
8484
function __() { this.constructor = d; }

tests/baselines/reference/abstractPropertyNegative.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var __extends = (this && this.__extends) || (function () {
5050
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5151
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5252
return extendStatics(d, b);
53-
}
53+
};
5454
return function (d, b) {
5555
extendStatics(d, b);
5656
function __() { this.constructor = d; }

tests/baselines/reference/accessOverriddenBaseClassMember1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var __extends = (this && this.__extends) || (function () {
2222
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2323
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
2424
return extendStatics(d, b);
25-
}
25+
};
2626
return function (d, b) {
2727
extendStatics(d, b);
2828
function __() { this.constructor = d; }

tests/baselines/reference/accessors_spec_section-4.5_inference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var __extends = (this && this.__extends) || (function () {
3131
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3232
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
3333
return extendStatics(d, b);
34-
}
34+
};
3535
return function (d, b) {
3636
extendStatics(d, b);
3737
function __() { this.constructor = d; }

tests/baselines/reference/aliasUsageInAccessorsOfClass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var __extends = (this && this.__extends) || (function () {
4444
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4545
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
4646
return extendStatics(d, b);
47-
}
47+
};
4848
return function (d, b) {
4949
extendStatics(d, b);
5050
function __() { this.constructor = d; }

0 commit comments

Comments
 (0)