robatwilliams / es-compat

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

Implement polyfills option in CLI #86

Closed NoelDeMartin closed 8 months ago

NoelDeMartin commented 10 months ago

This should make it possible to use the functionality introduced in #50 with the CLI.

I'm aware that this implementation is a bit naive in the parsing and such, but I thought it would be overkill to add a new dependency to convert this simple script into a "proper CLI" (something like minimist for example).

robatwilliams commented 10 months ago

Hi, thanks for this. Just to say I've seen it and I will get round to taking a proper look.