File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import * as English from "./ast.ts" ;
22import { number , numberAsText } from "./number.ts" ;
3- import { noEmphasis , word } from "./word.ts" ;
43import * as TokiPona from "../parser/ast.ts" ;
54import { IterableResult } from "../compound.ts" ;
65import { ExhaustedError , TranslationTodoError } from "./error.ts" ;
@@ -9,7 +8,6 @@ import { getReduplicationCount } from "./word_unit.ts";
98import { noun } from "./noun.ts" ;
109import { pronoun } from "./pronoun.ts" ;
1110import { adjective , compoundAdjective } from "./adjective.ts" ;
12- import { nanpa } from "../translator/nanpa.ts" ;
1311import * as Composer from "../parser/composer.ts" ;
1412
1513export type ModifierTranslation =
Original file line number Diff line number Diff line change 11import { IterableResult } from "../compound.ts" ;
22import { dictionary } from "../dictionary.ts" ;
33import * as TokiPona from "../parser/ast.ts" ;
4- import { Place } from "../translator/pronoun.ts" ;
54import { adjective , compoundAdjective } from "./adjective.ts" ;
65import * as English from "./ast.ts" ;
76import { noun } from "./noun.ts" ;
You can’t perform that action at this time.
0 commit comments