Skip to content

Commit acbee11

Browse files
committed
Remove unused WIP comment
1 parent 383447b commit acbee11

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/compiler/checker.ts

-11
Original file line numberDiff line numberDiff line change
@@ -2387,17 +2387,6 @@ namespace ts {
23872387
if (!(target.flags & SymbolFlags.Value)) {
23882388
return target;
23892389
}
2390-
// if (target.flags & SymbolFlags.Class) {
2391-
2392-
// }
2393-
// if (target.flags & SymbolFlags.Enum) {
2394-
2395-
// }
2396-
// if (target.flags & SymbolFlags.EnumMember) {
2397-
2398-
// }
2399-
// Debug.assert(!(target.flags & SymbolFlags.Type));
2400-
24012390
if (target.flags & SymbolFlags.Type) {
24022391
const alias = createSymbol(SymbolFlags.TypeAlias, target.escapedName);
24032392
alias.declarations = emptyArray;

0 commit comments

Comments
 (0)