Skip to content

Commit bcdac1a

Browse files
committed
Fix lint
1 parent aa26036 commit bcdac1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13931,7 +13931,7 @@ namespace ts {
1393113931
}
1393213932
else if (isTypeReferenceType(node)) {
1393313933
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,
13934+
// refers to an alias import/export/reexport - by making sure we use the target as an aliasSymbol,
1393513935
// we ensure the exported symbol is used to refer to the type when it's reserialized later
1393613936
if (aliasSymbol && aliasSymbol !== unknownSymbol) {
1393713937
const resolved = resolveAlias(aliasSymbol);

0 commit comments

Comments
 (0)