Skip to content

Commit d97df3e

Browse files
authored
fix: Fix missing properties in generated type definitions (#1727)
1 parent 9fe506c commit d97df3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/definitions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export abstract class ExportsWalker {
126126
if (!propertyInstance) break;
127127
element = propertyInstance;
128128
// fall-through
129-
break;
130129
}
131130
case ElementKind.PROPERTY: {
132131
let propertyInstance = <Property>element;

0 commit comments

Comments
 (0)