We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109732a commit d4f8da0Copy full SHA for d4f8da0
src/compiler/types.ts
@@ -685,7 +685,7 @@ namespace ts {
685
kind: SyntaxKind.Parameter;
686
parent?: SignatureDeclaration;
687
dotDotDotToken?: DotDotDotToken; // Present on rest parameter
688
- name?: BindingName; // Declared parameter name. Missing if this is a parameter in a JSDocFunctionType.
+ name: BindingName; // Declared parameter name.
689
questionToken?: QuestionToken; // Present on optional parameter
690
type?: TypeNode; // Optional type annotation
691
initializer?: Expression; // Optional initializer
0 commit comments