Skip to content
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

Remove @@species from web-features Map/Set/Promise #23320

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Jun 10, 2024

Symbol.species is newer than any of these features, and is probably best
thought of as a cross-cutting feature. The BCD entries for @@species on
Array, ArrayBuffer, RegExp, SharedArrayBuffer, and TypedArray aren't
assigned to any web-features feature (but are in a snapshot).

Symbol.species is newer than any of these features, and is probably best
thought of as a cross-cutting feature. The BCD entries for @@species on
Array, ArrayBuffer, RegExp, SharedArrayBuffer, and TypedArray aren't
assigned to any web-features feature (but are in a snapshot).
@github-actions github-actions bot added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Jun 10, 2024
@foolip foolip requested a review from Elchi3 June 10, 2024 10:27
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

I'm fine with this for now but I think I would like to introduce a "species" feature that can then be added to the map, promise, and set groups so that these remain "complete" and include all of the sub features.

@Elchi3 Elchi3 merged commit 274daa4 into mdn:main Jun 11, 2024
5 checks passed
@foolip foolip deleted the untag-species branch June 11, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants