mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 22:55:36 -05:00
fix(50796): omit questionToken in object literal method completions (#50802)
This commit is contained in:
@@ -1171,7 +1171,7 @@ namespace ts.Completions {
|
||||
/*modifiers*/ undefined,
|
||||
typedParam.dotDotDotToken,
|
||||
typedParam.name,
|
||||
typedParam.questionToken,
|
||||
/*questionToken*/ undefined,
|
||||
/*type*/ undefined,
|
||||
typedParam.initializer,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user