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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
#6 hardcoded a hack to map &str and String to typescript string and a few primitive number types to number. The approach is very basic, hard to maintain, and not easy to read.
It would be good to refactor the code to make these mappings clearer and easier to maintain. Better yet, it'd be awesome to delegate this responsibility to typeshare.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#6 hardcoded a hack to map
&str
andString
to typescriptstring
and a few primitive number types tonumber
. The approach is very basic, hard to maintain, and not easy to read.It would be good to refactor the code to make these mappings clearer and easier to maintain. Better yet, it'd be awesome to delegate this responsibility to typeshare.
The text was updated successfully, but these errors were encountered: