mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Revert "Fix lint"
This reverts commit b39c319f0c4ee9b460ed51eba77e8c0958896c80.
This commit is contained in:
parent
b15309251c
commit
6941aebe43
@ -711,7 +711,7 @@ namespace ts {
|
||||
| SyntaxKind.SetAccessor
|
||||
| SyntaxKind.Constructor
|
||||
| SyntaxKind.ArrowFunction
|
||||
| SyntaxKind.FunctionExpression;
|
||||
| SyntaxKind.FunctionExpression
|
||||
|
||||
name?: PropertyName;
|
||||
typeParameters?: NodeArray<TypeParameterDeclaration>;
|
||||
@ -814,8 +814,9 @@ 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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user