cleanup
This commit is contained in:
parent
91458c0114
commit
474f77c351
|
@ -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 [] };
|
||||
|
|
Loading…
Reference in New Issue