We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ES2018 included breaking changes to some abstract operations, most notably #67 and #68.
There’s also #62, which itself is a possible breaking change.
I propose the following breaking changes be made as part of the v2.0 release:
es6.js
es7.js
es2015.js
es2016.js
2018
2019
GetIterator
hint
ES2018+
IterableToList
IteratorNext
IteratorStep
IteratorClose
The text was updated successfully, but these errors were encountered:
v2 will also need to remove the top-level entry points for each year.
Sorry, something went wrong.
No branches or pull requests
ES2018 included breaking changes to some abstract operations, most notably #67 and #68.
There’s also #62, which itself is a possible breaking change.
I propose the following breaking changes be made as part of the v2.0 release:
es6.js
andes7.js
legacy aliase files fores2015.js
andes2016.js
.2018
/2019
:GetIterator
: Addhint
parameter #67ES2018+
:GetIterator
,IterableToList
,IteratorNext
,IteratorStep
,IteratorClose
: use iterator records instead #68The text was updated successfully, but these errors were encountered: