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 0e02b9c commit 9a93be6Copy full SHA for 9a93be6
src/utils/findCaretTokenIndex.ts
@@ -1,5 +1,5 @@
1
import { Token } from 'antlr4ts';
2
-import { CaretPosition } from '../../src/parser/common/basic-parser-types';
+import { CaretPosition } from '../parser/common/basic-parser-types';
3
4
/**
5
* find token index via caret position (cursor position)
0 commit comments