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 aa26036 commit bcdac1aCopy full SHA for bcdac1a
src/compiler/checker.ts
@@ -13931,7 +13931,7 @@ namespace ts {
13931
}
13932
else if (isTypeReferenceType(node)) {
13933
const aliasSymbol = resolveTypeReferenceName(node, SymbolFlags.Alias, /*ignoreErrors*/ true);
13934
- // refers to an alias import/export/reexport - by making sure we use the target as an aliasSymbol,
+ // refers to an alias import/export/reexport - by making sure we use the target as an aliasSymbol,
13935
// we ensure the exported symbol is used to refer to the type when it's reserialized later
13936
if (aliasSymbol && aliasSymbol !== unknownSymbol) {
13937
const resolved = resolveAlias(aliasSymbol);
0 commit comments