Skip to content

Commit 8bb0e0c

Browse files
committed
Check for typescript error 2559. Closes #1046
1 parent 668ccfd commit 8bb0e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/modules/types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const internals = {
3737
2322, // Type is not assignable to other type
3838
2314, // Generic type requires type arguments
3939
2554, // Expected arguments but got other
40+
2559, // Type T has no properties in common with type U
4041
2769, // No overload matches this call
4142
2673, // Constructor of class is private
4243
2674 // Constructor of class is protected

0 commit comments

Comments
 (0)