Skip to content

Commit 9adf2f8

Browse files
Merge branch 'master'
1 parent c7b9edc commit 9adf2f8

File tree

813 files changed

+1452
-2271
lines changed

Some content is hidden

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

813 files changed

+1452
-2271
lines changed

tests/baselines/reference/ExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ var __extends = (this && this.__extends) || (function () {
2929
return extendStatics(d, b);
3030
};
3131
return function (d, b) {
32-
if (typeof b !== "function" && b !== null) {
32+
if (typeof b !== "function" && b !== null)
3333
throw new TypeError("Class extends value " + b + " is not a constructor or null");
34-
}
3534
extendStatics(d, b);
3635
function __() { this.constructor = d; }
3736
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/ExportClassWithInaccessibleTypeInTypeParameterConstraint.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ var __extends = (this && this.__extends) || (function () {
3333
return extendStatics(d, b);
3434
};
3535
return function (d, b) {
36-
if (typeof b !== "function" && b !== null) {
36+
if (typeof b !== "function" && b !== null)
3737
throw new TypeError("Class extends value " + b + " is not a constructor or null");
38-
}
3938
extendStatics(d, b);
4039
function __() { this.constructor = d; }
4140
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/abstractClassInLocalScope.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ var __extends = (this && this.__extends) || (function () {
1616
return extendStatics(d, b);
1717
};
1818
return function (d, b) {
19-
if (typeof b !== "function" && b !== null) {
19+
if (typeof b !== "function" && b !== null)
2020
throw new TypeError("Class extends value " + b + " is not a constructor or null");
21-
}
2221
extendStatics(d, b);
2322
function __() { this.constructor = d; }
2423
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/abstractClassInLocalScopeIsAbstract.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ var __extends = (this && this.__extends) || (function () {
1616
return extendStatics(d, b);
1717
};
1818
return function (d, b) {
19-
if (typeof b !== "function" && b !== null) {
19+
if (typeof b !== "function" && b !== null)
2020
throw new TypeError("Class extends value " + b + " is not a constructor or null");
21-
}
2221
extendStatics(d, b);
2322
function __() { this.constructor = d; }
2423
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/abstractProperty.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ var __extends = (this && this.__extends) || (function () {
3030
return extendStatics(d, b);
3131
};
3232
return function (d, b) {
33-
if (typeof b !== "function" && b !== null) {
33+
if (typeof b !== "function" && b !== null)
3434
throw new TypeError("Class extends value " + b + " is not a constructor or null");
35-
}
3635
extendStatics(d, b);
3736
function __() { this.constructor = d; }
3837
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/abstractPropertyInConstructor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ var __extends = (this && this.__extends) || (function () {
8080
return extendStatics(d, b);
8181
};
8282
return function (d, b) {
83-
if (typeof b !== "function" && b !== null) {
83+
if (typeof b !== "function" && b !== null)
8484
throw new TypeError("Class extends value " + b + " is not a constructor or null");
85-
}
8685
extendStatics(d, b);
8786
function __() { this.constructor = d; }
8887
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/abstractPropertyNegative.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ var __extends = (this && this.__extends) || (function () {
5252
return extendStatics(d, b);
5353
};
5454
return function (d, b) {
55-
if (typeof b !== "function" && b !== null) {
55+
if (typeof b !== "function" && b !== null)
5656
throw new TypeError("Class extends value " + b + " is not a constructor or null");
57-
}
5857
extendStatics(d, b);
5958
function __() { this.constructor = d; }
6059
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/accessOverriddenBaseClassMember1.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ var __extends = (this && this.__extends) || (function () {
2424
return extendStatics(d, b);
2525
};
2626
return function (d, b) {
27-
if (typeof b !== "function" && b !== null) {
27+
if (typeof b !== "function" && b !== null)
2828
throw new TypeError("Class extends value " + b + " is not a constructor or null");
29-
}
3029
extendStatics(d, b);
3130
function __() { this.constructor = d; }
3231
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

tests/baselines/reference/accessorsOverrideProperty7.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ var __extends = (this && this.__extends) || (function () {
1616
return extendStatics(d, b);
1717
};
1818
return function (d, b) {
19-
if (typeof b !== "function" && b !== null) {
19+
if (typeof b !== "function" && b !== null)
2020
throw new TypeError("Class extends value " + b + " is not a constructor or null");
21-
}
2221
extendStatics(d, b);
2322
function __() { this.constructor = d; }
2423
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ var __extends = (this && this.__extends) || (function () {
3333
return extendStatics(d, b);
3434
};
3535
return function (d, b) {
36-
if (typeof b !== "function" && b !== null) {
36+
if (typeof b !== "function" && b !== null)
3737
throw new TypeError("Class extends value " + b + " is not a constructor or null");
38-
}
3938
extendStatics(d, b);
4039
function __() { this.constructor = d; }
4140
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());

0 commit comments

Comments
 (0)