Skip to content

Commit

Permalink
Add check for TS error 2820 (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy authored May 8, 2022
1 parent 8139e18 commit ecead65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/modules/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const internals = {
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
2674, // Constructor of class is protected
2820 // Type T is not assignable to type U. Did you mean V?
]
};

Expand Down

0 comments on commit ecead65

Please sign in to comment.