Skip to content

Commit abb5c07

Browse files
committed
fixing auto-imports
1 parent 3ab385f commit abb5c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/completions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ import {
5959
findAncestor,
6060
findChildOfKind,
6161
findPrecedingToken,
62+
findNextToken,
6263
first,
6364
firstDefined,
6465
flatMap,
@@ -205,6 +206,7 @@ import {
205206
isPropertyAccessExpression,
206207
isPropertyDeclaration,
207208
isPropertyNameLiteral,
209+
isPropertyAssignment,
208210
isRegularExpressionLiteral,
209211
isShorthandPropertyAssignment,
210212
isSingleOrDoubleQuote,
@@ -358,8 +360,6 @@ import {
358360
UserPreferences,
359361
VariableDeclaration,
360362
walkUpParenthesizedExpressions,
361-
isPropertyAssignment,
362-
findNextToken,
363363
} from "./_namespaces/ts";
364364
import { StringCompletions } from "./_namespaces/ts.Completions";
365365

0 commit comments

Comments
 (0)