Description
Awhile back we decided to start allowing for iterator to be used (#34249). The logic was that it only adds 0.12kb to any bundle which uses it, and only .js builds as opposed to .mjs builds. We started implementation of this change, but ran into roadblocks (#34282 (review))
To do:
Update these plugins/rules to handle ArrayExpression:
Can be removed:
cc @ampproject/wg-performance
Description
Awhile back we decided to start allowing for iterator to be used (#34249). The logic was that it only adds 0.12kb to any bundle which uses it, and only
.jsbuilds as opposed to.mjsbuilds. We started implementation of this change, but ran into roadblocks (#34282 (review))To do:
Update these plugins/rules to handle
ArrayExpression:build-system/eslint-rules/prefer-destructuring.jsCan be removed:
cc @ampproject/wg-performance