mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Gabritto/semicolons (#46832)
* call formatter in completions * fixes * add test * update api baselines * fix createModifiersFromModifierFlag to not return empty array
This commit is contained in:
@@ -54,6 +54,7 @@ namespace ts.Completions.StringCompletions {
|
||||
CompletionKind.String,
|
||||
preferences,
|
||||
options,
|
||||
/*formatContext*/ undefined,
|
||||
); // Target will not be used, so arbitrary
|
||||
return { isGlobalCompletion: false, isMemberCompletion: true, isNewIdentifierLocation: completion.hasIndexSignature, optionalReplacementSpan, entries };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user