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