Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 355dd7e

Browse files
authored
chore: tweak types
1 parent 0cb16e5 commit 355dd7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function findTypeDefinitionMembersByName(
6262
console.warn(
6363
`Cannot resolve type alias "${name}" because it's right operand is not an object literal.`,
6464
);
65+
return;
6566
}
6667
result = node.typeAnnotation.members as any;
6768
}

0 commit comments

Comments
 (0)