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 44ce9a3 commit b3b1bf6Copy full SHA for b3b1bf6
javascript/extractor/lib/typescript/src/type_table.ts
@@ -867,7 +867,7 @@ export class TypeTable {
867
} else {
868
typeExtractionState[id] = TypeExtractionState.DoneFull;
869
this.isInShallowTypeContext = isShallowContext || this.isExpansiveTypeReference(type);
870
- if (type.aliasSymbol != null) {
+ if (type.aliasSymbol == null) {
871
this.extractProperties(type, id);
872
this.extractSignatures(type, id);
873
this.extractIndexers(type, id);
0 commit comments