We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5f2f4 commit d4257ecCopy full SHA for d4257ec
src/extension-test/unit/paredit/commands-test.ts
@@ -1,7 +1,7 @@
1
import * as expect from 'expect';
2
import * as model from '../../../cursor-doc/model';
3
import * as handlers from '../../../paredit/commands';
4
-import { docFromTextNotation } from '../common/text-notation';
+import { docFromTextNotation, textNotationFromDoc } from '../common/text-notation';
5
import _ = require('lodash');
6
7
model.initScanner(20000);
0 commit comments