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 Jun 22, 2021. It is now read-only.
i64 may be customized to use Long or Date using the js.type annotation, but there is no way to specify that you want the (currently) default behavior: using a buffer. Adding that will allow for a migration path where all users who depend on the current behavior change it to buffer, and in the next major version, thriftrw-node defaults to Long.
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.
i64
may be customized to useLong
orDate
using thejs.type
annotation, but there is no way to specify that you want the (currently) default behavior: using a buffer. Adding that will allow for a migration path where all users who depend on the current behavior change it to buffer, and in the next major version, thriftrw-node defaults to Long.The text was updated successfully, but these errors were encountered: