mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Removed duplicate entries in transformNodeWorker for es6
This commit is contained in:
parent
36fad618f6
commit
8cb5f78af3
@ -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.
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user