mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-17 05:43:04 -06:00
parent
109732a16a
commit
d4f8da0272
@ -685,7 +685,7 @@ namespace ts {
|
||||
kind: SyntaxKind.Parameter;
|
||||
parent?: SignatureDeclaration;
|
||||
dotDotDotToken?: DotDotDotToken; // Present on rest parameter
|
||||
name?: BindingName; // Declared parameter name. Missing if this is a parameter in a JSDocFunctionType.
|
||||
name: BindingName; // Declared parameter name.
|
||||
questionToken?: QuestionToken; // Present on optional parameter
|
||||
type?: TypeNode; // Optional type annotation
|
||||
initializer?: Expression; // Optional initializer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user