We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2531d35 commit 41b6e2aCopy full SHA for 41b6e2a
1 file changed
src/compiler/checker.ts
@@ -15547,7 +15547,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
15547
let firstValueDeclaration: Declaration | undefined;
15548
let hasNonUniformValueDeclaration = false;
15549
for (const prop of props) {
15550
- if(!prop.valueDeclaration){
+ if (!prop.valueDeclaration) {
15551
hasNonUniformValueDeclaration = true;
15552
}
15553
else if (!firstValueDeclaration) {
0 commit comments