robatwilliams / es-compat

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

Consistently use own prototype method rule #99

Open robatwilliams opened 4 months ago

robatwilliams commented 4 months ago

Sometimes we use that, other times we use the one from the es-x plugin.

Effect of this is some methods are detected with just a "foo.bar" reference whereas others need a call expression.