This commit is contained in:
Nathan Shively-Sanders
2017-05-05 13:48:45 -07:00
parent 573040f0cf
commit b39c319f0c

View File

@@ -711,7 +711,7 @@ namespace ts {
| SyntaxKind.SetAccessor
| SyntaxKind.Constructor
| SyntaxKind.ArrowFunction
| SyntaxKind.FunctionExpression
| SyntaxKind.FunctionExpression;
name?: PropertyName;
typeParameters?: NodeArray<TypeParameterDeclaration>;
@@ -814,9 +814,8 @@ namespace ts {
}
/**
* There aren't any explicit subtypes of VariableLikeDeclaration;
* There aren't any explicit subtypes of VariableLikeDeclaration,
* it's just structurally relatable to a number of types.
* (Maybe it should be an intersection of the below types.)
*/
export interface VariableLikeDeclaration extends DeclarationBase {
kind: