format generic type alias

This commit is contained in:
Kagami Sascha Rosylight
2016-12-21 21:01:03 +09:00
parent cddc72a25e
commit 54fb29b8b8

View File

@@ -829,6 +829,7 @@ namespace ts.formatting {
switch (parent.kind) {
case SyntaxKind.TypeReference:
case SyntaxKind.TypeAssertionExpression:
case SyntaxKind.TypeAliasDeclaration:
case SyntaxKind.ClassDeclaration:
case SyntaxKind.ClassExpression:
case SyntaxKind.InterfaceDeclaration: