robatwilliams / es-compat

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

Report all targets where the code would work (CLI) #5

Closed robatwilliams closed 3 years ago

robatwilliams commented 4 years ago

Answer "where will this work" as opposed to "will this work there".

CLI feature, triggered by flag.

$ npx check-es-compat -- --where source.js
✔ Chrome 75+
✖ Edge
✔ Firefox 70+
✔ iOS 13+
...
robatwilliams commented 3 years ago

Doesn't sound useful