Skip to content

Commit 9a93be6

Browse files
committed
fix: correct import path of CaretPosition
1 parent 0e02b9c commit 9a93be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/findCaretTokenIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Token } from 'antlr4ts';
2-
import { CaretPosition } from '../../src/parser/common/basic-parser-types';
2+
import { CaretPosition } from '../parser/common/basic-parser-types';
33

44
/**
55
* find token index via caret position (cursor position)

0 commit comments

Comments
 (0)