Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3694ed5 commit c3c3faaCopy full SHA for c3c3faa
1 file changed
javascript/extractor/lib/typescript/src/type_table.ts
@@ -43,6 +43,9 @@ function isTypeAlwaysSafeToExpand(type: ts.Type): boolean {
43
return false;
44
}
45
46
+ if (type.aliasSymbol != null) {
47
+ return false;
48
+ }
49
return true;
50
51
0 commit comments