You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, io-ts-types is used only for IntFromString. This seems a bit heavyweight, since users of typera-common must also add monocle-ts and newtype-ts to their peerDependencies get rid of yarn/npm warnings.
It think it would be worth it to reimplement IntFromString from scratch to get rid of these deps. I can send a PR if you agree.
The text was updated successfully, but these errors were encountered:
As far as I can tell,
io-ts-types
is used only forIntFromString
. This seems a bit heavyweight, since users oftypera-common
must also addmonocle-ts
andnewtype-ts
to their peerDependencies get rid of yarn/npm warnings.It think it would be worth it to reimplement
IntFromString
from scratch to get rid of these deps. I can send a PR if you agree.The text was updated successfully, but these errors were encountered: