tc39 / proposal-negated-in-instanceof

A proposal to introduce negated in and instanceof operators to JavaScript
https://tc39.es/proposal-negated-in-instanceof/
MIT License
56 stars 0 forks source link

Remove grammar `+In` parameter for negated in #7

Closed gorosgobe closed 1 year ago

gorosgobe commented 1 year ago

The grammar parameter +In is unnecessary for !in or not in as there will be no conflict with for loops.