Skip to content

Commit bd6f8fc

Browse files
committed
ci: fix, add import
1 parent f592c45 commit bd6f8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typescript/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { getCompletionsAtPosition, PrevCompletionMap } from './completionsAtPosi
99
import { oneOf } from '@zardoy/utils'
1010
import { isGoodPositionMethodCompletion } from './isGoodPositionMethodCompletion'
1111
import { inspect } from 'util'
12+
import { findChildContainingPosition, getIndentFromPos } from './utils'
1213
import { getParameterListParts } from './snippetForFunctionCall'
1314

1415
const thisPluginMarker = Symbol('__essentialPluginsMarker__')

0 commit comments

Comments
 (0)