Skip to content

Buffer index signature missing #1141

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

Closed
jtenner opened this issue Mar 2, 2020 · 0 comments · Fixed by #1152
Closed

Buffer index signature missing #1141

jtenner opened this issue Mar 2, 2020 · 0 comments · Fixed by #1152
Labels

Comments

@jtenner
Copy link
Contributor

jtenner commented Mar 2, 2020

ERROR TS2329: Index signature is missing in type 'main/Buffer'.

 a[0] = 1;
 ~

Minimal reproduce:

class Buffer extends Uint8Array {}
let a = new Buffer(10);
a[0] = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants