fix(50796): omit questionToken in object literal method completions (#50802)

This commit is contained in:
magic-akari
2022-09-17 01:06:03 +08:00
committed by GitHub
parent 3b84f76fb2
commit 01cae69e34
2 changed files with 39 additions and 1 deletions

View File

@@ -1171,7 +1171,7 @@ namespace ts.Completions {
/*modifiers*/ undefined,
typedParam.dotDotDotToken,
typedParam.name,
typedParam.questionToken,
/*questionToken*/ undefined,
/*type*/ undefined,
typedParam.initializer,
));