Added 'Constructor' to 'isDeclaration' predicate.

This commit is contained in:
Daniel Rosenwasser 2014-11-12 22:00:59 -08:00
parent 3137ccb647
commit fc720be82e

View File

@ -583,6 +583,7 @@ module ts {
case SyntaxKind.FunctionDeclaration:
case SyntaxKind.GetAccessor:
case SyntaxKind.SetAccessor:
case SyntaxKind.Constructor:
case SyntaxKind.ClassDeclaration:
case SyntaxKind.InterfaceDeclaration:
case SyntaxKind.TypeAliasDeclaration: