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 9d81743 commit af6d026Copy full SHA for af6d026
1 file changed
packages/lib-engine/src/customCommandGrammar/parseCommand.ts
@@ -1,6 +1,6 @@
1
import type { ActionDescriptor, ScopeType } from "@cursorless/lib-common";
2
import type { Parser } from "nearley";
3
-import * as nearley from "nearley";
+import nearley from "nearley";
4
import type { WithPlaceholders } from "./WithPlaceholders";
5
import grammar from "./generated/grammar";
6
0 commit comments