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 c7c98fd commit 7cd9fc4Copy full SHA for 7cd9fc4
src/translator/verb.ts
@@ -8,7 +8,6 @@ import { condense } from "./misc.ts";
8
import { noun } from "./noun.ts";
9
import { nounAsPreposition } from "./preposition.ts";
10
import { noEmphasis, word } from "./word.ts";
11
-import { version } from "esbuild";
12
13
export type VerbObjects = Readonly<{
14
object: null | English.NounPhrase;
0 commit comments