robatwilliams / es-compat

Check JavaScript code compatibility with target runtime environments
MIT License
65 stars 13 forks source link

ES2023 #57

Closed robatwilliams closed 7 months ago

robatwilliams commented 1 year ago

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

ES2022 PR as an example of what needs doing: https://github.com/robatwilliams/es-compat/pull/64

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

robatwilliams commented 1 year ago

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 commented 1 year ago

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