Skip to content

Commit

Permalink
Cleanup emit for type metadata for #2577
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Apr 1, 2015
1 parent 8a7fa55 commit 98afb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/emitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3918,7 +3918,6 @@ module ts {
case SyntaxKind.GetAccessor:
case SyntaxKind.SetAccessor:
case SyntaxKind.PropertyDeclaration:
case SyntaxKind.Parameter:
return true;
}
return false;
Expand Down

0 comments on commit 98afb92

Please sign in to comment.