Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dfd0f commit 9b8dc9bCopy full SHA for 9b8dc9b
source/lib/compiler.ts
@@ -43,6 +43,7 @@ const expectErrorDiagnosticCodesToIgnore = new Set<DiagnosticCode>([
43
DiagnosticCode.MemberCannotHaveOverrideModifierBecauseItIsNotDeclaredInBaseClass,
44
DiagnosticCode.MemberMustHaveOverrideModifier,
45
DiagnosticCode.StringLiteralTypeIsNotAssignableToUnionTypeWithSuggestion,
46
+ DiagnosticCode.ObjectLiteralMayOnlySpecifyKnownProperties,
47
]);
48
49
type IgnoreDiagnosticResult = 'preserve' | 'ignore' | Location;
0 commit comments