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

Iterator Helpers are now in stage 3 #86

Closed
wants to merge 1 commit into from
Closed

Iterator Helpers are now in stage 3 #86

wants to merge 1 commit into from

Conversation

JamieMagee
Copy link

"spec": "https://github.com/tc39/proposal-iterator-helpers",
"code": "return Iterator.prototype[Symbol.toStringTag] === 'Iterator';"
},
"Stage 2›Iterator Helpers›instanceof AsyncIterator": {
"Stage 3›Iterator Helpers›instanceof AsyncIterator": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

async iterator helpers are still stage 2.

"spec": "https://github.com/tc39/proposal-function.sent",
"code": "var result;\nfunction* generator() {\n result = function.sent;\n}\nvar iter = generator();\niter.next('tromple');\nreturn result === 'tromple';"
},
"Stage 2›Class and Property Decorators›class decorators": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

decorators are stage 3 now

"spec": "https://github.com/tc39/proposal-set-methods",
"code": "var set = new Set([1, 2, 3]).difference(new Set([3, 4]));\nreturn set.size === 2\n && set.has(1)\n && set.has(2);"
},
"Stage 2›Set methods›Set.prototype.symmetricDifference": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

set methods are stage 3 now

"spec": "https://github.com/tc39/proposal-set-methods",
"code": "return new Set([5, 4, 3, 2, 1]).isSupersetOf([1, 2, 3]);"
},
"Stage 2›ArrayBuffer.prototype.transfer›ArrayBuffer.prototype.transfer()": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

transfer and transferToFixedLength and .disposed are stage 3 now (realloc is gone)

@JamieMagee JamieMagee closed this Jun 6, 2023
@JamieMagee JamieMagee deleted the iterator-helpers-stage-3 branch June 6, 2023 03:16
@ljharb
Copy link
Collaborator

ljharb commented Jun 6, 2023

@JamieMagee do you no longer have interest in completing this PR?

@JamieMagee
Copy link
Author

Sorry, I don't have capacity (or the knowledge) to make the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants