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

ES2023 #57

Closed
robatwilliams opened this issue May 3, 2023 · 2 comments · Fixed by #90
Closed

ES2023 #57

robatwilliams opened this issue May 3, 2023 · 2 comments · Fixed by #90
Labels
good first issue Good for newcomers modernise Needs doing for evergreenness

Comments

@robatwilliams
Copy link
Owner

robatwilliams commented May 3, 2023

https://pawelgrzybek.com/whats-new-in-ecmascript-2023/

ES2022 PR as an example of what needs doing: #64

To find the relevant compat features, use search on the MDN github repo.

@robatwilliams robatwilliams added modernise Needs doing for evergreenness blocked This cannot be worked on until something external happens and removed blocked This cannot be worked on until something external happens labels May 3, 2023
@robatwilliams
Copy link
Owner Author

robatwilliams commented May 3, 2023

The required rules seem to be in eslint-plugin-es-x already, so not blocked.

https://eslint-community.github.io/eslint-plugin-es-x/rules/no-array-prototype-findlast-findlastindex.html etc.

@robatwilliams robatwilliams added the good first issue Good for newcomers label May 5, 2023
@robatwilliams
Copy link
Owner Author

Remember polyfills, don't make the mistake of #71 again

This was referenced Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers modernise Needs doing for evergreenness
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant