Skip to content

Commit 98afb92

Browse files
committed
Cleanup emit for type metadata for #2577
1 parent 8a7fa55 commit 98afb92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/emitter.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3918,7 +3918,6 @@ module ts {
39183918
case SyntaxKind.GetAccessor:
39193919
case SyntaxKind.SetAccessor:
39203920
case SyntaxKind.PropertyDeclaration:
3921-
case SyntaxKind.Parameter:
39223921
return true;
39233922
}
39243923
return false;

0 commit comments

Comments
 (0)