Hello. A long time since I’ve posted here, so it’s possible I’ve missed something, although I have done a search to check. I have also been stuck on rescript@9 for several years, so I’ve totally missed the latest changes.
I’m now trying out rescript@11 and it seems like a fundamental goal of genType has changed. If I understand correctly, genType now imports functions from typescript packages with as any
, which means that there is no type safety at that crucial point.
Is there a reason for this?
Thanks for getting me up to speed!