Skip to content

Make typed arrays generic over ArrayBufferLike - #59407

Closed
Ron Buckton (rbuckton) wants to merge 1 commit into
mainfrom
generic-typed-array
Closed

Make typed arrays generic over ArrayBufferLike#59407
Ron Buckton (rbuckton) wants to merge 1 commit into
mainfrom
generic-typed-array

Conversation

@rbuckton

Copy link
Copy Markdown
Contributor

This is an experiment to make typed arrays generic over ArrayBufferLike, as well as to more closely align with the TypedArray projections in the ECMAScript specification.

@rbuckton

Copy link
Copy Markdown
ContributorAuthor

Generic TypedArray and TypedArrayConstructor would need HKTs to be typed correctly. The HKT workaround introduced in this PR is not a good long-term solution.

Closing in favor of #59417

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

starting with parsley

@microsoftMicrosoft (microsoft) locked as resolved and limited conversation to collaborators Oct 16, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: TeamFor Uncommitted BugPR for untriaged, rejected, closed or missing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@rbuckton@CASABECI@typescript-bot