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
Disclaimer: TypeScript 5.7 was only just released and I'm not trying to rush you.
TypeScript 5.7 includes some changes to how array buffers are typed, and it appears that better-typescript-lib will need to be updated to be compatible with it.
With TypeScript 5.7.2 and better-typescript-lib 2.9.0 and compiling the following file:
Disclaimer: TypeScript 5.7 was only just released and I'm not trying to rush you.
TypeScript 5.7 includes some changes to how array buffers are typed, and it appears that better-typescript-lib will need to be updated to be compatible with it.
With TypeScript 5.7.2 and
better-typescript-lib
2.9.0 and compiling the following file:I get this error:
Without
better-typescript-lib
there's no error.reproduction repository
The text was updated successfully, but these errors were encountered: