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 abb5c07 commit c8c1362Copy full SHA for c8c1362
src/services/completions.ts
@@ -58,8 +58,8 @@ import {
58
find,
59
findAncestor,
60
findChildOfKind,
61
- findPrecedingToken,
62
findNextToken,
+ findPrecedingToken,
63
first,
64
firstDefined,
65
flatMap,
@@ -204,9 +204,9 @@ import {
204
isPrivateIdentifier,
205
isPrivateIdentifierClassElementDeclaration,
206
isPropertyAccessExpression,
207
+ isPropertyAssignment,
208
isPropertyDeclaration,
209
isPropertyNameLiteral,
- isPropertyAssignment,
210
isRegularExpressionLiteral,
211
isShorthandPropertyAssignment,
212
isSingleOrDoubleQuote,
0 commit comments