Skip to content

Commit 53c7dee

Browse files
committed
fix: Add missing null check
1 parent dabf425 commit 53c7dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/converter/symbols.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ function convertAlias(
713713
exportSymbol ?? symbol
714714
);
715715
} else if (
716+
!reflection ||
716717
!context.converter.application.options.getValue("disableAliases")
717718
) {
718719
createAlias(reflection, context, symbol, exportSymbol);

0 commit comments

Comments
 (0)