robatwilliams / es-compat

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

ES2015 (ES6) coverage #7

Closed robatwilliams closed 2 years ago

robatwilliams commented 4 years ago

It shouldn't be difficult, just the work of joining up rules from eslint-plugin-es or ESLint core with the MDN compatibility data.

It's pretty old, and has a lot of features compared to the other versions, so it might not be worth doing.

robatwilliams commented 3 years ago

Would be useful for if this tool is used to check built bundles in case they include modern syntax from non-transpiled node_modules

robatwilliams commented 3 years ago

Makes #2 and #29 more necessary. Lot of prototype methods too.

robatwilliams commented 3 years ago

I don't think I'll be implementing this. Only benefit is for those still supporting IE11, they should face the consequences of doing that, and enhancing this plugin would only assist them in continuing to support IE11.

robatwilliams commented 2 years ago

Need to update docs then close this