Skip to content

Commit 441e54c

Browse files
committed
Update comment
1 parent 7e3c033 commit 441e54c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,6 @@ namespace ts {
15971597
}
15981598
// Unlike a failed import, an untyped module produces a dummy symbol.
15991599
// This is checked for by `isUntypedOrShorthandAmbientModuleSymbol`.
1600-
// This must be different than `unknownSymbol` because `getBaseConstructorTypeOfClass` won't fail for `unknownSymbol`.
16011600
return untypedModuleSymbol;
16021601
}
16031602

0 commit comments

Comments
 (0)