CarlosLeyvaAyala / Papyrus-2-Typescript

Transforms *.psc files to *.ts
MIT License
12 stars 2 forks source link

PO3_SKSEFunctions.ts : "TS2322: Type 'null' is not assignable to type 'Keyword[]'." #4

Open objir opened 2 years ago

objir commented 2 years ago

Get this "TS2322: Type 'null' is not assignable to type 'Keyword[]'." when trying to compile a ts script using "PO3_SKSEFunctions.GetAllFormsInMod()".

CarlosLeyvaAyala commented 2 years ago

Get this "TS2322: Type 'null' is not assignable to type 'Keyword[]'." when trying to compile a ts script using "PO3_SKSEFunctions.GetAllFormsInMod()".

Probably a leftover of the old clunky algorithm. Let's test this again once I release the new version in a few days.