robatwilliams / es-compat

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

Cautious mode option for missing compatibility data #4

Closed robatwilliams closed 2 years ago

robatwilliams commented 4 years ago

The MDN compatibility database is missing information for some features in some target runtimes. This is especially so for mobile browsers. Missing can mean unknown support, or that a feature is supported but it's not known from which version.

The plugin currently assumes support in such cases.

There should be an option to disable that assumption, because it could be wrong.

robatwilliams commented 2 years ago

Such a mode would need a bypass, adding complexity. Nobody's asking for it