Skip to content

Commit 995f1a6

Browse files
committed
Update baselines
1 parent 353d9e2 commit 995f1a6

7 files changed

+2
-14
lines changed

tests/baselines/reference/checkIndexConstraintOfJavascriptClassExpression.errors.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests/cases/compiler/weird.js(1,1): error TS2304: Cannot find name 'someFunction'.
22
tests/cases/compiler/weird.js(1,23): error TS7006: Parameter 'BaseClass' implicitly has an 'any' type.
3-
tests/cases/compiler/weird.js(6,13): error TS2346: Supplied parameters do not match any signature of call target.
3+
tests/cases/compiler/weird.js(6,13): error TS2346: Call target does not contain any signatures.
44
tests/cases/compiler/weird.js(9,17): error TS7006: Parameter 'error' implicitly has an 'any' type.
55

66

@@ -16,7 +16,7 @@ tests/cases/compiler/weird.js(9,17): error TS7006: Parameter 'error' implicitly
1616
constructor() {
1717
super();
1818
~~~~~~~
19-
!!! error TS2346: Supplied parameters do not match any signature of call target.
19+
!!! error TS2346: Call target does not contain any signatures.
2020
this.foo = "bar";
2121
}
2222
_render(error) {
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/cases/conformance/decorators/class/decoratorOnClass8.ts(3,1): error TS1238: Unable to resolve signature of class decorator when called as an expression.
2-
Supplied parameters do not match any signature of call target.
32

43

54
==== tests/cases/conformance/decorators/class/decoratorOnClass8.ts (1 errors) ====
@@ -8,6 +7,5 @@ tests/cases/conformance/decorators/class/decoratorOnClass8.ts(3,1): error TS1238
87
@dec()
98
~~~~~~
109
!!! error TS1238: Unable to resolve signature of class decorator when called as an expression.
11-
!!! error TS1238: Supplied parameters do not match any signature of call target.
1210
class C {
1311
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/cases/conformance/decorators/class/method/decoratorOnClassMethod6.ts(4,5): error TS1241: Unable to resolve signature of method decorator when called as an expression.
2-
Supplied parameters do not match any signature of call target.
32

43

54
==== tests/cases/conformance/decorators/class/method/decoratorOnClassMethod6.ts (1 errors) ====
@@ -9,5 +8,4 @@ tests/cases/conformance/decorators/class/method/decoratorOnClassMethod6.ts(4,5):
98
@dec ["method"]() {}
109
~~~~
1110
!!! error TS1241: Unable to resolve signature of method decorator when called as an expression.
12-
!!! error TS1241: Supplied parameters do not match any signature of call target.
1311
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/cases/conformance/decorators/class/method/decoratorOnClassMethod8.ts(4,5): error TS1241: Unable to resolve signature of method decorator when called as an expression.
2-
Supplied parameters do not match any signature of call target.
32

43

54
==== tests/cases/conformance/decorators/class/method/decoratorOnClassMethod8.ts (1 errors) ====
@@ -9,5 +8,4 @@ tests/cases/conformance/decorators/class/method/decoratorOnClassMethod8.ts(4,5):
98
@dec method() {}
109
~~~~
1110
!!! error TS1241: Unable to resolve signature of method decorator when called as an expression.
12-
!!! error TS1241: Supplied parameters do not match any signature of call target.
1311
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/cases/conformance/decorators/class/property/decoratorOnClassProperty11.ts(4,5): error TS1240: Unable to resolve signature of property decorator when called as an expression.
2-
Supplied parameters do not match any signature of call target.
32

43

54
==== tests/cases/conformance/decorators/class/property/decoratorOnClassProperty11.ts (1 errors) ====
@@ -9,5 +8,4 @@ tests/cases/conformance/decorators/class/property/decoratorOnClassProperty11.ts(
98
@dec prop;
109
~~~~
1110
!!! error TS1240: Unable to resolve signature of property decorator when called as an expression.
12-
!!! error TS1240: Supplied parameters do not match any signature of call target.
1311
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/cases/conformance/decorators/class/property/decoratorOnClassProperty6.ts(4,5): error TS1240: Unable to resolve signature of property decorator when called as an expression.
2-
Supplied parameters do not match any signature of call target.
32

43

54
==== tests/cases/conformance/decorators/class/property/decoratorOnClassProperty6.ts (1 errors) ====
@@ -9,5 +8,4 @@ tests/cases/conformance/decorators/class/property/decoratorOnClassProperty6.ts(4
98
@dec prop;
109
~~~~
1110
!!! error TS1240: Unable to resolve signature of property decorator when called as an expression.
12-
!!! error TS1240: Supplied parameters do not match any signature of call target.
1311
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/cases/conformance/decorators/class/property/decoratorOnClassProperty7.ts(4,5): error TS1240: Unable to resolve signature of property decorator when called as an expression.
2-
Supplied parameters do not match any signature of call target.
32

43

54
==== tests/cases/conformance/decorators/class/property/decoratorOnClassProperty7.ts (1 errors) ====
@@ -9,5 +8,4 @@ tests/cases/conformance/decorators/class/property/decoratorOnClassProperty7.ts(4
98
@dec prop;
109
~~~~
1110
!!! error TS1240: Unable to resolve signature of property decorator when called as an expression.
12-
!!! error TS1240: Supplied parameters do not match any signature of call target.
1311
}

0 commit comments

Comments
 (0)