Skip to content

Commit d4f8da0

Browse files
author
Andy
authored
Revert #17074 (#17326)
* Revert #17074 * Also revert comment
1 parent 109732a commit d4f8da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ namespace ts {
685685
kind: SyntaxKind.Parameter;
686686
parent?: SignatureDeclaration;
687687
dotDotDotToken?: DotDotDotToken; // Present on rest parameter
688-
name?: BindingName; // Declared parameter name. Missing if this is a parameter in a JSDocFunctionType.
688+
name: BindingName; // Declared parameter name.
689689
questionToken?: QuestionToken; // Present on optional parameter
690690
type?: TypeNode; // Optional type annotation
691691
initializer?: Expression; // Optional initializer

0 commit comments

Comments
 (0)