Skip to content

Commit

Permalink
Check for typescript error 2559. Closes #1046
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed May 1, 2022
1 parent 668ccfd commit 8bb0e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const internals = {
2322, // Type is not assignable to other type
2314, // Generic type requires type arguments
2554, // Expected arguments but got other
2559, // Type T has no properties in common with type U
2769, // No overload matches this call
2673, // Constructor of class is private
2674 // Constructor of class is protected
Expand Down

0 comments on commit 8bb0e0c

Please sign in to comment.