This commit is contained in:
lingdocs 2022-04-03 13:19:32 +05:00
parent 91458c0114
commit 474f77c351
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@ import {
removeDuplicates,
} from "./vp-tools";
// TODO: get the past tense order right
// ویې نه کړای شو
// ویې نه شو کړای
// add modal to the passive
type Form = FormVersion & { OSV?: boolean };
export function compileVP(VP: VPRendered, form: Form): { ps: T.SingleOrLengthOpts<T.PsString[]>, e?: string [] };
export function compileVP(VP: VPRendered, form: Form, combineLengths: true): { ps: T.PsString[], e?: string [] };