Removed duplicate entries in transformNodeWorker for es6

This commit is contained in:
Ron Buckton 2015-09-14 14:58:30 -07:00
parent 36fad618f6
commit 8cb5f78af3

View File

@ -125,11 +125,6 @@ namespace ts.transform {
// reordered to the start of the member list in `transformClassDeclaration`.
return;
case SyntaxKind.InterfaceDeclaration:
case SyntaxKind.TypeAliasDeclaration:
// TypeScript interfaces and type aliases are elided.
return;
case SyntaxKind.ClassDeclaration:
// This is a class declaration with TypeScript syntax extensions.
//