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
GPUInternalError'snew function / constructor is defined without a return type, so it defaults to any. Should this return type be the GPUInternalError interface instead?
But we can also maintain this as a manual diff in the types. They're partially generated, but not fully. I think we already have this manual edit for several other constructors. I can go ahead and add it.
GPUInternalError's
new
function / constructor is defined without a return type, so it defaults toany
. Should this return type be theGPUInternalError
interface instead?Proposed change:
I'd send a PR, but if I understand correctly, this file is generated.
The text was updated successfully, but these errors were encountered: