Commit 12b8fcf 1 parent 29ca318 commit 12b8fcf Copy full SHA for 12b8fcf
File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ const expectErrorDiagnosticCodesToIgnore = new Set<DiagnosticCode>([
28
28
DiagnosticCode . NoOverloadExpectsCountOfArguments ,
29
29
DiagnosticCode . NoOverloadExpectsCountOfTypeArguments ,
30
30
DiagnosticCode . NoOverloadMatches ,
31
+ DiagnosticCode . Type1IsMissingPropertiesFromType2 ,
31
32
DiagnosticCode . PropertyMissingInType1ButRequiredInType2 ,
32
33
DiagnosticCode . TypeHasNoPropertiesInCommonWith ,
33
34
DiagnosticCode . ThisContextOfTypeNotAssignableToMethodOfThisType ,
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export enum DiagnosticCode {
57
57
IndexSignatureOnlyPermitsReading = 2542 ,
58
58
NoOverloadExpectsCountOfArguments = 2575 ,
59
59
ThisContextOfTypeNotAssignableToMethodOfThisType = 2684 ,
60
+ Type1IsMissingPropertiesFromType2 = 2740 ,
60
61
PropertyMissingInType1ButRequiredInType2 = 2741 ,
61
62
NoOverloadExpectsCountOfTypeArguments = 2743 ,
62
63
NoOverloadMatches = 2769 ,
You can’t perform that action at this time.
0 commit comments