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 bfe3958 commit 65e243bCopy full SHA for 65e243b
src/translator/verb.ts
@@ -3,7 +3,7 @@ import { Output } from "../output.ts";
3
import { settings } from "../settings.ts";
4
import * as English from "./ast.ts";
5
import { Word } from "./ast.ts";
6
-import { condense, CONJUNCTION } from "./misc.ts";
+import { condense } from "./misc.ts";
7
import { noun } from "./noun.ts";
8
import { nounAsPreposition } from "./preposition.ts";
9
import { unemphasized, word } from "./word.ts";
0 commit comments