-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate Uint
, Uint32
etc?
#11964
Comments
The issue is that we do not currently have a way to deprecate types |
Ah yes, thanks. But can we at least deprecate the constructor-type |
dup of #11200 |
What we really need is a mechanism for deprecated exports – i.e. exports that continue to be available, but when someone uses such a binding, a warning is emitted. |
I thought that with #8905 and #8907 the names
Uint
,Uint32
etc. would be deprecated, but that is not the case on latest master:The text was updated successfully, but these errors were encountered: