From 8cb5f78af3379b048a78d217053b992655638c8b Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Mon, 14 Sep 2015 14:58:30 -0700 Subject: [PATCH] Removed duplicate entries in transformNodeWorker for es6 --- src/compiler/transforms/es6.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/compiler/transforms/es6.ts b/src/compiler/transforms/es6.ts index a78f5037e62..548333f6b52 100644 --- a/src/compiler/transforms/es6.ts +++ b/src/compiler/transforms/es6.ts @@ -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. //